Advertisement
Guest User

Untitled

a guest
Mar 21st, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 2.43 KB | None | 0 0
  1. \input{t_boot.tex}
  2. \input{custom_commands.tex}
  3. % PUT FIGURES AT END.
  4. %\usepackage[nomarkers,figuresonly]{endfloat}
  5.  
  6.  
  7. % PUT FIGURES AT END.
  8. %\renewcommand{\floatpagefraction}{.7}
  9.  
  10. %%ADDED 06/01/2017
  11. %\newcommand\myworries[1]{\textcolor{red}{#1}}
  12. %\newcommand\draft[1]{\textcolor{blue}{#1}}
  13. %\newcommand\fullwidth{ 1.0\textwidth}
  14. %% Makes a slightly shorter version of the overline.
  15. %\newcommand*\mean[1]{%
  16. %   \vbox{%
  17. %       \hrule height 0.3pt%                  % Line above with certain width
  18. %       \kern0.25ex%                          % Distance between line and content
  19. %       \hbox{%
  20. %           \kern-0.1em%                        % Distance between content and left side of box, negative values for lines shorter than content
  21. %           \ifmmode#1\else\ensuremath{#1}\fi%  % The content, typeset in dependence of mode
  22. %           \kern-0.1em%                        % Distance between content and left side of box, negative values for lines shorter than content
  23. %       }% end of hbox
  24. %   }% end of vbox
  25. %}
  26. %
  27. %% CONSTANTS
  28. %\newcommand{\vorticity}{$\langle\overline{\Omega_{x}}\rangle_{t}$}
  29. %\newcommand{\umean}{$\langle\bar{u}\rangle_{t}$}
  30. %\newcommand{\secshear}{$\langle\mean{u'w'}\rangle_{t}$}
  31. %\newcommand{\prefconc}{$\xi_{p}(x)$}
  32.  
  33. \graphicspath {{gfx/}}
  34.  
  35. \begin{document}
  36. \eject
  37. \pagestyle{empty}
  38. \include{title}
  39. %   \include{dec}
  40. \singlespacing
  41.    \include{abs}
  42. %   \include{publ}
  43. %   \include{dedicate}
  44. % ACKNOLOEDGEMENTS
  45. \doublespacing
  46. \include{ack}
  47. %   \include{overview}
  48. % NOMENCLATURE
  49. \setcounter{page}{1}
  50. \pagestyle{plain}
  51. \renewcommand{\thepage}{\Roman{page}}
  52. % TABLE OF CONTENTS
  53. \singlespacing
  54. \tableofcontents
  55.  
  56. % LIST OF TABLES.
  57. \listoftables
  58. % LIST OF FIGURES
  59. \listoffigures
  60. % NOMENCLATURE
  61. \include{nomen}
  62.  
  63. \onehalfspacing
  64.  
  65. \eject
  66. \newpage
  67. \renewcommand{\thepage}{\arabic{page}}
  68. \setcounter{chapter}{0}
  69.  
  70. %Headers and footers
  71. \pagestyle{fancy}
  72. \rhead{\nouppercase{\rightmark}}
  73. \lhead{\nouppercase{Chapter \thechapter.}}
  74.  
  75.  
  76. % HEADER
  77. \renewcommand{\chaptermark}[1]{%
  78. \markboth{\thechapter.\ #1}{}}
  79.  
  80. \setcounter{page}{1}
  81.  
  82. % CHAPTERS
  83. \include{introduction}
  84. \include{literature_2}
  85. \include{numerical2}
  86. %\include{masutani_2}
  87. \include{masutani3}
  88. %\include{bt1_1}
  89. \include{bt2_3}
  90. \include{bt3}
  91. \include{conclusions2}
  92.  
  93. \pagestyle{empty} % EMPTY PAGE???
  94. \pagestyle{plain} % DONT KNOW?
  95.  
  96. \bibliographystyle{unsrt}
  97. \bibliography{mendeley-library/library2} % BIBLIOGRAPHY
  98.  
  99. %\include{append2}
  100. \pagestyle{empty}
  101. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement