Guest User

Untitled

a guest
Dec 16th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. blablablablafootnote{ble blev blev v}label{footnote_1}
  2.  
  3. As mentioned in note ref{footnote_1}
  4.  
  5. documentclass{article}
  6. usepackage{footmisc}
  7. begin{document}
  8.  
  9. argument of the footnote command that is being
  10. labelledfootnote{Note textlabel{fnlabel}}
  11. potato headfootref{fnlabel}
  12.  
  13. end{document}
  14.  
  15. documentclass{article}
  16. usepackage{cleveref}
  17. begin{document}
  18. Here is some real nondescript textfootnote{What a qualifierlabel{xxx}}
  19.  
  20. Then I can refer later to cref{xxx} (Cpageref{xxx})
  21. end{document}
Add Comment
Please, Sign In to add comment