Problem
- Add new latex .sty files for all users on your system.
Solution
- The following example installs the a0poster package [1], you can change the style files to whatever you need
- On a Linux machine type:
cd /usr/share/texmf/tex/latex/ mkdir myaddons cd myaddons cp /home/richard/a0size.sty a0size.sty # change to your .sty file cp /home/richard/a0poster.cls a0poster.cls # this file type is often not necessary texhash
References