Advertisement
Guest User

Untitled

a guest
Oct 12th, 2016
576
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
BibTeX 2.99 KB | None | 0 0
  1.  
  2. %
  3. % package options
  4. %
  5. % difcul          - Generates DI\/FCUL cover pages
  6. % phd, msc, cepei - PhD thesis, MSc dissertation, or CEPEI report
  7. % qualify         - PhD qualification step
  8. % eng, bio, csc   - Thesis specialization (engineering, bioinformatics, computer science)
  9. \documentclass[twoside,12pt,difcul,csc,phd,qualify]{FCUL}
  10.  
  11. %\usepackage{url}
  12. %\usepackage{multirow}
  13. \usepackage{indentfirst}
  14.  
  15. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  16.  
  17. %\DeclareFontFamily{OT1}{cmtt}{\hyphenchar \font=-1}
  18.  
  19. \usepackage{varwidth}
  20. \usepackage{verbatim}
  21.  
  22. \newenvironment{centerverbatim}{%
  23.  \par
  24.  \centering
  25.  \varwidth{\linewidth}%
  26.  \verbatim
  27. }{%
  28.  \endverbatim
  29.  \endvarwidth
  30.  \par
  31. }
  32.  
  33. \usepackage{tabularx}
  34. \usepackage{enumitem}
  35. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  36.  
  37. \newcommand{\phd}{Reminiscence Therapy Improvement using Emotional Information}
  38.  
  39.  
  40. %
  41. % Titulo PT: INSERIR TITULO EM PT
  42. %
  43.  
  44. %\usepackage{showframe}
  45.  
  46. \begin{document}
  47. \setlength{\evensidemargin}{0.21cm}
  48. \setlength{\oddsidemargin}{0.21cm}
  49.  
  50. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  51. % COVER
  52. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  53. \title{\phd}
  54.  
  55. \author{Soraia Vanessa Meneses Alarc\~{a}o Castelo}
  56. \authemail{salarcao@lasige.di.fc.ul.pt}
  57.  
  58. \thesisadvisor{Manuel Jo\~{a}o da Fonseca}{1}
  59.  
  60. \keywords{Dementia; Reminiscence Therapy; Emotions Recognition; Physiological Signals; Quality of Life}
  61. \keywordspt{;}
  62.  
  63. \degreedate{2016}
  64.  
  65. \maketitle
  66.  
  67. %set the number of sectioning levels that get number and appear in the contents
  68. \setcounter{secnumdepth}{3}
  69. \setcounter{tocdepth}{3}
  70.  
  71. \frontmatter
  72.  
  73. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  74. % ABSTRACT
  75. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\%%%%%%%
  76. \include{Contents/abstract}
  77.  
  78. \setlength{\evensidemargin}{0.96cm}
  79. \setlength{\oddsidemargin}{-0.54cm}
  80.  
  81. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  82. % LISTINGS
  83. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  84. \tableofcontents
  85. \listoffigures
  86. \listoftables
  87. %%\listofalgorithms
  88. %%\lstlistoflistings
  89.  
  90. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  91. % CHAPTERS
  92. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  93. \mainmatter
  94.  
  95. \include{Contents/acronyms}
  96. \include{Contents/introduction}
  97. \resetacronym{CIRCA}
  98. \resetacronym{CART}
  99. \include{Contents/background}
  100. \include{Contents/research}
  101. \include{Contents/approach}
  102. \include{Contents/evaluation}
  103. \include{Contents/planning}
  104. \include{Contents/conclusions}
  105.  
  106. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  107. % GLOSSARY AND REFERENCES
  108. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  109. \include{Contents/listings}
  110. \addcontentsline{toc}{chapter}{List of Acronyms}
  111.  
  112.  
  113. \addcontentsline{toc}{chapter}{References}
  114. %\bibliographystyle{unsrtnat}
  115. \bibliographystyle{abbrvnat}
  116. \bibliography{SMA_ThesisProposal_v7}
  117.  
  118. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement