Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. documentclass{memoir}
  2.  
  3. usepackage{xcolor}
  4.  
  5. newfootnoteseries{E}
  6. renewcommandthefootnoteE{textcolor{red}{Roman{footnoteE}}}
  7. leteditornote=footnoteE
  8.  
  9. begin{document}
  10.  
  11. Text%
  12. footnote{Footnote paragrah 1.
  13. % -- removing this is fine
  14. Footnote paragraph 2.}%
  15. editornote{Editor paragraph 1.
  16. % -- removing this breaks
  17. Editor paragraph 2.}
  18.  
  19. end{document}
  20.  
  21. Runaway argument?
  22. {rule z@ footnotesep ignorespaces {@nameuse {foottextfontE}EditoETC.
  23. ./editornotes.tex:17: Paragraph ended before @makefntextE was complete.
  24. <to be read again>
  25. par
  26. l.17 Editor paragraph 2.}
  27.  
  28. ?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement