Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- \documentclass[11pt]{memoir}
- \input{preamb}
- \mytitle[\textbf{CMOS Transistor-Topology Engineering for Minimal-Energy Near-Threshold Computing}]{}
- \author{Anuradha Chathuranga Ranasinghe}
- %\date{}
- \bibliography{references.bib}
- \addbibresource{publications.bib}
- \newcommand*{\isbn}{978-90-365-5199-1}
- \newcommand*{\doi}{10.3990/1.9789036551991}
- \begin{document}
- \selectlanguage{english}
- \setlist{nolistsep}
- \frontmatter
- \input{title.tex}
- \pagestyle{notationstyle}
- \input{thesis_abstract.tex}
- \input{acknowledgements.tex}
- \input{acronyms}
- \cleardoublepage
- \tableofcontents*
- \mainmatter
- \pagestyle{mypagestyle}
- %\chapterstyle{dash}
- %Subsection numbering
- \setsecnumdepth{subsubsection}
- \include{./chapters/chapter01}
- \include{./chapters/chapter02}
- \include{./chapters/chapter03}
- \include{./chapters/chapter04}
- \include{./chapters/chapter05}
- \include{./chapters/chapter06}
- \include{./chapters/chapter06P5}
- \include{./chapters/chapter07}
- %\begin{appendices}
- % \include{./appendices/apdx01}
- % \include{./appendices/apdx02}
- % \chapter{Propositions}
- % \begin{enumerate}
- % \item Traditional models are often not sufficient for the robust design of controllers.
- % \item Hybrid systems are useful to supplement traditional design approaches.
- % \item Reachability analysis remains the most generic method for the verification and analysis of hybrid automata.
- % \item Models are lies that enable us to reach the truth.
- % \item Talent is just pursued interest -- anything you are willing to practice, you can do.
- % \item Productive laziness is an engine of progress.
- % \item All work and no play makes one a dull scientist.
- % \item You can’t be arrogant if you see the big picture.
- % \end{enumerate}
- %\end{appendices}
- \backmatter
- % bibliography, glossary and index would go here.
- \renewcommand{\chaptermark}[1]{ \markboth{\sffamily\bfseries#1}{} }
- \renewcommand{\sectionmark}[1]{ \markright{\sffamily\bfseries#1}{} }
- \pagestyle{notationstyle}
- %\input{notation}
- \printbibliography[notkeyword=mypub]
- \printbibliography[keyword=mypub,title={Publications}]
- %\section*{This thesis}
- %\small
- %\begin{lstlisting}[language=TeX,title={\textsc{Bib}\TeX~of this thesis.},frame=single,captionpos=b]
- %@phdthesis{elhakimvs2020sds,
- % author={El Hakim, Viktorio S.},
- % title={Modeling and Analysis of Sampled-Data
- % Cyber-Physical Systems}
- %}
- %\end{lstlisting}
- \cleardoublepage
- \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement