Notes on how to install a latex package.
Find a file
2021-09-10 22:47:55 +02:00
LICENSE Initial commit 2021-09-10 22:46:27 +02:00
README.md First Draw. Some points are not tested yet. 2021-09-10 22:47:55 +02:00

How to write a package

Location

Userbased

  • GNU+Linux

  • ~/texmf/tex/latex/kzo

  • macOS

  • ~/Library/texmf/tex/latex/kzo

  • Windows

  • %USERPROFILE%/texmf/tex/latex/kzo

  • Install it wherever you want by running
    tlmgr conf texmf TEXMFHOME "~/Documents/KZO/texmf:~/texmf"
    Src: Stackexchange

Systemwide

Src: LibGuides at University of Akron

You can place it directly into your system, but you should not forget to run texhash as admin.

  • GNU+Linux
  • /usr/share/texlive/texmf-dist/tex/latex/kzo
  • Mac OS
  • ~/Library/texmf/tex/latex/kzo
  • Windows
  • C:\Program Files\MiKTeX 2.9\tex\latex\kzo
  • C:\texlive\2020\texmf-dist\tex\latex\kzo