PhD thesis of Renata Kopečná Angular analysis of B+->K*+(K+pi0)mu+mu- decay with the LHCb experiment
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

108 lines
2.9 KiB

  1. \include{Formatting/preambule}
  2. \begin{document}
  3. \input{Formatting/frontPage_HGSFP}
  4. %\input{Formatting/frontPage_ENG}
  5. %\input{Formatting/frontPage_GER}
  6. %
  7. %\setstretch{1.2}{
  8. \input{OtherSources/abstract_ENG}
  9. \input{OtherSources/abstract_GER}
  10. \input{OtherSources/acknowledgement}
  11. \input{OtherSources/preface}
  12. }
  13. %\newpage\null\thispagestyle{empty}\newpage
  14. %\cleardoublepage
  15. %
  16. \setstretch{1.3}{
  17. \pagenumbering{gobble} %Remove the stupid page numbergin
  18. \thispagestyle{empty}
  19. \tableofcontents
  20. \clearpage
  21. %
  22. \thispagestyle{empty}
  23. \listoffigures
  24. \clearpage
  25. %
  26. \thispagestyle{empty}
  27. \listoftables
  28. \clearpage
  29. %
  30. \thispagestyle{empty}
  31. \listofabbrev
  32. \cleardoublepage %TODO: maybe fix this
  33. \newpage\null\thispagestyle{empty}\newpage
  34. \newpage\null\thispagestyle{empty}\newpage
  35. }
  36. \newpage
  37. \newgeometry{top=2cm,bottom=2cm,outer=2cm,inner=3cm,includeheadfoot}
  38. \pagestyle{fancy}
  39. \fancyhead[RE,LO]{}\setlength{\headheight}{14.5pt}
  40. \fancyhead[RO]{\leftmark}
  41. \fancyhead[LE]{\textit{\rightmark}}
  42. \renewcommand{\headrulewidth}{0pt}
  43. \pagenumbering{arabic}
  44. %List of abbreviations
  45. \input{OtherSources/ListOfAbbrev}
  46. %\input{OtherSources/citeTest}
  47. %Intro
  48. \setstretch{1.5}{\input{./Chapters/Introduction/intro}}
  49. % Main chapters
  50. \setstretch{1.25}{
  51. %Set margin of wrapfigures
  52. \setlength{\columnsep}{25pt}
  53. %Input chapters
  54. \input{./Chapters/StandardModel/standardModel}\newpage\null\thispagestyle{empty}\newpage
  55. \input{./Chapters/LHCbExperiment/lhcb}
  56. \input{./Chapters/AnalysisTheory/anaTheroy}\newpage\null\thispagestyle{empty}\newpage
  57. \input{./Chapters/AnalysisIntroduction/anaIntro}\newpage\null\thispagestyle{empty}\newpage
  58. \input{./Chapters/EventSelection/eventSelection}\newpage\null\thispagestyle{empty}\newpage
  59. \input{./Chapters/Acceptance/acceptance}\newpage\null\thispagestyle{empty}\newpage
  60. \input{./Chapters/ParameterMeasurement/parameterMeasurement}\newpage\null\thispagestyle{empty}\newpage
  61. \input{./Chapters/Validation/validation} \newpage\null\thispagestyle{empty}\newpage
  62. \input{./Chapters/Toys/toys}
  63. \input{./Chapters/TrackEff/trackEff}
  64. }
  65. %Conclusion
  66. \newpage\null\thispagestyle{empty}\newpage
  67. \setstretch{1.5}{\input{./Chapters/Conclusions/conclusions}}
  68. %References
  69. \newpage\null\thispagestyle{empty}\newpage
  70. \setstretch{1.25}{\input{References/references}}
  71. \newpage\null\thispagestyle{empty}\newpage
  72. \appendix
  73. %Appendices
  74. \setstretch{1.1}{
  75. \input{Appendix/appendix_0}
  76. \clearpage
  77. \input{Appendix/appendix_1} \newpage\null\thispagestyle{empty}\newpage
  78. \clearpage
  79. \input{Appendix/appendix_2}
  80. \clearpage
  81. \input{Appendix/appendix_3}
  82. \clearpage
  83. \input{Appendix/appendix_4}
  84. \clearpage
  85. \input{Appendix/appendix_5}
  86. \clearpage
  87. \newpage\null\thispagestyle{empty}\newpage
  88. \newpage\null\thispagestyle{empty}\newpage
  89. }
  90. \end{document}