I also prefer to use the native built in package manager. Why doesn't that automatically trigger anymore?
- Editor: TeXworks 0.4.x
- OS: Windows XP / Debian / Ubuntu
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
TeX Live (which is usually shipped with most Linux distributions) doesn't support automatic package installation. But you can always create a local installation tree in ~/texmf (a directory tree in your home folder, exactly /home/‹username›/texmf) following the TeX Directory Structure (TDS) standard. Running texhash on the terminal will add packages located in this tree to your TeX system.ptrcao wrote:[…] What about in Linux?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis