Advertisement
Guest User

Untitled

a guest
Aug 15th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.39 KB | None | 0 0
  1. --- temp.tex 2011-05-03 15:45:05.284638245 +0200
  2. +++ master.tex 2011-05-03 15:26:35.304711509 +0200
  3. @@ -15,11 +15,9 @@
  4. %
  5. \documentclass[11pt,oneside,dutch]{memoir} % the memoir document class can be positioned between the book and report document classes
  6.  
  7. -\setulmarginsandblock{1.5cm}{*}{*}
  8. +\setulmarginsandblock{2cm}{*}{*}
  9. \checkandfixthelayout
  10.  
  11. -%\renewcommand{\baselinestretch}{1.33}
  12. -
  13. \usepackage[T1]{fontenc}
  14. \usepackage{lmodern}
  15. \usepackage{url}
  16. @@ -48,52 +46,37 @@
  17. \definecolor{Medium}{gray}{.6}
  18. \definecolor{Light}{gray}{.8}
  19.  
  20. -\input{static/titlepage-ll}
  21. +\input{static/titlepage-ms}
  22.  
  23. \makeglossary
  24. \makeindex
  25.  
  26. -\addto\captionsdutch{ % removes the word chapter or the translation thereof from the chaptertitle
  27. - \renewcommand*{\chaptername}{}
  28. - }
  29. -
  30. -\addto\captionsdutch{
  31. - \renewcommand*{\appendixname}{Bijlage}
  32. - }
  33. -
  34. -\addto\captionsenglish{
  35. - \renewcommand*{\abstractname}{Summary} % in a thesis this is called a summary
  36. - }
  37. +\addto\captionsdutch{% % removes the word chapter or the translation thereof from the chaptertitle
  38. + \renewcommand\chaptername{}}
  39.  
  40. \chapterstyle{ell} % this determines the memoir chapter heading style
  41.  
  42. -\maxsecnumdepth{subsection} % we want to number subsections also
  43. -\setsecnumdepth{subsection}
  44. -\settocdepth{subsection} % we want to show subsections in toc also
  45. -
  46. \begin{document}
  47.  
  48. \frontmatter
  49. -%\title{Een fraaie titel voor de omslag}
  50. -%\author{Dennis de Vaal\\
  51. -%d.devaal@gmail.com\\
  52. -%Kevin Daudt\\
  53. -%compufreak@gmail.com}
  54. -%\date{\today}
  55. -%\maketitle
  56. +\title{Grip op Webservices}
  57. +\author{Kevin Daudt\\
  58. +compufreak@gmail.com}
  59. +\date{\today}
  60. +\maketitle
  61.  
  62. \thispagestyle{empty}
  63. \newlength{\drop}
  64. -\titleLL % check the samples/ directory for other titlepage examples. You can find more in the included documentation inside the doc/ directory
  65. +%\titleMS % check the samples/ directory for other titlepage examples. You can find more in the included documentation inside the doc/ directory
  66. \clearpage
  67.  
  68. \pagestyle{plain}
  69. -\include{static/introduction1} % optional
  70. \include{static/abstract-english} % abstract (thesis) | summary (report)
  71. \include{static/abstract-dutch} % abstract (thesis) | summary (report)
  72. \include{static/foreword} % optional
  73. \include{static/preface} % optional
  74. \include{static/acknowledgement} % optional
  75. +\include{static/introduction1} % optional
  76. \include{static/dedication} % optional
  77. \tableofcontents
  78.  
  79. @@ -102,15 +85,13 @@
  80. \include{chapters/chapters} % toplevel chapters include
  81. \include{static/conclusion} % conclusion
  82.  
  83. -%\backmatter
  84. -%\begin{appendices}
  85. +\backmatter
  86. \appendix
  87. \include{appendices/appendices} % toplevel appendices include
  88. -%\end{appendices}
  89. \bibliographystyle{plainnat} % author-year style citations
  90. -%\bibliography % bibliography
  91. +\bibliography % bibliography
  92. \printglossaries % glossary
  93. -%\addcontentsline{toc}{chapter}{Verklarende woordenlijst} % uncomment this line if you want this to apear in the toc
  94. +%\addcontentsline{toc}{chapter}{Begrippenlijst} % uncomment this line if you want this to apear in the toc
  95. \printindex % index
  96. %\addcontentsline{toc}{chapter}{Index} % uncomment this line if you want this to apear in the toc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement