Guest User

Untitled

a guest
Feb 13th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. setlength{footmarkwidth}{1.8em}
  2. setlength{footmarksep}{0em}
  3. footmarkstyle{#1hfill}
  4.  
  5. setmainlanguage[]{french}
  6.  
  7. setotherlanguages{french}
  8.  
  9. documentclass[a4paper,10pt,twoside]{memoir}
  10.  
  11. usepackage{blindtext}
  12. usepackage{fontspec}
  13. usepackage{polyglossia}
  14. setmainlanguage[spelling=old,babelshorthands=true,script=latin]{german}
  15. setotherlanguage[variant=polytonic]{greek}{}
  16. setotherlanguages{french}
  17.  
  18. setlength{footmarkwidth}{1.8em}
  19. setlength{footmarksep}{0em}
  20. footmarkstyle{#1hfill}
  21.  
  22. begin{document}
  23.  
  24. chapter{Phantastic Essay of X}
  25. blindtextfootnote{blindtext} Don't waste your time reading this!footnote{Don't waste your time reading this!}
  26.  
  27. section{Don't waste your time reading this!}
  28. Blindtext
  29.  
  30. end{document}
  31.  
  32. documentclass[a4paper,10pt,twoside]{memoir}
  33.  
  34. usepackage{blindtext}
  35. usepackage{fontspec}
  36. usepackage[greek.polutoniko,french,german]{babel}
  37.  
  38. setlength{footmarkwidth}{1.8em}
  39. setlength{footmarksep}{0em}
  40. footmarkstyle{#1hfill}
  41.  
  42. begin{document}
  43.  
  44. chapter{Phantastic Essay of X}
  45. blindtextfootnote{blindtext} Don't waste your time reading this!footnote{Don't waste your time reading this!}
  46.  
  47. section{Don't waste your time reading this!}
  48. Blindtext
  49.  
  50. end{document}
  51.  
  52. %ifx@makefntextundefinedelse
  53. %renewcommand@makefntext[1]{quadifx@thefnmarkemptyelse@thefnmarkspacefi #1}
  54. %fi
Add Comment
Please, Sign In to add comment