|
|
@@ -11,69 +11,12 @@
|
|
|
%%%%
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
|
|
-\input{docs/preamble}
|
|
|
+\input{preamble}
|
|
|
\begin{document}
|
|
|
+\maketitle
|
|
|
|
|
|
-%---------------- COVER PAGE -------------------
|
|
|
-\newpage
|
|
|
-\pagestyle{fancy}
|
|
|
-\fancyhf{}
|
|
|
+\begin{multicols}{3}
|
|
|
+ \input{docs/document}
|
|
|
+\end{multicols}
|
|
|
|
|
|
-%------------------ HEAD -----------------------
|
|
|
-% \fancyhead[L]{ \includegraphics[scale=0.9]{figs/logo.pdf} }
|
|
|
-
|
|
|
-%------------------ TITLE ----------------------
|
|
|
-\vspace*{6cm}
|
|
|
-\begin{center}
|
|
|
-\Huge {Big Title}\\
|
|
|
-\vspace{1cm}
|
|
|
-\huge {Middle Title}\\
|
|
|
-\vspace{1cm}
|
|
|
-\small {Small Title} \\
|
|
|
-\end{center}
|
|
|
-
|
|
|
-%------------------ NAMES ----------------------
|
|
|
-\vfill
|
|
|
-\begin{flushright}
|
|
|
-\begin{tabular}{ll}
|
|
|
-Author: & Name Lastname\\
|
|
|
-& \today\\
|
|
|
-& City, Country.
|
|
|
-\end{tabular}
|
|
|
-\end{flushright}
|
|
|
-
|
|
|
-%------------- HEADER - FOOTER -----------------
|
|
|
-\newpage
|
|
|
-\pagestyle{fancy}
|
|
|
-\fancyhf{}
|
|
|
-
|
|
|
-%HEADER
|
|
|
-\fancyhead[L]{\small \rm \textit{Section \rightmark}}
|
|
|
-\fancyhead[R]{\small \rm \textbf{\thepage}}
|
|
|
-
|
|
|
-%FOOTER
|
|
|
-\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}
|
|
|
-
|
|
|
-%================== INDEX ======================
|
|
|
-\tableofcontents
|
|
|
-% \listoffigures
|
|
|
-
|
|
|
-%================= DOCUMENT ====================
|
|
|
-\newpage
|
|
|
-\input{docs/document}
|
|
|
-
|
|
|
-%================ References ===================
|
|
|
-\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 of Document ================
|
|
|
\end{document}
|