Advertisement
Guest User

Untitled

a guest
Jul 30th, 2015
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. documentclass{memoir}
  2.  
  3. usepackage{lipsum}
  4.  
  5. newenvironment{fancyfoot}{
  6. renewcommand{footnoterule}{}
  7. }{
  8. }
  9. begin{document}
  10. begin{fancyfoot}
  11. lipsum[1]footnote{First footnote}
  12. lipsum[2]
  13. end{fancyfoot}
  14. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement