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 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. % set document information
  17. \title{Elektronik 2}
  18. \author{Mario Fleischmann}
  19. \myemail{fleischmannma75068@th-nuernberg.de}
  20. \fancyfoot[L]{Keine Gewähr auf Vollständigkeit oder Richtigkeit!}
  21. % DOCUMENT_BEGIN ===============================================================
  22. \begin{document}
  23. \IfFileExists{git.id}{\input{git.id}}{}
  24. \ifdefined\GitRevision\mydate{\GitNiceDate\ (git \GitRevision)}\fi
  25. \maketitle % requires ./img/Logo.pdf
  26. % SECTION ====================================================================================
  27. \input{./thema3_transistor.tex}
  28. % ============================================================================================
  29. % SECTION ====================================================================================
  30. \input{./thema4_linearer_OPV.tex}
  31. % ============================================================================================
  32. % SECTION ====================================================================================
  33. \input{./thema5_nichtlinearer_OPV.tex}
  34. % ============================================================================================
  35. % DOCUMENT_END ===============================================================================
  36. \end{document}