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

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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{pbox} % Spaltenpaket
  17. % set document information
  18. \title{Elektronik 2}
  19. \author{Mario Fleischmann}
  20. \myemail{fleischmannma75068@th-nuernberg.de}
  21. \fancyfoot[L]{Keine Gewähr auf Vollständigkeit oder Richtigkeit!}
  22. % document variables
  23. \newlength{\imagewidth}
  24. % DOCUMENT_BEGIN =============================================================================
  25. \begin{document}
  26. \IfFileExists{git.id}{\input{git.id}}{}
  27. \ifdefined\GitRevision\mydate{\GitNiceDate\ (git \GitRevision)}\fi
  28. \maketitle % requires EFI Logo: ./img/Logo.pdf
  29. % Thema 1: Grundlagen der Schaltungs-Analyse =================================================
  30. %TODO: \input{./thema1_grundlagen.tex}
  31. % ============================================================================================
  32. % Thema 2: SPICE Simulation, PSPICE Tutorial =================================================
  33. %TODO: \input{./thema2_pspice.tex}
  34. % ============================================================================================
  35. % Thema 3: Lineare Transistorschaltungen =====================================================
  36. \input{./thema3_transistor.tex}
  37. % ============================================================================================
  38. % Thema 4: Lineare OPV-Schaltungen============================================================
  39. \input{./thema4_linearer_OPV.tex}
  40. % ============================================================================================
  41. % Thema 5: Nichtlineare OPV-Schaltungen ======================================================
  42. \input{./thema5_nichtlinearer_OPV.tex}
  43. % ============================================================================================
  44. % Thema 6: Gegentakt-, Leistungs-Verstärker ==================================================
  45. %TODO :\input{./thema6_gegentakt_verstaerker.tex}
  46. % ============================================================================================
  47. % Thema 7: Leistungselektronische Schaltungen, Lastschalter ==================================
  48. %\input{./thema7_leistungselektronik_schalter.tex}
  49. % ============================================================================================
  50. % Thema 8: Leistungselektronische Schaltungen, Schaltverhalten, Brücken und Treiber ==========
  51. %\input{./thema8_leistungselektronik_schaltungen.tex}
  52. % ============================================================================================
  53. % Thema 9: Spannungsversorgung, DC-DC Wandler ================================================
  54. %\input{./thema9_spannungsversorgung.tex}
  55. % ============================================================================================
  56. % DOCUMENT_END ===============================================================================
  57. \end{document}