% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % ELK2 Formelsammlung % % @encode: UTF-8, tabwidth = 4, newline = LF % @author: Mario Fleischmann % @source: http://www.latex4ei.de % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % ============================================================================================ % Document Settings % ============================================================================================ % possible options: color/nocolor, english/german, threecolumn % default: color, english \documentclass[color,german]{latex4ei/latex4ei_sheet} \usepackage{gensymb} \usepackage{cancel} \usepackage{pbox} % Spaltenpaket % set document information \title{Elektronik 2} \author{Mario Fleischmann} \myemail{fleischmannma75068@th-nuernberg.de} \fancyfoot[L]{Keine Gewähr auf Vollständigkeit oder Richtigkeit!} % document variables \newlength{\imagewidth} % DOCUMENT_BEGIN ============================================================================= \begin{document} \IfFileExists{git.id}{\input{git.id}}{} \ifdefined\GitRevision\mydate{\GitNiceDate\ (git \GitRevision)}\fi \maketitle % requires EFI Logo: ./img/Logo.pdf % Thema 1: Grundlagen der Schaltungs-Analyse ================================================= %TODO: \input{./thema1_grundlagen.tex} % ============================================================================================ % Thema 2: SPICE Simulation, PSPICE Tutorial ================================================= %TODO: \input{./thema2_pspice.tex} % ============================================================================================ % Thema 3: Lineare Transistorschaltungen ===================================================== \input{./thema3_transistor.tex} % ============================================================================================ % Thema 4: Lineare OPV-Schaltungen============================================================ \input{./thema4_linearer_OPV.tex} % ============================================================================================ % Thema 5: Nichtlineare OPV-Schaltungen ====================================================== \input{./thema5_nichtlinearer_OPV.tex} % ============================================================================================ % Thema 6: Gegentakt-, Leistungs-Verstärker ================================================== %TODO :\input{./thema6_gegentakt_verstaerker.tex} % ============================================================================================ % Thema 7: Leistungselektronische Schaltungen, Lastschalter ================================== %\input{./thema7_leistungselektronik_schalter.tex} % ============================================================================================ % Thema 8: Leistungselektronische Schaltungen, Schaltverhalten, Brücken und Treiber ========== %\input{./thema8_leistungselektronik_schaltungen.tex} % ============================================================================================ % Thema 9: Spannungsversorgung, DC-DC Wandler ================================================ %\input{./thema9_spannungsversorgung.tex} % ============================================================================================ % DOCUMENT_END =============================================================================== \end{document}