Advertisement
Guest User

ptomato

a guest
Aug 10th, 2010
1,376
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 1.24 KB | None | 0 0
  1. \documentclass[twoside,openright,% regular options
  2.                DIV10,BCOR7mm,% page size options
  3.                halfparskip,smallheadings,pointlessnumbers]% KOMA options
  4.                {scrreprt} % Class: KOMA-script version of 'report'
  5. \usepackage[T1]{fontenc} % for Vera sans
  6.  
  7. % Palatino font
  8. \usepackage[osf,sc]{mathpazo}
  9. \linespread{1.05} % Palatino requires slightly more line spacing
  10. % Bitstream Vera Sans font
  11. \usepackage[scaled]{berasans}
  12. % Now recalculate type area based on these new fonts
  13. \typearea[current]{last}
  14.  
  15. % Fancy chapter headings
  16. \usepackage[dvipsnames,usenames]{color}
  17. \usepackage{quotchap}
  18. \renewcommand*{\chapnumfont}{%
  19.     \usefont{T1}{fvs}{b}{n}\fontsize{100}{130}\selectfont%
  20.     \color{chaptergrey}}
  21.  
  22. % Subfigures, sans-serif counters
  23. \usepackage[sf,SF]{subfigure}
  24.  
  25. % Setting figure captions off from the rest of the text somewhat
  26. \addtokomafont{caption}{\itshape\small}
  27. \addtokomafont{captionlabel}{\itshape\bfseries\small}
  28. \renewcommand*{\captionformat}{.\ }
  29. \setcapindent{0cm}
  30. \setcapmargin{1.75cm}
  31.  
  32. ...
  33.  
  34. % ABSTRACT
  35. \pagestyle{empty}
  36. \vspace*{\fill}
  37. \begin{minipage}{0.75\textwidth} \raggedright
  38. \section*{Abstract}
  39. Blah... blah...
  40. \end{minipage}
  41. \vspace*{\fill}
  42. \emph{\tiny Cover photo: Martin Jurna}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement