Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.27 KB | None | 0 0
  1. documentclass[a4paper,12pt]{article}
  2. usepackage[greek.ancient,italian]{babel}
  3. usepackage[T1]{fontenc}
  4. begin{document}
  5. Dal grecobegin{otherlanguage*}{greek}
  6. br'aqistos
  7. end{otherlanguage*}(brachistos), ebegin{otherlanguage*}{greek}
  8. qr'onos
  9. end{otherlanguage*}(chronos), tempo.
  10. end{document}
  11.  
  12. usepackage{gentium}
  13.  
  14. usepackage[sc]{mathpazo}
  15. usepackage{substitutefont}
  16. substitutefont{LGR}{rmdefault}{udidot}
  17. linespread{1.05}
  18.  
  19. usepackage{newtxtext}
  20. usepackage{substitutefont}
  21. substitutefont{LGR}{rmdefault}{txr}
  22.  
  23. documentclass[a4paper,12pt]{article}
  24. usepackage[greek.ancient,italian]{babel}
  25. usepackage[T1]{fontenc}
  26. usepackage{newtxtext}
  27. usepackage{substitutefont}
  28. substitutefont{LGR}{rmdefault}{udidot}
  29. begin{document}
  30. Dal grecobegin{otherlanguage*}{greek}
  31. br'aqistos
  32. end{otherlanguage*}(brachistos), ebegin{otherlanguage*}{greek}
  33. qr'onos
  34. end{otherlanguage*}(chronos), tempo.
  35. end{document}
  36.  
  37. $ find /usr/local/texlive/2019/texmf-dist -name lgr*fd | wc -l
  38. 42
  39.  
  40. ./tex/latex/cbfonts-fd/lgrcmr.fd
  41. ./tex/latex/cbfonts-fd/lgrcmro.fd
  42. ./tex/latex/cbfonts-fd/lgrcmss.fd
  43. ./tex/latex/cbfonts-fd/lgrcmtt.fd
  44. ./tex/latex/cbfonts-fd/lgrlcmss.fd
  45. ./tex/latex/cbfonts-fd/lgrlcmtt.fd
  46. ./tex/latex/cbfonts-fd/lgrlmr.fd
  47. ./tex/latex/cbfonts-fd/lgrlmro.fd
  48. ./tex/latex/cbfonts-fd/lgrlmss.fd
  49. ./tex/latex/cbfonts-fd/lgrlmtt.fd
  50. ./tex/latex/cm-lgc/lgrfcm.fd
  51. ./tex/latex/cm-lgc/lgrfcs.fd
  52. ./tex/latex/cm-lgc/lgrfct.fd
  53. ./tex/latex/comfortaa/lgrfco.fd
  54. ./tex/latex/droid/lgrfdm.fd
  55. ./tex/latex/droid/lgrfdr.fd
  56. ./tex/latex/droid/lgrfds.fd
  57. ./tex/latex/epigrafica/lgrepigrafica.fd
  58. ./tex/latex/gentium-tug/lgrgentium.fd
  59. ./tex/latex/gfsartemisia/lgrartemisia.fd
  60. ./tex/latex/gfsartemisia/lgrartemisiaeuler.fd
  61. ./tex/latex/gfsbaskerville/lgrgfsbaskerville.fd
  62. ./tex/latex/gfsbodoni/lgrbodoni.fd
  63. ./tex/latex/gfscomplutum/lgrcomplutum.fd
  64. ./tex/latex/gfsdidot/lgrudidot.fd
  65. ./tex/latex/gfsneohellenic/lgrneohellenic.fd
  66. ./tex/latex/gfsporson/lgrporson.fd
  67. ./tex/latex/gfssolomos/lgrsolomos.fd
  68. ./tex/latex/kerkis/lgrkfn.fd
  69. ./tex/latex/kerkis/lgrmak.fd
  70. ./tex/latex/kerkis/lgrmaksf.fd
  71. ./tex/latex/lxfonts/lgrllcmss.fd
  72. ./tex/latex/lxfonts/lgrllcmtt.fd
  73. ./tex/latex/miama/lgrfmm.fd
  74. ./tex/latex/opensans/lgrfos.fd
  75. ./tex/latex/opensans/lgrfosj.fd
  76. ./tex/latex/tempora/lgrtempora-tlf.fd
  77. ./tex/latex/tempora/lgrtempora-tosf.fd
  78. ./tex/latex/txfontsb/lgrtxr.fd
  79. ./tex/latex/txfontsb/lgrtxrc.fd
  80. ./tex/latex/txfontsb/lgrtxry.fd
  81. ./tex/latex/txfontsb/lgrtxryc.fd
  82.  
  83. documentclass[a4paper,12pt]{article}
  84. usepackage[greek.ancient,italian]{babel}
  85. usepackage[T1]{fontenc}
  86. usepackage{newtxtext}
  87. usepackage{substitutefont}
  88. substitutefont{LGR}{rmdefault}{porson}
  89. begin{document}
  90. Dal grecobegin{otherlanguage*}{greek}
  91. br'aqistos
  92. end{otherlanguage*}(brachistos), ebegin{otherlanguage*}{greek}
  93. qr'onos
  94. end{otherlanguage*}(chronos), tempo.
  95. end{document}
  96.  
  97. documentclass[a4paper,12pt]{article}
  98. usepackage[greek.ancient,italian]{babel}
  99. usepackage[T1]{fontenc}
  100. usepackage{newtxtext}
  101. usepackage{substitutefont}
  102. substitutefont{LGR}{rmdefault}{artemisia}%%%%% You must delete from %%%lgrartemisia.fd, lgr to have only artemisia. Same for every font of the list of %%%@David Carlisle.
  103. begin{document}
  104. Dal grecobegin{otherlanguage*}{greek}
  105. br'aqistos
  106. end{otherlanguage*}(brachistos), ebegin{otherlanguage*}{greek}
  107. qr'onos
  108. end{otherlanguage*}(chronos), tempo.
  109. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement