Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. newcommand{clearemptydoublepage}
  2. {newpage{pagestyle{empty}cleardoublepage}}
  3.  
  4. renewcommandappendix{par
  5. clearemptydoublepage
  6. setcounter{section}{0}
  7. setcounter{subsection}{0}
  8.  
  9. renewcommandsection{%
  10. renewcommandthesection{appendixname @Alphc@section}
  11. @startsection {section}{1}{z@}%
  12. {-3.5ex @plus -1ex @minus -.2ex}%
  13. {2.3ex @plus.2ex}%
  14. {centeringnormalfont
  15. normalsizebfseriesscshape}}
  16.  
  17. renewcommandsubsection{%
  18. renewcommandthesection{@Alphc@section}
  19. @startsection{subsection}{2}{z@}%
  20. {-3.25ex@plus -1ex @minus -.2ex}%
  21. {1.5ex @plus .2ex}%
  22. {normalfontnormalsizebfseriesscshape}}
  23.  
  24. renewcommandthesubsection{thesection.@arabicc@subsection}
  25. }
  26.  
  27. appendix
  28.  
  29. makeappendixtitle{Add title for appendix A}
  30. section{Title}
  31. subsection{Appendix Sub}
  32. First appendix
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement