Advertisement
Guest User

Untitled

a guest
Jun 29th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. documentclass{article}
  2.  
  3. usepackage{ifpdf,ifxetex,ifluatex}
  4.  
  5. ifluatex
  6. usepackage{fontspec}
  7. setmainfont{TeX Gyre Termes}
  8. setmainfont{GentiumPlus}
  9. newfontfamilygreekfont{Linux Libertine O}
  10. newfontfamilyrussianfont{Linux Libertine O}
  11. newfontfamilyhindifont{Siddhanta}
  12. usepackage{polyglossia}
  13. setmainlanguage{french}
  14. %setmainlanguage{english}
  15. %setmainlanguage{czech}
  16. %setmainlanguage{greek}
  17. %setmainlanguage{russian}
  18. %setmainlanguage{german}
  19. %setmainlanguage{hindi}
  20. %setotherlanguage{english}
  21. else
  22.  
  23. ifxetex
  24. usepackage[T1]{fontenc}
  25. usepackage{fontspec}
  26. setmainfont{TeX Gyre Termes}
  27. %setmainfont{GentiumPlus}
  28. %newfontfamilygreekfont{Linux Libertine O}
  29. %newfontfamilyrussianfont{Linux Libertine O}
  30. %newfontfamilyhindifont{Siddhanta}
  31. usepackage{polyglossia}
  32. %setdefaultlanguage{french}
  33. setdefaultlanguage{english}
  34. %setotherlanguage{czech}
  35. %setotherlanguage{german}
  36. %setotherlanguage{greek}
  37. %setotherlanguage{russian}
  38. %setotherlanguage{hindi}
  39. %setotherlanguage{english}
  40.  
  41.  
  42. %usepackage[french]{babel}
  43. %usepackage[babel,french=quotes]{csquotes}
  44. else
  45.  
  46. usepackage[utf8]{inputenc}
  47. usepackage[T1]{fontenc}
  48. %usepackage[french]{babel}
  49. usepackage[french=quotes]{csquotes}
  50. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  51. fifi
  52.  
  53. usepackage{footnotebackref}
  54. begin{document}
  55. Some text with a footnotefootnote{The first footnote.}\
  56. Text with the second footnotefootnote[4]{The second footnote.}
  57. end{document}
  58.  
  59. documentclass{article}
  60. usepackage{fontspec}
  61. usepackage[french]{babel}
  62. StandardFootnotes
  63.  
  64.  
  65. usepackage{footnotebackref}
  66.  
  67. begin{document}
  68. Some text with a footnotefootnote{The first footnote.}
  69.  
  70. Text with the second footnotefootnote[4]{The second footnote.}
  71. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement