Guest User

Untitled

a guest
Dec 16th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.79 KB | None | 0 0
  1. makeatletter AtBeginDocument{ renewcommand{blank@p@gestyle}{empty} } makeatother
  2. documentclass[
  3. 12pt, % The default document font size, options: 10pt, 11pt, 12pt
  4. %oneside, % Two side (alternating margins) for binding by default, uncomment to switch to one side
  5. english, % ngerman for German
  6. singlespacing, % Single line spacing, alternatives: onehalfspacing or doublespacing
  7. %draft, % Uncomment to enable draft mode (no pictures, no links, overfull hboxes indicated)
  8. %nolistspacing, % If the document is onehalfspacing or doublespacing, uncomment this to set spacing in lists to single
  9. %liststotoc, % Uncomment to add the list of figures/tables/etc to the table of contents
  10. %toctotoc, % Uncomment to add the main table of contents to the table of contents
  11. %parskip, % Uncomment to add space between paragraphs
  12. nohyperref, % Uncomment to not load the hyperref package
  13. headsepline, % Uncomment to get a line under the header
  14. %chapterinoneline, % Uncomment to place the chapter title next to the number on one line
  15. %consistentlayout, % Uncomment to change the layout of the declaration, abstract and acknowledgements pages to match the default layout
  16. ]{PhDThesisCampa} % The class file specifying the document structure
  17. usepackage{amsmath}
  18. usepackage{minitoc}
  19. usepackage[utf8]{inputenc} % Required for inputting international characters
  20. usepackage[T1]{fontenc} % Output font encoding for international characters
  21. usepackage[font={small}]{caption}
  22. usepackage{palatino} % Use the Palatino font by default
  23. usepackage{float}
  24. usepackage[margin=0.4cm]{caption}
  25. usepackage{caption}
  26. captionsetup[table]{font={stretch=1.2}} %% change 1.2 as you like
  27. %captionsetup[figure]{font={stretch=1.0}}
  28. usepackage[final]{pdfpages}
  29. usepackage[backend=bibtex,style=phys,natbib=true,sorting=none]{biblatex}
  30. %hyphenation{thatshouldnot}
  31.  
  32. addbibresource{bibliografia.bib}
  33.  
  34. usepackage[autostyle=true]{csquotes} % Required to generate language-dependent quotes in the bibliography
  35. usepackage{hyperref}% http://ctan.org/pkg/hyperref
  36. hypersetup{
  37. colorlinks,
  38. citecolor=black,
  39. filecolor=black,
  40. linkcolor=black,
  41. urlcolor=black
  42. }
  43. %----------------------------------------------------------------------------------------
  44. % MARGIN SETTINGS
  45. %----------------------------------------------------------------------------------------
  46.  
  47. geometry{
  48. paper=a4paper, % Change to letterpaper for US letter
  49. inner=2.5cm, % Inner margin
  50. outer=3.8cm, % Outer margin
  51. bindingoffset=0.5cm, % Binding offset
  52. top=1.5cm, % Top margin
  53. bottom=1.5cm, % Bottom margin
  54. }
  55.  
  56. %----------------------------------------------------------------------------------------
  57. % THESIS INFORMATION
  58. %----------------------------------------------------------------------------------------
  59.  
  60. thesistitle{.}
  61. supervisor{.}
  62. examiner{.}
  63. degree{Doctor of Philosophy}
  64. author{.}
  65.  
  66.  
  67. subject{.}
  68. keywords{.}
  69. university{href{http://www.university.com}.}}
  70. department{href{http://department.university.com}{.}}
  71. group{href{http://researchgroup.university.com}{Research Group Name}}
  72. faculty{href{http://faculty.university.com}{Faculty Name}} %
  73.  
  74. AtBeginDocument{
  75. hypersetup{pdftitle=ttitle}
  76. hypersetup{pdfauthor=authorname}
  77. hypersetup{pdfkeywords=keywordnames}
  78. }
  79.  
  80. begin{document}
  81. frontmatter % Use roman page numbering style (i, ii, iii, iv...) for the pre-content pages
  82.  
  83. pagestyle{plain} % Default to the plain heading style until the thesis style is called for the body content
  84.  
  85.  
  86. %----------------------------------------------------------------------------------------
  87. % LIST OF CONTENTS/FIGURES/TABLES PAGES
  88. %----------------------------------------------------------------------------------------
  89. includepdf{fronte.pdf}
  90. includepdf[pages={1-},scale=1]{Sintesi_Campa.pdf}
  91. tableofcontents % Prints the main table of contents
  92.  
  93.  
  94. mainmatter % Begin numeric (1,2,3...) page numbering
  95.  
  96. pagestyle{thesis} % Return the page headers back to the "thesis" style
  97.  
  98. %addcontentsline{toc}{chapter}{Introduction}
  99. include{Chapters/Introduction}
  100. include{Chapters/Chapter1}
  101. include{Chapters/Chapter2}
  102. include{Chapters/Chapter3}
  103. include{Chapters/Chapter4}
  104. include{Chapters/Conclusion}
  105. includepdf[pages={1-},scale=1]{Publications.pdf}
  106.  
  107. %appendix % Cue to tell LaTeX that the following "chapters" are Appendices
  108.  
  109.  
  110. %include{Appendices/AppendixA}
  111. %include{Appendices/AppendixB}
  112. %include{Appendices/AppendixC}
  113.  
  114. %----------------------------------------------------------------------------------------
  115. % BIBLIOGRAPHY
  116. %----------------------------------------------------------------------------------------
  117.  
  118. printbibliography[heading=bibintoc]
  119.  
  120. end{document}
  121.  
  122. @article{tufir,
  123. Author = {H.Odashima and M.Tachikawa and L.R.Zink and K.M.Evenson },
  124. Journal = {Optics Letters},
  125. Title={textit{Extension of tunable far infrared spectroscopy to 7.9  {TH}z}},
  126. Issue= {11},
  127. Volume={22},
  128. Pages={822-824},
  129. Year = {1997}}
Add Comment
Please, Sign In to add comment