An open API service indexing awesome lists of open source software.

https://github.com/tpltnt/latex-font-install

automating LaTeX font installation for Debian (Ubuntu)
https://github.com/tpltnt/latex-font-install

Last synced: 2 months ago
JSON representation

automating LaTeX font installation for Debian (Ubuntu)

Awesome Lists containing this project

README

        

latex-font-install
==================

automating LaTeX font installation for Debian (Ubuntu)

license: AGPLv3

usage
-----
* plain shell: ```# ./install-latex-fontfile.sh LATEXFONTFILE.zip```
* as zsh-function: ```install-latex-fontfile LATEXFONTFILE.zip```

zsh function
------------
* in your .zshrc add:

```
fpath=(~/myfuncs $fpath)
autoload install-latex-fontfile
```

references
----------
* [zsh functions](http://zsh.sourceforge.net/Doc/Release/Functions.html)
* [AGPLv3](http://www.gnu.org/licenses/agpl-3.0.html)