You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

formelsammlung.tex 3.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
  2. % ELK2 Formelsammlung
  3. %
  4. % @encode: UTF-8, tabwidth = 4, newline = LF
  5. % @author: Mario Fleischmann
  6. % @source: http://www.latex4ei.de
  7. % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
  8. % ============================================================================================
  9. % Document Settings
  10. % ============================================================================================
  11. % possible options: color/nocolor, english/german, threecolumn
  12. % default: color, english
  13. \documentclass[color,german]{latex4ei/latex4ei_sheet}
  14. \usepackage{gensymb}
  15. \usepackage{cancel}
  16. \usepackage{textcomp}
  17. \usepackage{pbox} % Spaltenpaket
  18. % set document information
  19. \title{Elektronik 2}
  20. \author{Mario Fleischmann}
  21. \myemail{fleischmannma75068@th-nuernberg.de}
  22. \fancyfoot[L]{Keine Gewähr auf Vollständigkeit oder Richtigkeit!}
  23. % document variables
  24. \newlength{\imagewidth}
  25. % DOCUMENT_BEGIN =============================================================================
  26. \begin{document}
  27. \IfFileExists{git.id}{\input{git.id}}{}
  28. \ifdefined\GitRevision\mydate{\GitNiceDate\ (git \GitRevision)}\fi
  29. \maketitle % requires EFI Logo: ./img/Logo.pdf
  30. % Thema 1: Grundlagen der Schaltungs-Analyse =================================================
  31. %TODO: \input{./thema1_grundlagen.tex}
  32. % ============================================================================================
  33. % Thema 2: SPICE Simulation, PSPICE Tutorial =================================================
  34. %TODO: \input{./thema2_pspice.tex}
  35. % ============================================================================================
  36. % Thema 3: Lineare Transistorschaltungen =====================================================
  37. \input{./thema3_transistor.tex}
  38. % ============================================================================================
  39. % Thema 4: Lineare OPV-Schaltungen============================================================
  40. \input{./thema4_linearer_OPV.tex}
  41. % ============================================================================================
  42. % Thema 5: Nichtlineare OPV-Schaltungen ======================================================
  43. \input{./thema5_nichtlinearer_OPV.tex}
  44. % ============================================================================================
  45. % Thema 6: Gegentakt-, Leistungs-Verstärker ==================================================
  46. \input{./thema6_gegentakt_verstaerker.tex}
  47. % ============================================================================================
  48. % Thema 7: Leistungselektronische Schaltungen, Lastschalter ==================================
  49. \input{./thema7_leistungselektronik_schalter.tex}
  50. % ============================================================================================
  51. % Thema 8: Leistungselektronische Schaltungen, Schaltverhalten, Brücken und Treiber ==========
  52. %\input{./thema8_leistungselektronik_schaltungen.tex}
  53. % ============================================================================================
  54. % Thema 9: Spannungsversorgung, DC-DC Wandler ================================================
  55. \input{./thema9_spannungsversorgung.tex}
  56. % ============================================================================================
  57. % DOCUMENT_END ===============================================================================
  58. \end{document}