Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. documentclass{amsart}
  2. makeatletter
  3. @addtoreset{section}{part}
  4. makeatother
  5. newcommandinvisiblepart[1]{%
  6. refstepcounter{part}%
  7. addcontentsline{toc}{part}{#1}%
  8. }
  9. usepackage{hyperref}
  10. begin{document}
  11. invisiblepart{English Version}
  12. section{First English section}
  13. label{sec11} Goto English Appendix ref{app11}pagebreak
  14. {appendixsection{First English Appendix}
  15. label{app11} Goto English Chapter ref{sec11}pagebreak}
  16. invisiblepart{German Version}
  17. section{First German Section}
  18. label{sec21} Goto German Appendix ref{app21}pagebreak
  19. {appendixsection{First German Appendix}
  20. label{app21}Goto German Section ref{sec21}}
  21. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement