This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
working_with_fonts [2015/03/14 03:38] bgm [How to Add Fonts for Use with LuaLaTex (Windows)] |
working_with_fonts [2015/03/14 03:38] (current) bgm [Updating an Existing Font] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | |||
| + | ===== How to Know Where to Put Your Font File (Windows) ===== | ||
| + | At the commandline, | ||
| + | < | ||
| + | It will give you a directory, such as < | ||
| + | On that path you will find < | ||
| + | This is where you put your fonts (you can use subfolders if you want to). | ||
| + | |||
| + | ===== How to Add Fonts for Use with LuaLaTex (Windows) ===== | ||
| + | |||
| + | - Locate your lualatex fonts folder (for example, < | ||
| + | - Place your font there (you can use a subfolder if you like) | ||
| + | - Now you have to tell lualatex that they are available. Open your commandline and run this command: < | ||
| + | texhash</ | ||
| + | - Don't forget that in your < | ||
| + | - And, to actually call the font, do this within the < | ||
| + | %or, to use it in just one place | ||
| + | \begin{center}\MyFont\huge{The Score Title}\end{center} | ||
| + | </ | ||
| + | |||
| + | ===== Updating an Existing Font ===== | ||
| + | |||
| + | To update a font, you do the same thing you would if you want to add a font, except that you *first* have to erase lulatex' | ||
| + | < | ||
| + | texhash | ||
| + | </ | ||
| + | Running the < | ||
| + | |||
| + | ===== Links ====== | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | |||
| + | |||
| + | Back to [[Start]] Page | ||