Advertisement
Guest User

Untitled

a guest
Feb 25th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.64 KB | None | 0 0
  1. documentclass[a4paper]{report}% http://ctan.org/pkg/amsproc
  2. usepackage[top=3.00cm, bottom=3.00cm, inner=3cm, outer=3.5cm]{geometry}
  3. %usepackage[top=3.00cm, bottom=3.00cm, left=3cm, right=3.0cm]{geometry}
  4. usepackage[utf8]{inputenc}
  5. usepackage[T1]{fontenc}
  6. usepackage[x11names,table]{xcolor}
  7. usepackage{fourier}
  8. usepackage{microtype}
  9. SetTracking[no ligatures={f}]{encoding=*}{80}
  10. usepackage[strict]{changepage}%
  11. usepackage{graphicx}
  12. usepackage[explicit]{titlesec}%
  13. usepackage[export]{adjustbox}
  14. usepackage{hyperref}
  15. usepackage{biblatex}
  16. usepackage{fancyhdr}
  17.  
  18.  
  19. usepackage{lipsum}
  20.  
  21. % BARVY
  22. definecolor{ukred}{RGB}{160,0,0}
  23. definecolor{ukgray}{RGB}{128,128,128}
  24. definecolor{ukredlight}{RGB}{160,0,0}
  25. definecolor{ukgraylight}{RGB}{210,210,210}
  26.  
  27. % TABULKY A OBRÁZKY
  28. usepackage{chngcntr}
  29. counterwithout{figure}{chapter}
  30. usepackage[font={color=ukgray},figurename=Obr.]{caption}
  31. usepackage[labelfont={color=ukgray,bf}]{caption}
  32. captionsetup{justification = raggedright,singlelinecheck = false}
  33.  
  34. counterwithout{table}{chapter}
  35. usepackage[tablename=Tab.]{caption}
  36. rowcolors{1}{ukgraylight}{white}
  37.  
  38. renewcommand{contentsname}{Obsah}
  39.  
  40. % NUMBERS AND LINES AT CAPTIONS
  41. titleformat{chapter}[hang]
  42. {bfseriesfontsize{14pt}{14pt}selectfontcolor{IndianRed3}lsstyle}
  43. {checkoddpageifoddpagellap{makebox[dimexprmarginparsep+marginparwidthrelax][l]{rule[-1.25ex]{marginparwidth}{0.5ex}llap{}}}thechapterenspaceelsethechapterenspace fi}
  44. {0pt}
  45. {MakeUppercase{#1}checkoddpageifoddpageelsehfillrlap{makebox[dimexprtextwidth + marginparsep][l]{hspace{marginparsep}rlap{rule[-1.25ex]{marginparwidth}{0.5ex}}thechapter}}fi}%titlerule[1.5pt]
  46. titlespacing*{chapter}{0pt}{2ex}{1ex}
  47. %
  48. titleformat{section}
  49. {bfserieslarge}
  50. {checkoddpageifoddpagellap{makebox[dimexprmarginparsep+marginparwidthrelax][l]{rule[-1.25ex]{marginparwidth}{0.5ex}llap{}}}thesectionenspaceelsethesectionenspace fi}
  51. {0pt}
  52. {#1checkoddpageifoddpageelsehfillrlap{makebox[dimexprtextwidth + marginparsep][l]{hspace{marginparsep}rlap{smash{rule[-1.25ex]{marginparwidth}{0.5ex}}}thesection}}fi}%titlerule[1.5pt]
  53. titlespacing*{section}{0pt}{1ex}{0.5ex}
  54.  
  55. titleformat{subsection}
  56. {bfseries}
  57. {checkoddpageifoddpagellap{makebox[dimexprmarginparsep+marginparwidthrelax][l]{rule[-1.25ex]{marginparwidth}{0.5ex}llap{}}}thesubsectionenspaceelsethesubsectionenspace fi}
  58. {0pt}
  59. {#1checkoddpageifoddpageelsehfillrlap{makebox[dimexprtextwidth + marginparsep][l]{hspace{marginparsep}rlap{smash{rule[-1.25ex]{marginparwidth}{0.5ex}}}thesubsection}}fi} titlespacing*{subsection}{0pt}{1ex}{0.5ex}
  60. %%%%%%%%%
  61.  
  62. % ČÍSLOVÁNÍ STRÁNEK
  63. fancyhf{}
  64. renewcommand{headrulewidth}{0pt}
  65. fancyfoot[LE,RO]{thepage}
  66.  
  67. % HLAVIČKY
  68. %fancyhf{} % clear all header and footers
  69. %fancyhead[R]{thepageifoddvalue{page}elsehfillfi}
  70.  
  71. % CITACE
  72. addbibresource{citace.bib}
  73.  
  74. begin{document}
  75.  
  76. tableofcontents
  77.  
  78. chapter{Nadpis 1. úrovně}
  79.  
  80. lipsum[1]
  81.  
  82. section{Nadpis 2. úrovně}
  83. lipsum[2]
  84.  
  85. subsection{Nadpis 3. úrovně}
  86.  
  87. lipsum[3]
  88.  
  89. chapter{První kapitola dizertace}
  90. lipsum[1]par
  91. Tady odcitujeme nějaký zdroj, ať víš, jak se vkládají. K tomu si budeš bohužel muset přečíst : href{https://en.wikibooks.org/wiki/LaTeX/Bibliography_Management}{tento článek:}, ale na druhou stranu, věř mi, že s přibývajícím zdroji se Ti to automatické generování stylu bude hodit. Citace pro LaTeX Ti totiž umožní kde jaká slušná databáze, takže se Ti to ve výsledku všechno zjednoduší. Takže nějaké citace cite{einstein}. Nebo další cite{dirac}.
  92.  
  93. % begin{figure}[ht!]
  94. % centering
  95. % includegraphics[width=110mm, cfbox = ukgray 1mm 0pt]{Auticko.png}
  96. % caption{Autíčko s tlustým popiskem bez názvu kapitoly, netlustým textem a pojebkaným rámečkem okolo...label{overflow}}
  97. % end{figure}
  98. Tady bude zase nějaká tabulka...par
  99.  
  100. begin{table}[htb]
  101. centering
  102. caption{Nějaká tabulka}
  103. % cfbox ukgray 1mm 0pt{
  104. begin{tabular}{r|r|r|r}
  105. N & R & C & T \ hline % odd -- lightblue (wrong)
  106. 8 & 8 & 4 & 444 \ % even
  107. 9 & 8 & 4 & 124 \ % odd -- lightblue (wrong)
  108. 10 & 8 & 4 & 672 \ % even
  109. end{tabular}
  110.  
  111. end{table}
  112.  
  113. section{Nadpis 2. úrovně}
  114. lipsum[2]
  115.  
  116. chapter{Seznam použitých zkratek a symbolů}
  117. chapter{Seznam použitých zdrojů}
  118. printbibliography
  119.  
  120.  
  121.  
  122. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement