Guest User

Untitled

a guest
Nov 20th, 2018
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.19 KB | None | 0 0
  1. #+LaTeX_CLASS: phd
  2. #+OPTIONS: author:nil date:nil title:nil toc:nil
  3.  
  4. #+LaTeX_HEADER: \usepackage{booktabs}
  5. #+LaTeX_HEADER: \graphicspath{{expt/}}
  6.  
  7. # ---------------------------
  8.  
  9. #+LaTeX_HEADER: \newcommand{\Rey}{\ensuremath{\mathrm{Re}}}
  10. #+LaTeX_HEADER: \newcommand{\avg}[1]{\ensuremath{\overline{#1}}}
  11. #+LaTeX_HEADER: \newcommand{\tenpow}[1]{\ensuremath{\times 10^{#1}}}
  12. #+LaTeX_HEADER: \newcommand{\pder}[2]{\ensuremath{\frac{\partial#1}{\partial#2}}}
  13. #+LaTeX_HEADER: \newcommand{\Eqref}[1]{Equation~\eqref{#1}}
  14. #+LaTeX_HEADER: \newcommand{\Tabref}[1]{Table~\ref{#1}}
  15. #+LaTeX_HEADER: \newcommand{\Figref}[1]{Figure~\ref{#1}}
  16. #+LaTeX_HEADER: \newcommand{\Appref}[1]{Appendix~\ref{#1}}
  17.  
  18. #+BEGIN_EXPORT latex
  19. %%********************************Frontmatter***********************
  20. % In frontmatter everything comes with roman numbering
  21. \pagenumbering{roman}
  22. \setcounter{page}{1}
  23.  
  24. %*******************************************************************
  25. % Title Page
  26. %*******************************************************************
  27. \title{Essential \LaTeX\ Templates for Report Writing}
  28. \author{My name}
  29.  
  30. %% Print the date. Today's date comes by default, change it here to
  31. %% other date format, if required:
  32.  
  33. %\date{\today}
  34. %\date{10 Mar 2016}
  35.  
  36.  
  37. %% The type of the report can be set here
  38.  
  39. \reporttype{A Seminar Report}
  40. %\reporttype{A Thesis}
  41. %\reporttype{A Dissertation}
  42. %\reporttype{A Project Report}
  43.  
  44. %% Name of the degree
  45. \degree{Doctor of Philosophy}
  46. %\degree{Master of Technology}
  47.  
  48.  
  49. %% Department/Centre Name
  50. \dept{Department of Chemical Engineering}
  51.  
  52. %% Supervisor and cosupervisor/excosupervisor are not essential parts
  53. %% of a report title page, as it is your report!
  54.  
  55. %% But if you **have** to put it uncomment these
  56. %\supervisor{Supervisor name}
  57. %\cosupervisor{Co-super name}
  58. %\excosupervisor{External Supervisor}
  59.  
  60. %% Roll number
  61. \rollnum{Roll No. ....}
  62.  
  63. \maketitle
  64.  
  65. %*******************************************************************
  66. % Copyright Page
  67. %*******************************************************************
  68. %\mycopyright
  69.  
  70. %*******************************************************************
  71. % Dedication Page
  72. %*******************************************************************
  73. \dedication[Dedicated to \ldots]
  74. %\addintoc{Dedication}
  75.  
  76. %*******************************************************************
  77. % Certificate Page
  78. %*******************************************************************
  79. %\makecertificate[change title name]{report type}
  80. \makecertificate{seminar report}
  81. %\makecertificate{thesis}
  82. %\makecertificate{dissertation}
  83. %\makecertificate{project report}
  84.  
  85. %\addintoc{Certificate}
  86.  
  87. %*******************************************************************
  88. % Approval Sheet
  89. %*******************************************************************
  90. %\makeapproval{thesis}
  91. %\makeapproval{dissertation}
  92.  
  93. %*******************************************************************
  94. % Declaration
  95. %*******************************************************************
  96. %==================================dec.tex================================
  97. %
  98. \begin{Declaration}
  99. \noindent
  100. I declare that this written submission represents my ideas in my own words and where others' ideas or words have been included, I have adequately cited and referenced the original sources. I declare that I have properly and accurately acknowledged all sources used in the production of this report. I also declare that I have adhered to all principles of academic honesty and integrity and have not misrepresented or fabricated or falsified any idea/data/fact/source in my submission. I understand that any violation of the above will be a cause for disciplinary action by the Institute and can also evoke penal action from the sources which have thus not been properly cited or from whom proper permission has not been taken when needed.
  101.  
  102. %
  103. %
  104. %
  105. %
  106. %
  107. %
  108. %
  109.  
  110. \DecSign[\today]
  111.  
  112.  
  113.  
  114. %
  115. \end{Declaration}
  116. %========================================================================
  117. % \include{dec}
  118. %\addintoc{Declaration}
  119.  
  120. %******************************************************************
  121. % Abstract
  122. %******************************************************************
  123. %============================= abs.tex================================
  124. \begin{Abstract}
  125. This document contains essential templates required to write technical
  126. reports using \LaTeX. Particularly it shows how to create an
  127. equation, figure, table, symbols list, and bibliographic citation in a \LaTeX\
  128. document.
  129. %
  130. %
  131. %
  132. %
  133. %
  134. \end{Abstract}
  135. %=======================================================================
  136. % \include{abs}
  137.  
  138. %******************************************************************
  139. % Contents list
  140. %******************************************************************
  141. %\figurespagefalse
  142. %\tablespagefalse
  143. \makecontents % Creats toc, lof, and lot
  144.  
  145. %******************************************************************
  146. % Notations
  147. %******************************************************************
  148. \notations[4cm]{List of Symbols}
  149.  
  150. %%********************************Mainmatter***********************
  151. % In mainmatter everything comes with arabic numbering
  152. \cleardoublepage
  153. \setcounter{page}{1}
  154. \pagenumbering{arabic}
  155. #+END_EXPORT
  156.  
  157. * Literature Survey
  158. Cite this file cite:Smith99,
  159.  
  160.  
  161.  
  162. #+BEGIN_EXPORT latex
  163. %****************************************************************
  164. % Appendices
  165. %****************************************************************
  166. %% Additional, supporting material, such as codes, derivations, etc., can be placed in the appendix
  167. \appendix
  168. \chapter{Supporting Material}
  169. #+END_EXPORT
  170.  
  171. bibliographystyle:iitbauthyr
  172. bibliography:./mylit.bib
  173.  
  174. #+BEGIN_EXPORT latex
  175. %*******************************************************************
  176. % List of publications
  177. %******************************************************************
  178. %%%
  179. \listofpublications
  180.  
  181.  
  182. \noindent Put your publications from the thesis here. The packages \texttt{multibib} or \texttt{bibtopic} or \texttt{biblatex} or enumerate environment or thebibliography environment etc. can be used to handle multiple different bibliographies in the document.
  183. % \include{pub}
  184.  
  185. %*******************************************************************
  186. % Acknowledgements
  187. %*******************************************************************
  188. %%%
  189. \acknowledgments
  190.  
  191. This section is for the acknowledgments. Please keep this brief and resist the temptation of writing flowery prose! Do include all those who helped you, e.g. other faculty/staff you consulted, colleagues who assisted etc.
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198. \signature{\today}
  199. % \include{ack}
  200.  
  201. %*******************************************************************
  202. % About author
  203. %*******************************************************************
  204. % \colophon % remove this command while using this file.
  205.  
  206. % GAME OVER
  207. %*******************************************************************
  208. \end{document}
  209. #+END_EXPORT
Add Comment
Please, Sign In to add comment