Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2025
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.40 KB | Fixit | 0 0
  1. \documentclass[11pt]{memoir}
  2. \input{preamb}
  3.  
  4. \mytitle[\textbf{CMOS Transistor-Topology Engineering for Minimal-Energy Near-Threshold Computing}]{}
  5. \author{Anuradha Chathuranga Ranasinghe}
  6. %\date{}
  7.  
  8. \bibliography{references.bib}
  9. \addbibresource{publications.bib}
  10.  
  11. \newcommand*{\isbn}{978-90-365-5199-1}
  12. \newcommand*{\doi}{10.3990/1.9789036551991}
  13.  
  14. \begin{document}
  15. \selectlanguage{english}
  16. \setlist{nolistsep}
  17.  
  18. \frontmatter
  19. \input{title.tex}
  20. \pagestyle{notationstyle}
  21. \input{thesis_abstract.tex}
  22. \input{acknowledgements.tex}
  23. \input{acronyms}
  24. \cleardoublepage
  25. \tableofcontents*
  26.  
  27. \mainmatter
  28. \pagestyle{mypagestyle}
  29. %\chapterstyle{dash}
  30. %Subsection numbering
  31. \setsecnumdepth{subsubsection}
  32. \include{./chapters/chapter01}
  33. \include{./chapters/chapter02}
  34. \include{./chapters/chapter03}
  35. \include{./chapters/chapter04}
  36. \include{./chapters/chapter05}
  37. \include{./chapters/chapter06}
  38. \include{./chapters/chapter06P5}
  39. \include{./chapters/chapter07}
  40.  
  41. %\begin{appendices}
  42. %   \include{./appendices/apdx01}
  43. %   \include{./appendices/apdx02}
  44. %   \chapter{Propositions}
  45. %   \begin{enumerate}
  46. %       \item Traditional models are often not sufficient for the robust design of controllers.
  47. %       \item Hybrid systems are useful to supplement traditional design approaches.
  48. %       \item Reachability analysis remains the most generic method for the verification and analysis of hybrid automata.
  49. %       \item Models are lies that enable us to reach the truth.
  50. %       \item Talent is just pursued interest -- anything you are willing to practice, you can do.
  51. %       \item Productive laziness is an engine of progress.
  52. %       \item All work and no play makes one a dull scientist.
  53. %       \item You can’t be arrogant if you see the big picture.
  54. %   \end{enumerate}
  55. %\end{appendices}
  56.  
  57.  
  58. \backmatter
  59. % bibliography, glossary and index would go here.
  60.  
  61. \renewcommand{\chaptermark}[1]{ \markboth{\sffamily\bfseries#1}{} }
  62. \renewcommand{\sectionmark}[1]{ \markright{\sffamily\bfseries#1}{} }
  63. \pagestyle{notationstyle}
  64. %\input{notation}
  65. \printbibliography[notkeyword=mypub]
  66. \printbibliography[keyword=mypub,title={Publications}]
  67. %\section*{This thesis}
  68. %\small
  69. %\begin{lstlisting}[language=TeX,title={\textsc{Bib}\TeX~of this thesis.},frame=single,captionpos=b]
  70. %@phdthesis{elhakimvs2020sds,
  71. %   author={El Hakim, Viktorio S.},
  72. %   title={Modeling and Analysis of Sampled-Data
  73. %       Cyber-Physical Systems}
  74. %}
  75. %\end{lstlisting}
  76. \cleardoublepage
  77. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement