Guest User

Untitled

a guest
Jan 24th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. makeatletter
  2. renewcommandappendix{par
  3. setcounter{section}{0}%
  4. setcounter{subsection}{0}%
  5. gdefthesection{@Asbukc@section}}
  6. makeatother
  7.  
  8. renewcommand{thesection}{Asbuk{section}}
  9.  
  10. documentclass{extarticle}
  11. usepackage[T2A]{fontenc}
  12. usepackage[utf8]{inputenc}
  13. usepackage[russian]{babel}
  14. usepackage{titlesec}
  15. title{пример с приложениями}
  16. begin{document}
  17. section{раз}
  18. текст
  19. section{два}
  20. текст
  21. appendix
  22. titleformat{section}[display]
  23. {normalfontLargebfseries}
  24. {centering Приложение thesection\(справочное)}
  25. {0pt}{Largecentering}
  26. renewcommand{thesection}{Asbuk{section}}
  27.  
  28. section{приложение раз}
  29. текст
  30. section{приложение два}
  31. текст
  32. end{document}
Add Comment
Please, Sign In to add comment