Guest User

Untitled

a guest
Feb 25th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. documentclass[11pt, twoside]{article}
  2.  
  3.  
  4.  
  5. % %%%%%%%%
  6. % Preamble
  7. % %%%%%%%%
  8.  
  9. usepackage[english]{babel}
  10. usepackage[T1]{fontenc}
  11.  
  12. usepackage{%
  13. geometry,%
  14. fancyhdr,%
  15. lipsum%
  16. }
  17.  
  18. usepackage[titletoc, title, header]{appendix}
  19.  
  20. geometry{%
  21. a4paper,%
  22. top=3cm,%
  23. bottom=3.5cm,%
  24. outer=2.5cm,%
  25. inner=3.5cm,%
  26. nomarginpar,%
  27. showframe=false%
  28. }
  29.  
  30. fancypagestyle{general}{%
  31. fancyhf{} % Clean fields
  32. fancyhead[R]{itshapenouppercase{rightmark}}
  33. renewcommand{headrulewidth}{0.4pt}
  34. fancyfoot[R]{thepage}
  35. renewcommand{footrulewidth}{0.4pt}
  36. }
  37.  
  38.  
  39.  
  40. % %%%%%%%%%%%%%%%%%%
  41. % Begin the document
  42. % %%%%%%%%%%%%%%%%%%
  43.  
  44. begin{document}
  45.  
  46. pagestyle{general}
  47.  
  48. section{Section}
  49. lipsum
  50.  
  51. newpage
  52. begin{appendices}
  53. section{Foo bar}
  54. lipsum[1-2]
  55. end{appendices}
  56.  
  57. end{document}
Add Comment
Please, Sign In to add comment