Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. RequirePackage[absolute,overlay]{textpos}
  2. setlength{TPHorizModule}{1cm}
  3. setlength{TPVertModule}{1cm}
  4. newenvironment{aside}{%
  5. letoldsectionsection
  6. renewcommand{section}[1]{
  7. parvspace{baselineskip}{Largeheadingfontcolor{dgreen} ##1}
  8. }
  9. begin{textblock}{3.6}(2.0, 0.55)
  10. begin{flushright}
  11. obeycr
  12. }{%
  13. restorecr
  14. end{flushright}
  15. end{textblock}
  16. letsectionoldsection
  17. }
  18.  
  19. begin{aside}
  20. section{RegionA}
  21. ~
  22. end{aside}
  23.  
  24. begin{aside}
  25. section{RegionA}
  26. begin{enumerate}
  27. item foo
  28. end{enumerate}
  29. end{aside}
  30.  
  31. ! LaTeX Error: There's no line here to end.
  32.  
  33. See the LaTeX manual or LaTeX Companion for explanation.
  34. Type H <return> for immediate help.
  35. ...
  36.  
  37. l.75 begin{enumerate}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement