Advertisement
Guest User

main.tex

a guest
May 17th, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 3.94 KB | None | 0 0
  1. \NeedsTeXFormat{LaTeX2e}
  2. \documentclass{dissertation}
  3. %\renewcommand{\baselinestretch}{1.1}
  4.  
  5. \usepackage{amssymb}
  6. \usepackage{amsfonts}
  7. \usepackage{caption}
  8. \newcommand\bmmax{2}
  9. \usepackage{bm}
  10. \usepackage{dsfont}
  11. \usepackage{etoolbox}
  12. \usepackage{mwe}
  13. \usepackage{lipsum}
  14. \usepackage{enumerate}
  15. \usepackage{todonotes}
  16. \usepackage{graphicx}
  17. %\graphicspath{{./chapter-2}}
  18.  
  19. \usepackage{amsmath}
  20. \usepackage[T1]{fontenc}
  21.  
  22. \usepackage{natbib}
  23. \usepackage{float}
  24. \usepackage{pgfplots}
  25. \usepackage{physics}
  26. \usepackage{siunitx}
  27. \usepackage[percent]{overpic}
  28. \usepackage[crop=pdfcrop]{pstool}
  29. %\usepackage[position=top]{subcaption}
  30. %\usepackage{subcaption}
  31. \captionsetup{compatibility=false}
  32. \usepackage{booktabs} %Midrule in table
  33. \usepackage{bm}
  34. \definecolor{dg}{rgb}{0 0.5 0}
  35.  
  36.  
  37. \DeclareMathOperator{\sign}{sign}
  38. \newcommand*{\rttensor}[1]{\overline{\overline{#1}}} % Double overlines for a tensor symbol
  39.  
  40.  
  41.  
  42.  
  43. \setlength{\emergencystretch}{5mm}
  44. \usepackage{xcolor,colortbl}
  45. \newcommand{\TheContent}{The contents of this chapter appeared in:}
  46. \newcommand{\Submitted}{Part of the contents of this chapter are submitted as:}
  47. \newcommand{\PartOfTheContent}{Part of the contents of this chapter appeared in:}
  48.  
  49. \newtheorem{lemma}{Lemma}
  50. \newtheorem{corollary}{Corollary}
  51.  
  52. \DeclareMathAlphabet\mathsfbi            {OT1}{cmss}{m}{sl}
  53.  
  54.  
  55.  % Figure caption legends:
  56. \newcommand{\opensquare}{\mbox{$\square$}}
  57. \newcommand{\opentriangle}{\mbox{$\vartriangle$}}
  58. \newcommand{\opentriangledown}{\mbox{$\triangledown$}}
  59. \newcommand{\opendiamond}{\mbox{$\lozenge$}}
  60. \newcommand{\fullsquare}{\mbox{$\blacksquare$}}
  61. \newcommand{\fulldiamond}{\mbox{$\blacklozenge$}}
  62. \newcommand{\fullstar}{\mbox{$\bigstar$}}
  63. \newcommand{\fulltriangle}{\mbox{$\blacktriangle$}}
  64. \let\fulltri=\fulltriangle
  65. \newcommand{\fulltriangledown}{\mbox{$\blacktriangledown$}}
  66. \let\fulltridown=\fulltriangledown
  67. \newcommand{\opencirc}{\mbox{\Large$\circ$}}
  68. \newcommand{\opensqr}{\mbox{$\square$}}
  69. \newcommand{\opentri}{\mbox{$\triangle$}}
  70. \newcommand{\opentridown}{\mbox{$\bigtriangledown$}}
  71. %\newcommand{\opendiamond}{\mbox{$\diamondsuit$}}
  72. \newcommand{\fullcirc}{\mbox{{\Large$\bullet$}}}
  73. \newcommand{\fullsqr}{\,\vrule height5pt depth0pt width5pt}
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82. \begin{document}
  83. %\iffalse
  84. %% Specify the title and author of the thesis. This information will be used on
  85. %% the title page (in title/title.tex) and in the metadata of the final PDF.
  86. %\title[test of simulations]{Direct numerical simulations of flow around non-spherical particles}
  87. \title{Direct numerical simulations of flow around non-spherical particles}
  88. \author{Sathish Krishnan}{Pacha Sanjeevi}
  89.  
  90. %% Use Roman numerals for the page numbers of the title pages and table of
  91. %% contents.
  92. \frontmatter
  93.  
  94. \include{title/title}
  95.  
  96. %% The (optional) dedication can be used to thank someone or display a
  97. %% significant quotation.
  98. %\dedication{\epigraph{Science is a wonderful thing \\ if one does not have to earn one's living at it.}{Albert Einstein}}
  99. \dedication{\epigraph{To my father}{}}
  100.  
  101.  
  102. \tableofcontents
  103.  
  104. \include{summary/summary}
  105. %\include{preface/preface}
  106.  
  107. %% Use Arabic numerals for the page numbers of the chapters.
  108. \mainmatter
  109.  
  110. %% Turn on thumb indices.
  111. %\thumbtrue
  112. %\fi
  113. %\include{chapter-1}
  114. \include{chapter-1/chapter-1}
  115. \include{chapter-2/chapter-2}
  116. \include{chapter-3/chapter-3}
  117. \include{chapter-4/chapter-4}
  118. \include{chapter-5/chapter-5}
  119.  
  120. %\include{conclusion/conclusion}
  121. %\include{epilogue/epilogue}
  122. \include{outlook/outlook}
  123. %% Use letters for the chapter numbers of the appendices.
  124. \appendix
  125.  
  126. \include{appendix/appendix-a}
  127.  
  128. %\fi
  129.  
  130. %\bibliographystyle{jfm}
  131. %\bibliographystyle{unsrt}
  132. %\bibliography{dissertation}
  133. %\bibliography{reference}
  134. \references{dissertation}
  135. %\references{reference_nonrep}
  136. %\iffalse
  137. %% Turn off thumb indices for unnumbered chapters.
  138. %\thumbfalse
  139. \include{publications/publications}
  140. \include{acks/acks}
  141. \include{cv/cv}
  142. %\fi
  143.  
  144. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement