Guest User

Untitled

a guest
Oct 19th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. documentclass{article}
  2.  
  3. usepackage{blindtext}
  4.  
  5. usepackage{fontspec}
  6. defaultfontfeatures{Path={/Users/you/.local/share/polytextum/fonts/}}
  7. setmainfont[
  8. UprightFont=*-Regular,
  9. ItalicFont=*-Italic,
  10. BoldFont=*-Smbd,
  11. BoldItalicFont=*-SmbdItalic,
  12. ]{ArnoPro}
  13.  
  14. begin{document}
  15. blinddocument
  16. end{document}
  17.  
  18. documentclass{article}
  19.  
  20. usepackage{blindtext}
  21.  
  22. usepackage{fontspec}
  23. defaultfontfeatures{Path={/Users/you/.local/share/polytextum/fonts/}}
  24. setmainfont[
  25. UprightFeatures={
  26. SizeFeatures={
  27. {Size={-8.4}, Font=ArnoPro-Caption},
  28. {Size={8.5-10.9}, Font=ArnoPro-SmText},
  29. {Size={11-13.9}, Font=ArnoPro-Regular},
  30. {Size={14-21.4}, Font=ArnoPro-Subhead},
  31. {Size={21.5-}, Font=ArnoPro-Display}
  32. },
  33. },
  34. ItalicFeatures={
  35. SizeFeatures={
  36. {Size={-8.4}, Font=ArnoPro-ItalicCaption},
  37. {Size={8.5-10.9}, Font=ArnoPro-ItalicSmText},
  38. {Size={11-13.9}, Font=ArnoPro-Italic},
  39. {Size={14-21.4}, Font=ArnoPro-ItalicSubhead},
  40. {Size={21.5-}, Font=ArnoPro-ItalicDisplay}
  41. },
  42. },
  43. BoldFeatures={
  44. SizeFeatures={
  45. {Size={-8.4}, Font=ArnoPro-SmbdCaption},
  46. {Size={8.5-10.9}, Font=ArnoPro-SmbdSmText},
  47. {Size={11-13.9}, Font=ArnoPro-Smbd},
  48. {Size={14-21.4}, Font=ArnoPro-SmbdSubhead},
  49. {Size={21.5-}, Font=ArnoPro-SmbdDisplay}
  50. },
  51. },
  52. BoldItalicFeatures={
  53. SizeFeatures={
  54. {Size={-8.4}, Font=ArnoPro-SmbdItalicCaption},
  55. {Size={8.5-10.9}, Font=ArnoPro-SmbdItalicSmText},
  56. {Size={11-13.9}, Font=ArnoPro-SmbdItalic},
  57. {Size={14-21.4}, Font=ArnoPro-SmbdItalicSubhead},
  58. {Size={21.5-}, Font=ArnoPro-SmbdItalicDisplay}
  59. },
  60. }
  61. ]{ArnoPro}
  62.  
  63. begin{document}
  64. blinddocument
  65. end{document}
  66.  
  67. luaotfload | db : Reload initiated (formats: otf,ttf,ttc); reason: "File not found: /Users/aramis/.local/share/polytextum/fonts/ArnoPro.".
  68.  
  69. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  70. !
  71. ! fontspec error: "font-not-found"
  72. !
  73. ! The font "ArnoPro" cannot be found.
  74. !
  75. ! See the fontspec documentation for further information.
  76. !
  77. ! For immediate help type H <return>.
  78. !...............................................
  79.  
  80. l.45
  81.  
  82. ?
  83.  
  84. luaotfload | db : Reload initiated (formats: otf,ttf,ttc); reason: "File not found: /Users/aramis/.local/share/polytextum/fonts/ArnoPro-Regular.".
  85.  
  86. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  87. !
  88. ! fontspec error: "font-not-found"
  89. !
  90. ! The font "--" cannot be found.
  91. !
  92. ! See the fontspec documentation for further information.
  93. !
  94. ! For immediate help type H <return>.
  95. !...............................................
  96.  
  97. l.45
  98.  
  99. ?
Add Comment
Please, Sign In to add comment