Difference between revisions of "Fonts"

From Wiki
Jump to navigation Jump to search
m (fix source link)
m (Text replacement - "pragma-ade.com" to "pragma-ade.nl")
 
Line 31: Line 31:
 
== The Manuals ==
 
== The Manuals ==
  
* [http://www.pragma-ade.com/general/manuals/fonts-mkiv.pdf 2016 Fonts manual, all the details] for advanced users
+
* [http://www.pragma-ade.nl/general/manuals/fonts-mkiv.pdf 2016 Fonts manual, all the details] for advanced users
 
* [http://context.aanhet.net/svn/contextman/context-reference/en/co-fonts.pdf the 2013 font chapter] as a separate document
 
* [http://context.aanhet.net/svn/contextman/context-reference/en/co-fonts.pdf the 2013 font chapter] as a separate document
 
* [http://pmrb.free.fr/contextref.pdf#[145,{%22name%22:%22Fit%22}] 2013 reference manual] never officially released, with the 2013 font chapter
 
* [http://pmrb.free.fr/contextref.pdf#[145,{%22name%22:%22Fit%22}] 2013 reference manual] never officially released, with the 2013 font chapter

Latest revision as of 08:26, 2 July 2022


Using fonts with TeX was once a Jedi fight, before XeTeX and LuaTeX development. Nowadays, using fonts is simple.

Using fonts

You will find here the preliminary steps before actually playing with the fonts in your input file. At the end, with one or two commands, you will make your document enable to use any fonts available on your computer.



The actual use of fonts within your document is detailed in Font Switching:

  • how to define font size,
  • how to use alternative styles like regular / bold / italic / small caps
  • how to switch between serif, sans serif, monospaced, or to another fonts with \switchtobodyfont
  • how to underline, strike...

Advanced stuff

The Manuals

Deep dive into typescripts

  • the source browser for s-fonts- files, that a user can run (to get an example) or use as module for own fonts
  • Lua Font Goodies with examples.


Finally, for older content, refering to mkii, we keep a specific zone in the wiki. Work is also need to merge content of Fonts_in_LuaTeX here.