12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- \input{docs/preamble}
- \begin{document}
- \newpage
- \pagestyle{fancy}
- \fancyhf{}
- \vspace*{6cm}
- \begin{center}
- \Huge {Big Title}\\
- \vspace{1cm}
- \huge {Middle Title}\\
- \vspace{1cm}
- \small {Small Title} \\
- \end{center}
- \vfill
- \begin{flushright}
- \begin{tabular}{ll}
- Author: & Name Lastname\\
- & \today\\
- & City, Country.
- \end{tabular}
- \end{flushright}
- \newpage
- \pagestyle{fancy}
- \fancyhf{}
- \fancyhead[L]{\small \rm \textit{Section \rightmark}}
- \fancyhead[R]{\small \rm \textbf{\thepage}}
- \fancyfoot[L]{\small \rm \textit{Footer - Left}}
- \fancyfoot[R]{\small \rm \textit{Footer - Right}}
- \renewcommand{\sectionmark}[1]{\markright{\thesection.\ #1}}
- \renewcommand{\headrulewidth}{0.5pt}
- \renewcommand{\footrulewidth}{0.5pt}
- \tableofcontents
- \newpage
- \input{docs/document}
- \input{docs/example}
- \newpage
- \newpage
- \begin{thebibliography}{5}
- \bibitem{cmos} R. Jacob Baker, \textit{CMOS. Circuit Design, Layout, and Simulation}, 2nd ed., USA: IEEE Press, 2005
-
- \end{thebibliography}
- \end{document}
|