tex_templates.yml 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735
  1. # Classical TeX templates
  2. default:
  3. description: ""
  4. compiler: latex
  5. preamble: |-
  6. \usepackage[english]{babel}
  7. \usepackage[utf8]{inputenc}
  8. \usepackage[T1]{fontenc}
  9. \usepackage{amsmath}
  10. \usepackage{amssymb}
  11. \usepackage{dsfont}
  12. \usepackage{setspace}
  13. \usepackage{tipa}
  14. \usepackage{relsize}
  15. \usepackage{textcomp}
  16. \usepackage{mathrsfs}
  17. \usepackage{calligra}
  18. \usepackage{wasysym}
  19. \usepackage{ragged2e}
  20. \usepackage{physics}
  21. \usepackage{xcolor}
  22. \usepackage{microtype}
  23. \usepackage{pifont}
  24. \DisableLigatures{encoding = *, family = * }
  25. \linespread{1}
  26. ctex:
  27. description: ""
  28. compiler: xelatex
  29. preamble: |-
  30. \usepackage[UTF8]{ctex}
  31. \usepackage[english]{babel}
  32. \usepackage{amsmath}
  33. \usepackage{amssymb}
  34. \usepackage{dsfont}
  35. \usepackage{setspace}
  36. \usepackage{tipa}
  37. \usepackage{relsize}
  38. \usepackage{textcomp}
  39. \usepackage{mathrsfs}
  40. \usepackage{calligra}
  41. \usepackage{wasysym}
  42. \usepackage{ragged2e}
  43. \usepackage{physics}
  44. \usepackage{xcolor}
  45. \usepackage{microtype}
  46. \usepackage{fontspec}
  47. \usepackage{xeCJK}
  48. \setmainfont{Microsoft YaHei}
  49. \linespread{1}
  50. # Simplified TeX templates
  51. basic:
  52. description: ""
  53. compiler: latex
  54. preamble: |-
  55. \usepackage[english]{babel}
  56. \usepackage{amsmath}
  57. \usepackage{amssymb}
  58. \usepackage{xcolor}
  59. basic_ctex:
  60. description: ""
  61. compiler: xelatex
  62. preamble: |-
  63. \usepackage[UTF8]{ctex}
  64. \usepackage{amsmath}
  65. \usepackage{amssymb}
  66. \usepackage{xcolor}
  67. empty:
  68. description: ""
  69. compiler: latex
  70. preamble: ""
  71. empty_ctex:
  72. description: ""
  73. compiler: xelatex
  74. preamble: ""
  75. # A collection of TeX templates for the fonts described at
  76. # http://jf.burnol.free.fr/showcase.html
  77. american_typewriter:
  78. description: American Typewriter
  79. compiler: xelatex
  80. preamble: |-
  81. \usepackage{amsmath}
  82. \usepackage{amssymb}
  83. \usepackage{xcolor}
  84. \usepackage[no-math]{fontspec}
  85. \setmainfont[Mapping=tex-text]{American Typewriter}
  86. \usepackage[defaultmathsizes]{mathastext}
  87. antykwa:
  88. description: Antykwa Poltawskiego (TX Fonts for Greek and math symbols)
  89. compiler: latex
  90. preamble: |-
  91. \usepackage{amsmath}
  92. \usepackage{amssymb}
  93. \usepackage{xcolor}
  94. \usepackage[OT4,OT1]{fontenc}
  95. \usepackage{txfonts}
  96. \usepackage[upright]{txgreeks}
  97. \usepackage{antpolt}
  98. \usepackage[defaultmathsizes,nolessnomore]{mathastext}
  99. apple_chancery:
  100. description: Apple Chancery
  101. compiler: xelatex
  102. preamble: |-
  103. \usepackage{amsmath}
  104. \usepackage{amssymb}
  105. \usepackage{xcolor}
  106. \usepackage[no-math]{fontspec}
  107. \setmainfont[Mapping=tex-text]{Apple Chancery}
  108. \usepackage[defaultmathsizes]{mathastext}
  109. auriocus_kalligraphicus:
  110. description: Auriocus Kalligraphicus (Symbol Greek)
  111. compiler: latex
  112. preamble: |-
  113. \usepackage{amsmath}
  114. \usepackage{amssymb}
  115. \usepackage{xcolor}
  116. \usepackage[T1]{fontenc}
  117. \usepackage{aurical}
  118. \renewcommand{\rmdefault}{AuriocusKalligraphicus}
  119. \usepackage[symbolgreek]{mathastext}
  120. baskervald_adf_fourier:
  121. description: Baskervald ADF with Fourier
  122. compiler: latex
  123. preamble: |-
  124. \usepackage{amsmath}
  125. \usepackage{amssymb}
  126. \usepackage{xcolor}
  127. \usepackage[upright]{fourier}
  128. \usepackage{baskervald}
  129. \usepackage[defaultmathsizes,noasterisk]{mathastext}
  130. baskerville_it:
  131. description: Baskerville (Italic)
  132. compiler: xelatex
  133. preamble: |-
  134. \usepackage{amsmath}
  135. \usepackage{amssymb}
  136. \usepackage{xcolor}
  137. \usepackage[no-math]{fontspec}
  138. \setmainfont[Mapping=tex-text]{Baskerville}
  139. \usepackage[defaultmathsizes,italic]{mathastext}
  140. biolinum:
  141. description: Biolinum
  142. compiler: latex
  143. preamble: |-
  144. \usepackage{amsmath}
  145. \usepackage{amssymb}
  146. \usepackage{xcolor}
  147. \usepackage{txfonts}
  148. \usepackage[upright]{txgreeks}
  149. \usepackage[no-math]{fontspec}
  150. \setmainfont[Mapping=tex-text]{Minion Pro}
  151. \setsansfont[Mapping=tex-text,Scale=MatchUppercase]{Myriad Pro}
  152. \renewcommand\familydefault\sfdefault
  153. \usepackage[defaultmathsizes]{mathastext}
  154. \renewcommand\familydefault\rmdefault
  155. brushscriptx:
  156. description: BrushScriptX-Italic (PX math and Greek)
  157. compiler: xelatex
  158. preamble: |-
  159. \usepackage{amsmath}
  160. \usepackage{amssymb}
  161. \usepackage{xcolor}
  162. \usepackage[T1]{fontenc}
  163. \usepackage{pxfonts}
  164. \renewcommand{\rmdefault}{pbsi}
  165. \renewcommand{\mddefault}{xl}
  166. \renewcommand{\bfdefault}{xl}
  167. \usepackage[defaultmathsizes,noasterisk]{mathastext}
  168. \boldmath
  169. chalkboard_se:
  170. description: Chalkboard SE
  171. compiler: xelatex
  172. preamble: |-
  173. \usepackage{amsmath}
  174. \usepackage{amssymb}
  175. \usepackage{xcolor}
  176. \usepackage[no-math]{fontspec}
  177. \setmainfont[Mapping=tex-text]{Chalkboard SE}
  178. \usepackage[defaultmathsizes]{mathastext}
  179. chalkduster:
  180. description: Chalkduster
  181. compiler: lualatex
  182. preamble: |-
  183. \usepackage{amsmath}
  184. \usepackage{amssymb}
  185. \usepackage{xcolor}
  186. \usepackage[no-math]{fontspec}
  187. \setmainfont[Mapping=tex-text]{Chalkduster}
  188. \usepackage[defaultmathsizes]{mathastext}
  189. comfortaa:
  190. description: Comfortaa
  191. compiler: latex
  192. preamble: |-
  193. \usepackage{amsmath}
  194. \usepackage{amssymb}
  195. \usepackage{xcolor}
  196. \usepackage[default]{comfortaa}
  197. \usepackage[LGRgreek,defaultmathsizes,noasterisk]{mathastext}
  198. \let\varphi\phi
  199. \linespread{1.06}
  200. comic_sans:
  201. description: Comic Sans MS
  202. compiler: xelatex
  203. preamble: |-
  204. \usepackage{amsmath}
  205. \usepackage{amssymb}
  206. \usepackage{xcolor}
  207. \usepackage[no-math]{fontspec}
  208. \setmainfont[Mapping=tex-text]{Comic Sans MS}
  209. \usepackage[defaultmathsizes]{mathastext}
  210. droid_sans:
  211. description: Droid Sans
  212. compiler: latex
  213. preamble: |-
  214. \usepackage{amsmath}
  215. \usepackage{amssymb}
  216. \usepackage{xcolor}
  217. \usepackage[T1]{fontenc}
  218. \usepackage[default]{droidsans}
  219. \usepackage[LGRgreek]{mathastext}
  220. \let\varepsilon\epsilon
  221. droid_sans_it:
  222. description: Droid Sans (Italic)
  223. compiler: latex
  224. preamble: |-
  225. \usepackage{amsmath}
  226. \usepackage{amssymb}
  227. \usepackage{xcolor}
  228. \usepackage[T1]{fontenc}
  229. \usepackage[default]{droidsans}
  230. \usepackage[LGRgreek,defaultmathsizes,italic]{mathastext}
  231. \let\varphi\phi
  232. droid_serif:
  233. description: Droid Serif
  234. compiler: latex
  235. preamble: |-
  236. \usepackage{amsmath}
  237. \usepackage{amssymb}
  238. \usepackage{xcolor}
  239. \usepackage[T1]{fontenc}
  240. \usepackage[default]{droidserif}
  241. \usepackage[LGRgreek]{mathastext}
  242. \let\varepsilon\epsilon
  243. droid_serif_px_it:
  244. description: Droid Serif (PX math symbols) (Italic)
  245. compiler: latex
  246. preamble: |-
  247. \usepackage{amsmath}
  248. \usepackage{amssymb}
  249. \usepackage{xcolor}
  250. \usepackage[T1]{fontenc}
  251. \usepackage{pxfonts}
  252. \usepackage[default]{droidserif}
  253. \usepackage[LGRgreek,defaultmathsizes,italic,basic]{mathastext}
  254. \let\varphi\phi
  255. ecf_augie:
  256. description: ECF Augie (Euler Greek)
  257. compiler: latex
  258. preamble: |-
  259. \usepackage{amsmath}
  260. \usepackage{amssymb}
  261. \usepackage{xcolor}
  262. \renewcommand\familydefault{fau}
  263. \usepackage[defaultmathsizes,eulergreek]{mathastext}
  264. ecf_jd:
  265. description: ECF JD (with TX fonts)
  266. compiler: latex
  267. preamble: |-
  268. \usepackage{amsmath}
  269. \usepackage{amssymb}
  270. \usepackage{xcolor}
  271. \usepackage{txfonts}
  272. \usepackage[upright]{txgreeks}
  273. \renewcommand\familydefault{fjd}
  274. \usepackage{mathastext}
  275. \mathversion{bold}
  276. ecf_skeetch:
  277. description: ECF Skeetch (CM Greek)
  278. compiler: latex
  279. preamble: |-
  280. \usepackage{amsmath}
  281. \usepackage{amssymb}
  282. \usepackage{xcolor}
  283. \usepackage[T1]{fontenc}
  284. \DeclareFontFamily{T1}{fsk}{}
  285. \DeclareFontShape{T1}{fsk}{m}{n}{<->s*[1.315] fskmw8t}{}
  286. \renewcommand\rmdefault{fsk}
  287. \usepackage[noendash,defaultmathsizes,nohbar,defaultimath]{mathastext}
  288. ecf_tall_paul:
  289. description: ECF Tall Paul (with Symbol font)
  290. compiler: latex
  291. preamble: |-
  292. \usepackage{amsmath}
  293. \usepackage{amssymb}
  294. \usepackage{xcolor}
  295. \DeclareFontFamily{T1}{ftp}{}
  296. \DeclareFontShape{T1}{ftp}{m}{n}{<->s*[1.4] ftpmw8t}{}
  297. \renewcommand\familydefault{ftp}
  298. \usepackage[symbol]{mathastext}
  299. \let\infty\inftypsy
  300. ecf_webster:
  301. description: ECF Webster (with TX fonts)
  302. compiler: xelatex
  303. preamble: |-
  304. \usepackage{amsmath}
  305. \usepackage{amssymb}
  306. \usepackage{xcolor}
  307. \usepackage{txfonts}
  308. \usepackage[upright]{txgreeks}
  309. \renewcommand\familydefault{fwb}
  310. \usepackage{mathastext}
  311. \renewcommand{\int}{\intop\limits}
  312. \linespread{1.5}
  313. \mathversion{bold}
  314. electrum_adf:
  315. description: Electrum ADF (CM Greek)
  316. compiler: latex
  317. preamble: |-
  318. \usepackage{amsmath}
  319. \usepackage{amssymb}
  320. \usepackage{xcolor}
  321. \usepackage[T1]{fontenc}
  322. \usepackage[LGRgreek,basic,defaultmathsizes]{mathastext}
  323. \usepackage[lf]{electrum}
  324. \Mathastext
  325. \let\varphi\phi
  326. epigrafica:
  327. description: Epigrafica
  328. compiler: latex
  329. preamble: |-
  330. \usepackage{amsmath}
  331. \usepackage{amssymb}
  332. \usepackage{xcolor}
  333. \usepackage[LGR,OT1]{fontenc}
  334. \usepackage{epigrafica}
  335. \usepackage[basic,LGRgreek,defaultmathsizes]{mathastext}
  336. \let\varphi\phi
  337. \linespread{1.2}
  338. fourier_utopia:
  339. description: Fourier Utopia (Fourier upright Greek)
  340. compiler: latex
  341. preamble: |-
  342. \usepackage{amsmath}
  343. \usepackage{amssymb}
  344. \usepackage{xcolor}
  345. \usepackage[T1]{fontenc}
  346. \usepackage[upright]{fourier}
  347. \usepackage{mathastext}
  348. french_cursive:
  349. description: French Cursive (Euler Greek)
  350. compiler: latex
  351. preamble: |-
  352. \usepackage{amsmath}
  353. \usepackage{amssymb}
  354. \usepackage{xcolor}
  355. \usepackage[T1]{fontenc}
  356. \usepackage[default]{frcursive}
  357. \usepackage[eulergreek,noplusnominus,noequal,nohbar,nolessnomore,noasterisk]{mathastext}
  358. gfs_bodoni:
  359. description: GFS Bodoni
  360. compiler: latex
  361. preamble: |-
  362. \usepackage{amsmath}
  363. \usepackage{amssymb}
  364. \usepackage{xcolor}
  365. \usepackage[T1]{fontenc}
  366. \renewcommand{\rmdefault}{bodoni}
  367. \usepackage[LGRgreek]{mathastext}
  368. \let\varphi\phi
  369. \linespread{1.06}
  370. gfs_didot:
  371. description: GFS Didot (Italic)
  372. compiler: latex
  373. preamble: |-
  374. \usepackage{amsmath}
  375. \usepackage{amssymb}
  376. \usepackage{xcolor}
  377. \usepackage[T1]{fontenc}
  378. \renewcommand\rmdefault{udidot}
  379. \usepackage[LGRgreek,defaultmathsizes,italic]{mathastext}
  380. \let\varphi\phi
  381. gfs_neohellenic:
  382. description: GFS NeoHellenic
  383. compiler: latex
  384. preamble: |-
  385. \usepackage{amsmath}
  386. \usepackage{amssymb}
  387. \usepackage{xcolor}
  388. \usepackage[T1]{fontenc}
  389. \renewcommand{\rmdefault}{neohellenic}
  390. \usepackage[LGRgreek]{mathastext}
  391. \let\varphi\phi
  392. \linespread{1.06}
  393. gnu_freesans_tx:
  394. description: GNU FreeSerif (and TX fonts symbols)
  395. compiler: xelatex
  396. preamble: |-
  397. \usepackage{amsmath}
  398. \usepackage{amssymb}
  399. \usepackage{xcolor}
  400. \usepackage[no-math]{fontspec}
  401. \usepackage{txfonts}
  402. \setmainfont[ExternalLocation,Mapping=tex-text,BoldFont=FreeSerifBold,ItalicFont=FreeSerifItalic,BoldItalicFont=FreeSerifBoldItalic]{FreeSerif}
  403. \usepackage[defaultmathsizes]{mathastext}
  404. gnu_freeserif_freesans:
  405. description: GNU FreeSerif and FreeSans
  406. compiler: xelatex
  407. preamble: |-
  408. \usepackage{amsmath}
  409. \usepackage{amssymb}
  410. \usepackage{xcolor}
  411. \usepackage[no-math]{fontspec}
  412. \setmainfont[ExternalLocation,Mapping=tex-text,BoldFont=FreeSerifBold,ItalicFont=FreeSerifItalic,BoldItalicFont=FreeSerifBoldItalic]{FreeSerif}
  413. \setsansfont[ExternalLocation,Mapping=tex-text,BoldFont=FreeSansBold,ItalicFont=FreeSansOblique,BoldItalicFont=FreeSansBoldOblique,Scale=MatchLowercase]{FreeSans}
  414. \renewcommand{\familydefault}{lmss}
  415. \usepackage[LGRgreek,defaultmathsizes,noasterisk]{mathastext}
  416. \renewcommand{\familydefault}{\sfdefault}
  417. \Mathastext
  418. \let\varphi\phi
  419. \renewcommand{\familydefault}{\rmdefault}
  420. helvetica_fourier_it:
  421. description: Helvetica with Fourier (Italic)
  422. compiler: latex
  423. preamble: |-
  424. \usepackage{amsmath}
  425. \usepackage{amssymb}
  426. \usepackage{xcolor}
  427. \usepackage[T1]{fontenc}
  428. \usepackage[scaled]{helvet}
  429. \usepackage{fourier}
  430. \renewcommand{\rmdefault}{phv}
  431. \usepackage[italic,defaultmathsizes,noasterisk]{mathastext}
  432. latin_modern_tw:
  433. description: Latin Modern Typewriter Proportional
  434. compiler: latex
  435. preamble: |-
  436. \usepackage{amsmath}
  437. \usepackage{amssymb}
  438. \usepackage{xcolor}
  439. \usepackage[T1]{fontenc}
  440. \usepackage[variablett]{lmodern}
  441. \renewcommand{\rmdefault}{\ttdefault}
  442. \usepackage[LGRgreek]{mathastext}
  443. \MTgreekfont{lmtt}
  444. \Mathastext
  445. \let\varepsilon\epsilon
  446. latin_modern_tw_it:
  447. description: Latin Modern Typewriter Proportional (CM Greek) (Italic)
  448. compiler: latex
  449. preamble: |-
  450. \usepackage{amsmath}
  451. \usepackage{amssymb}
  452. \usepackage{xcolor}
  453. \usepackage[T1]{fontenc}
  454. \usepackage[variablett,nomath]{lmodern}
  455. \renewcommand{\familydefault}{\ttdefault}
  456. \usepackage[frenchmath]{mathastext}
  457. \linespread{1.08}
  458. libertine:
  459. description: Libertine
  460. compiler: latex
  461. preamble: |-
  462. \usepackage{amsmath}
  463. \usepackage{amssymb}
  464. \usepackage{xcolor}
  465. \usepackage[T1]{fontenc}
  466. \usepackage{libertine}
  467. \usepackage[greek=n]{libgreek}
  468. \usepackage[noasterisk,defaultmathsizes]{mathastext}
  469. libris_adf_fourier:
  470. description: Libris ADF with Fourier
  471. compiler: latex
  472. preamble: |-
  473. \usepackage{amsmath}
  474. \usepackage{amssymb}
  475. \usepackage{xcolor}
  476. \usepackage[T1]{fontenc}
  477. \usepackage[upright]{fourier}
  478. \usepackage{libris}
  479. \renewcommand{\familydefault}{\sfdefault}
  480. \usepackage[noasterisk]{mathastext}
  481. minion_pro_myriad_pro:
  482. description: Minion Pro and Myriad Pro (and TX fonts symbols)
  483. compiler: xelatex
  484. preamble: |-
  485. \usepackage{amsmath}
  486. \usepackage{amssymb}
  487. \usepackage{xcolor}
  488. \usepackage[T1]{fontenc}
  489. \usepackage[default]{droidserif}
  490. \usepackage[LGRgreek]{mathastext}
  491. \let\varepsilon\epsilon
  492. minion_pro_tx:
  493. description: Minion Pro (and TX fonts symbols)
  494. compiler: xelatex
  495. preamble: |-
  496. \usepackage{amsmath}
  497. \usepackage{amssymb}
  498. \usepackage{xcolor}
  499. \usepackage{txfonts}
  500. \usepackage[no-math]{fontspec}
  501. \setmainfont[Mapping=tex-text]{Minion Pro}
  502. \usepackage[defaultmathsizes]{mathastext}
  503. new_century_schoolbook:
  504. description: New Century Schoolbook (Symbol Greek)
  505. compiler: latex
  506. preamble: |-
  507. \usepackage{amsmath}
  508. \usepackage{amssymb}
  509. \usepackage{xcolor}
  510. \usepackage[T1]{fontenc}
  511. \usepackage{newcent}
  512. \usepackage[symbolgreek]{mathastext}
  513. \linespread{1.1}
  514. new_century_schoolbook_px:
  515. description: New Century Schoolbook (Symbol Greek, PX math symbols)
  516. compiler: latex
  517. preamble: |-
  518. \usepackage{amsmath}
  519. \usepackage{amssymb}
  520. \usepackage{xcolor}
  521. \usepackage[T1]{fontenc}
  522. \usepackage{pxfonts}
  523. \usepackage{newcent}
  524. \usepackage[symbolgreek,defaultmathsizes]{mathastext}
  525. \linespread{1.06}
  526. noteworthy_light:
  527. description: Noteworthy Light
  528. compiler: latex
  529. preamble: |-
  530. \usepackage{amsmath}
  531. \usepackage{amssymb}
  532. \usepackage{xcolor}
  533. \usepackage[no-math]{fontspec}
  534. \setmainfont[Mapping=tex-text]{Noteworthy Light}
  535. \usepackage[defaultmathsizes]{mathastext}
  536. palatino:
  537. description: Palatino (Symbol Greek)
  538. compiler: latex
  539. preamble: |-
  540. \usepackage{amsmath}
  541. \usepackage{amssymb}
  542. \usepackage{xcolor}
  543. \usepackage[T1]{fontenc}
  544. \usepackage{palatino}
  545. \usepackage[symbolmax,defaultmathsizes]{mathastext}
  546. papyrus:
  547. description: Papyrus
  548. compiler: xelatex
  549. preamble: |-
  550. \usepackage{amsmath}
  551. \usepackage{amssymb}
  552. \usepackage{xcolor}
  553. \usepackage[no-math]{fontspec}
  554. \setmainfont[Mapping=tex-text]{Papyrus}
  555. \usepackage[defaultmathsizes]{mathastext}
  556. romande_adf_fourier_it:
  557. description: Romande ADF with Fourier (Italic)
  558. compiler: latex
  559. preamble: |-
  560. \usepackage{amsmath}
  561. \usepackage{amssymb}
  562. \usepackage{xcolor}
  563. \usepackage[T1]{fontenc}
  564. \usepackage{fourier}
  565. \usepackage{romande}
  566. \usepackage[italic,defaultmathsizes,noasterisk]{mathastext}
  567. \renewcommand{\itshape}{\swashstyle}
  568. slitex:
  569. description: SliTeX (Euler Greek)
  570. compiler: latex
  571. preamble: |-
  572. \usepackage{amsmath}
  573. \usepackage{amssymb}
  574. \usepackage{xcolor}
  575. \usepackage[T1]{fontenc}
  576. \usepackage{tpslifonts}
  577. \usepackage[eulergreek,defaultmathsizes]{mathastext}
  578. \MTEulerScale{1.06}
  579. \linespread{1.2}
  580. times_fourier_it:
  581. description: Times with Fourier (Italic)
  582. compiler: latex
  583. preamble: |-
  584. \usepackage{amsmath}
  585. \usepackage{amssymb}
  586. \usepackage{xcolor}
  587. \usepackage{fourier}
  588. \renewcommand{\rmdefault}{ptm}
  589. \usepackage[italic,defaultmathsizes,noasterisk]{mathastext}
  590. urw_avant_garde:
  591. description: URW Avant Garde (Symbol Greek)
  592. compiler: latex
  593. preamble: |-
  594. \usepackage{amsmath}
  595. \usepackage{amssymb}
  596. \usepackage{xcolor}
  597. \usepackage[T1]{fontenc}
  598. \usepackage{avant}
  599. \renewcommand{\familydefault}{\sfdefault}
  600. \usepackage[symbolgreek,defaultmathsizes]{mathastext}
  601. urw_zapf_chancery:
  602. description: URW Zapf Chancery (CM Greek)
  603. compiler: latex
  604. preamble: |-
  605. \usepackage{amsmath}
  606. \usepackage{amssymb}
  607. \usepackage{xcolor}
  608. \usepackage[T1]{fontenc}
  609. \DeclareFontFamily{T1}{pzc}{}
  610. \DeclareFontShape{T1}{pzc}{mb}{it}{<->s*[1.2] pzcmi8t}{}
  611. \DeclareFontShape{T1}{pzc}{m}{it}{<->ssub * pzc/mb/it}{}
  612. \DeclareFontShape{T1}{pzc}{mb}{sl}{<->ssub * pzc/mb/it}{}
  613. \DeclareFontShape{T1}{pzc}{m}{sl}{<->ssub * pzc/mb/sl}{}
  614. \DeclareFontShape{T1}{pzc}{m}{n}{<->ssub * pzc/mb/it}{}
  615. \usepackage{chancery}
  616. \usepackage{mathastext}
  617. \linespread{1.05}
  618. \boldmath
  619. venturis_adf_fourier_it:
  620. description: Venturis ADF with Fourier (Italic)
  621. compiler: latex
  622. preamble: |-
  623. \usepackage{amsmath}
  624. \usepackage{amssymb}
  625. \usepackage{xcolor}
  626. \usepackage{fourier}
  627. \usepackage[lf]{venturis}
  628. \usepackage[italic,defaultmathsizes,noasterisk]{mathastext}
  629. verdana_it:
  630. description: Verdana (Italic)
  631. compiler: xelatex
  632. preamble: |-
  633. \usepackage{amsmath}
  634. \usepackage{amssymb}
  635. \usepackage{xcolor}
  636. \usepackage[no-math]{fontspec}
  637. \setmainfont[Mapping=tex-text]{Verdana}
  638. \usepackage[defaultmathsizes,italic]{mathastext}
  639. vollkorn:
  640. description: Vollkorn (TX fonts for Greek and math symbols)
  641. compiler: latex
  642. preamble: |-
  643. \usepackage{amsmath}
  644. \usepackage{amssymb}
  645. \usepackage{xcolor}
  646. \usepackage[T1]{fontenc}
  647. \usepackage{txfonts}
  648. \usepackage[upright]{txgreeks}
  649. \usepackage{vollkorn}
  650. \usepackage[defaultmathsizes]{mathastext}
  651. vollkorn_fourier_it:
  652. description: Vollkorn with Fourier (Italic)
  653. compiler: latex
  654. preamble: |-
  655. \usepackage{amsmath}
  656. \usepackage{amssymb}
  657. \usepackage{xcolor}
  658. \usepackage{fourier}
  659. \usepackage{vollkorn}
  660. \usepackage[italic,nohbar]{mathastext}
  661. zapf_chancery:
  662. description: Zapf Chancery
  663. compiler: latex
  664. preamble: |-
  665. \usepackage{amsmath}
  666. \usepackage{amssymb}
  667. \usepackage{xcolor}
  668. \DeclareFontFamily{T1}{pzc}{}
  669. \DeclareFontShape{T1}{pzc}{mb}{it}{<->s*[1.2] pzcmi8t}{}
  670. \DeclareFontShape{T1}{pzc}{m}{it}{<->ssub * pzc/mb/it}{}
  671. \usepackage{chancery}
  672. \renewcommand\shapedefault\itdefault
  673. \renewcommand\bfdefault\mddefault
  674. \usepackage[defaultmathsizes]{mathastext}
  675. \linespread{1.05}