Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. documentclass[
  2. fontsize=11pt, % Schriftgröße
  3. DIV=12, % Seitenaufteilung
  4. BCOR=5mm, % Bindekorrektur
  5. ngerman, % für Umlaute, Silbentrennung etc.
  6. Inhaltsverzeichnis ein
  7. ]{scrbook}
  8.  
  9. usepackage[textfont={small,sf},labelfont={small,bf,sf},labelsep=endash,format=hang,justification=justified]{caption}
  10. usepackage{titlesec, graphicx, geometry, titlecaps}
  11. usepackage[T1]{fontenc}
  12. usepackage[utf8]{inputenc}
  13. begin{document}
  14. %Chapter Headers%
  15. titleformat{chapter}[display]{} {normalfontLargescshapetitlecap{chaptertitlename}enspacescalebox{1.8}{thechapter}filright} {8ex}{Hugebfseriessffamilyfilleft}[{titlerule[0.5pt]}]
  16. titlespacing*{chapter}{0pt}{30pt}{20pt}
  17.  
  18. chapter{Fruits}
  19. section{Apple}
  20. The most of the fiber in apples is soluble fiber...
  21. begin{figure}[h!]
  22. caption{Apple Apple Apple Apple }
  23. end{figure}
  24. subsection{Apple}
  25. Most of the fiber in apples is soluble fiber...
  26. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement