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)
- Host: GitHub
- URL: https://github.com/tpltnt/latex-font-install
- Owner: tpltnt
- Created: 2013-05-18T13:02:27.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-18T14:16:48.000Z (about 12 years ago)
- Last Synced: 2025-01-23T00:41:13.501Z (4 months ago)
- Language: Shell
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)