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.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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_BEGIN =============================================================================
  23. \begin{document}
  24. \IfFileExists{git.id}{\input{git.id}}{}
  25. \ifdefined\GitRevision\mydate{\GitNiceDate\ (git \GitRevision)}\fi
  26. \maketitle % requires EFI Logo: ./img/Logo.pdf
  27. % Thema 1: Grundlagen der Schaltungs-Analyse =================================================
  28. %TODO: \input{./thema1_grundlagen.tex}
  29. % ============================================================================================
  30. % Thema 2: SPICE Simulation, PSPICE Tutorial =================================================
  31. %TODO: \input{./thema2_pspice.tex}
  32. % ============================================================================================
  33. % Thema 3: Lineare Transistorschaltungen =====================================================
  34. \input{./thema3_transistor.tex}
  35. % ============================================================================================
  36. % Thema 4: Lineare OPV-Schaltungen============================================================
  37. \input{./thema4_linearer_OPV.tex}
  38. % ============================================================================================
  39. % Thema 5: Nichtlineare OPV-Schaltungen ======================================================
  40. \input{./thema5_nichtlinearer_OPV.tex}
  41. % ============================================================================================
  42. % Thema 6: Gegentakt-, Leistungs-Verstärker ==================================================
  43. %TODO :\input{./thema6_gegentakt_verstaerker.tex}
  44. % ============================================================================================
  45. % Thema 7: Leistungselektronische Schaltungen, Lastschalter ==================================
  46. %\input{./thema7_leistungselektronik_schalter.tex}
  47. % ============================================================================================
  48. % Thema 8: Leistungselektronische Schaltungen, Schaltverhalten, Brücken und Treiber ==========
  49. %\input{./thema8_leistungselektronik_schaltungen.tex}
  50. % ============================================================================================
  51. % Thema 9: Spannungsversorgung, DC-DC Wandler ================================================
  52. %\input{./thema9_spannungsversorgung.tex}
  53. % ============================================================================================
  54. % DOCUMENT_END ===============================================================================
  55. \end{document}