Advertisement
argui

UPB DMCS BS MATH Thesis Template

Mar 18th, 2024
447
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 2.72 KB | None | 0 0
  1. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2. %% DO NOT DELETE THIS
  3. %% University of the Philippines Baguio                        
  4. %% Department of Mathematics and Computer Science              
  5. %% Master and Bachelor in Mathematics Thesis Preamble
  6. %%
  7. %% Send comments to Junius Wilhelm G. Bueno (jgbueno@up.edu.ph)    
  8. %% Version: 2024/03/14                        
  9. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10.  
  11.  
  12. \documentclass[a4paper, 12pt]{report}
  13. \input{UPBMATH_Preamble}
  14.  
  15. \begin{document}
  16. \title{Insert Title of Your Thesis} %do not capitalize all
  17.  
  18. \authoronefirst{Juan}
  19. \authoronelast{Cruz}
  20. % \authoroneext{Jr.}
  21. % \authoroneexttrue
  22.  
  23. \authortwofirst{Juan}
  24. \authortwolast{Cruz}
  25. % \authortwoext{Jr.}
  26. % \authortwoexttrue
  27. % \authortwofalse % uncomment if no second author
  28.  
  29. \degreeonly{Bachelor} %enter the specific degree Bachelor, Master, or Doctor
  30.  
  31. \titledate{May 2024} %date of submission to the College (titlepage)
  32.  
  33. \adviser{Adviser1, Ph.D.}% main adviser
  34. \advisertwo{Adviser2, Ph.D.}% co-adviser
  35. % \coadvisedfalse % uncomment if no co-adviser
  36.  
  37.  
  38. \thesisclassification{P}
  39. \classnote{This thesis is not available to the public. Please ask the library for assistance.}
  40. % F - : a regular work, i.e., it has no patentable invention or creation, the author does not wish for personal publication, there is no confidential information
  41. % C - confidential information of a third-party is embedded
  42. % P - author wishes to publish the work personally
  43. % I -  has patentable or registrable invention or creation
  44.  
  45. %For I, C or P use the classnote: This thesis is not available to the public. Please ask the library for assistance.
  46. % For F use the classnote: This thesis is available to the public.
  47.  
  48.  
  49. \abs{\hspace{20 pt} This is the content of the Abstract.}%content of abstract
  50.  
  51. \acknowledge{ Thank you.}%content of acknowledgements
  52.  
  53. \beforepreface
  54. \includepdf{./copyright/copyright.pdf} %change the directory/filename once signed document is available
  55. \includepdf{./announcement/announcement.pdf} %change the directory/filename once signed document is available
  56. \includepdf{./approvalpage/approvalpage.pdf} %change the directory/filename once signed document is available
  57.  
  58. \abstractpage
  59. \acknowledgepage
  60.  
  61. \ssp
  62. \tableofcontents
  63. \listoffigures
  64. \vspace{2 cm}
  65. \begingroup
  66. \let\clearpage\relax
  67. \listoftables
  68. \endgroup
  69.  
  70. \dsp
  71. \afterpreface
  72.  
  73. \include{chapter1intro}
  74. \include{chapter2basics}
  75. \include{chapter3results}
  76. \include{chapter4numerical}
  77. \include{chapter5conclusions}
  78.  
  79. \appendx
  80. \include{appendix}
  81.  
  82.  
  83. %\nocite{*} %uncomment if all reference are to be included (not only the once cited)
  84. \printbibliography[heading=bibintoc, title={List of References}]
  85. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement