Advertisement
Guest User

Untitled

a guest
Dec 6th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. documentclass{report}
  2.  
  3. % Using symbols for footnotes
  4. renewcommand{thefootnote}{fnsymbol{footnote}}
  5.  
  6. begin{document}
  7.  
  8. footnote{f1}, footnote{f2}, footnote{f3}, footnote{f4},
  9.  
  10. footnote{f5}, footnote{f6}, footnote{f7}, footnote{f8},
  11.  
  12. footnote{f9}, footnote{f10}
  13.  
  14. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement