Guest User

Untitled

a guest
Nov 25th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. documentclass{article}
  2. usepackage[T1]{fontenc}
  3. usepackage[supstfm=libertinesups]{superiors}
  4. usepackage{libertine}
  5. usepackage{fnpct}
  6.  
  7. usepackage{scrextend}
  8.  
  9. deffootnote{1.5em}{1em}{thefootnotemark. }
  10.  
  11. renewcommand*thempfootnote{arabic{mpfootnote}}
  12. begin{document}
  13.  
  14. begin{minipage}{.5linewidth}
  15. noindent The three little pigs built their houses
  16. out of strawfootnote{not to be confused with hay},
  17. sticksfootnote{or lumber according to some sources}
  18. and bricksfootnote{probably fired clay bricks}.
  19. end{minipage}
  20.  
  21. end{document}
Add Comment
Please, Sign In to add comment