Guest User

Untitled

a guest
Jan 17th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. documentclass[twoside]{scrreprt}
  2. usepackage{blindtext}
  3. usepackage{xcolor}
  4.  
  5. begin{document}
  6. pagestyle{headings}
  7. chapter{Chapter}label{cha:Chapter}
  8. textcolor{blue}{Hi there, I am starting a new chapter here.}
  9. blindtext[5]
  10. section{Section}label{sec:Section}
  11. textcolor{blue}{To get more into detail than allready done in chapter ref{cha:Chapter}, I will get a level down to a section. Explaining some stuff which is interesting at the very moment.}
  12. blindtext[5]
  13. subsection{Subsection}label{sec:Subsection}
  14. textcolor{blue}{OK, I have to go more into detail. Here are some super special explanations about something from section ref{sec:Section}.}
  15. blindtext[6]
  16.  
  17. textcolor{blue}{Dear lector, everything from section ref{sec:Section} with details in subsection ref{sec:Subsection} got clear for now. Please jump two levels back onto the chapter level. You are now in chapter ref{cha:Chapter} again:}.
  18.  
  19. textcolor{red}{[!] Here I would need some ornament, white space, whatever... to tell the lector where he is. If this is not kind of "bad practise" in writing reports. The "two level jump" is just some worst case. Not very often used, I guess.}
  20.  
  21. blindtext[3]
  22. textcolor{red}{Even with some cool typographical trick to get the lector back on chapter level, the header above would not know.}
  23. blindtext[1]
  24. end{document}
  25.  
  26. section{A}
  27. ...
  28. subsection{A1}
  29. ...
  30. subsection{A2}
  31. ...
  32. subsection{A3}
  33. ...
  34.  
  35. subsection*{}
  36. ...
Add Comment
Please, Sign In to add comment