Guest User

Untitled

a guest
Dec 13th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. documentclass[10pt,a4paper,twoside]{scrbook}%
  2. usepackage[dvips=false,pdftex=false,vtex=false]{geometry}
  3. geometry{
  4. paperwidth=155mm,
  5. paperheight=230mm,
  6. inner=25mm,
  7. outer=23mm,
  8. bottom=20mm,
  9. top=27mm
  10. }
  11. usepackage[polutonikogreek,ngerman]{babel}%
  12. usepackage[utf8]{inputenc}%
  13. usepackage[T1]{fontenc}%
  14. usepackage{anyfontsize}
  15. usepackage{longtable}%
  16. usepackage{tabularx}%
  17. usepackage{array}%
  18. usepackage{float}%
  19. usepackage{setspace}%
  20. usepackage{tabto}%
  21. usepackage[font=small]{caption}
  22. usepackage{scrlayer-scrpage}
  23. usepackage{graphicx}%
  24. usepackage{nameref}%
  25. usepackage{xpatch}%
  26. usepackage{morewrites}
  27. usepackage{blindtext}
  28. usepackage{rotating}%
  29. usepackage[textwidth=2cm, textsize=tiny, backgroundcolor=white, linecolor=black]{todonotes}%
  30. usepackage{acronym}
  31. usepackage{bookmark}
  32. usepackage{xcolor}
  33. usepackage{mdwlist}
  34. usepackage{titlesec}
  35. usepackage{mathptmx}
  36. usepackage[normalem]{ulem}
  37. usepackage{newtxtext}% Times font
  38. usepackage{newtxmath}% if you need math
  39. usepackage{substitutefont}
  40. substitutefont{LGR}{familydefault}{Tempora-TLF}
  41. AtBeginDocument{%
  42. sbox0{grk{A}%
  43. globalexpandafterlet
  44. csname LGR/Tempora-TLF/m/scexpandafterendcsname
  45. csname LGR/Tempora-TLF/m/nendcsname
  46. }}
  47. usepackage{textcomp}%
  48. %
  49. %
  50. % TEXT
  51. %
  52. renewcommand{baselinestretch}{1.2}% TEXT SPACING
  53. %
  54. renewcommand{arraystretch}{1.25}
  55. %
  56. newcommand{grk}[1]{{foreignlanguage{polutonikogreek}{#1}}}% GREEK TEXT
  57. newcommand{lat}[1]{emph{{#1}}}% LATIN TEXT
  58. %
  59. %
  60. % BIBLATEX:%
  61. %
  62. usepackage[style=historische-zeitschrift, maxnames=2, hyperref=false, backref=true, backrefstyle=none, backend=bibtex,idemtracker=true, block=none]{biblatex}% change to hyperref=true to get clickable links
  63. usepackage[babel,german=quotes]{csquotes}%
  64. bibliography{Inhalt}
  65. %
  66. %
  67. %
  68. % REDESIGNING TITLE STYLES (REQUIRES TITLESEC)
  69. %
  70. titleformat{chapter}[display]% CHAPTER
  71. {fontsize{11}{12}selectfontscshapecentering}
  72. {scshapechaptertitlename thechapter.enskip}{1pt}{fontsize{11}{12}selectfont}
  73. titlespacing*{chapter}{0pt}{30pt}{30pt}% FIRST NUMBER BEFORE LAST NUMBER AFTER
  74. titleformat{section}[block]% SECTION
  75. {fontsize{10.5}{8}selectfontcentering}
  76. {thesection.enskip}{1pt}{fontsize{10.5}{8}selectfont}
  77. titlespacing*{section}{0pt}{15pt}{15pt}% FIRST NUMBER BEFORE LAST NUMBER AFTER
  78. titleformat{subsection}[block]% SUBSECTION
  79. {fontsize{10.5}{8}selectfontcenteringitshape}
  80. {itshapethesubsection.enskip}{1pt}{fontsize{10.5}{8}selectfont}
  81. titlespacing*{subsection}{0pt}{15pt}{10pt}% FIRST NUMBER BEFORE LAST NUMBER AFTER
  82. %
  83. %
  84. begin{document}%
  85. %
  86. %
  87. frontmatter
  88. tableofcontents
  89. pagestyle{scrheadings}%
  90. chapter{grk{L'ogoc-s'arx} – Ein in Fleisch gekleideter Gott}thispagestyle{empty}
  91. section{grk{<Omoo'usios} – Der gottgleiche Sohn}
  92. blindtext
  93. begin{quote}grk{o>uko~un t~w m`en >agenn'htw patr`i o>ike~ion >ax'iwma fulakt'eon, mhd'ena to~u e@inai a>ut~w t`on a>'ition l'egontas; t~w d`e u<i~w t`hn <arm'ozousan tim`hn >aponemht'eon, t`hn >'anarqon a>ut~w par`a to~u patr`os g'ennhsin >anatij'entas; ka`i <ws >efj'asamen a>ut~w s'ebas >apon'emontes, m'onon e>usebos ka`i e>uf'hmws t`o @hn ka`i t`o >ae`i ka`i t`o pr`o a>i'wnwn l'egontes >ep> a>uto~u, t`hn m'entoi je'othta a>uto~u m`h paraito'umenoi, >all`a t~h e>ik'oni ka`i t~w qarakt~hri to~u patr`os >aphkribwm'enhn >emf'ereian kat`a p'anta >anatij'entes, t`o d`e >ag'ennhton t~w patr`i m'onon >id'iwma pare~inai dox'azontes, <'ate d`h ka`i a>uto~u f'askontos to~u swt~hros; »<o pat'hr mou me'izwn mo'u >estin«.}end{quote}
  94. blindtext
  95. cleardoublepage
  96. end{document}%
Add Comment
Please, Sign In to add comment