Document ClassesTransparent colors in pstricks

Information and discussion about specific document classes and how to create your own document classes.
phi
Posts: 577
Joined: Tue Oct 21, 2008 8:10 pm

Re: Transparent colors in pstricks

Post by phi »

No, it doesn't matter where you put them, as long as kpathsearch can find them. For Ubuntu and TeXLive, try to create a texmf directory in your home folder and to extract the archive there. Then you should have directories like ~/texmf/doc and ~/texmf/tex. If that is the case, there is normally nothing else to do. You should never make changes inside of /usr/share directly because your changes will be overwritten by the package manager. If you really want a global installation (for all users), use the local texmf tree: /usr/local/share/texmf. But I would recommend your user texmf tree, as mentioned above: You don't have to be root to install the packages, and you don't have to update a filename database.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

CrazyHorse
Posts: 351
Joined: Sat Aug 02, 2008 8:47 am

Transparent colors in pstricks

Post by CrazyHorse »

jotacebusta wrote:Thanks again Herbert, so I did:
kpsewhich pstricks.tex
/usr/share/texmf-texlive/tex/generic/pstricks/pstricks.tex

That means that I have to put all the contents of PSTricks-TDS in the /usr/share/texmf-texlive/tex/generic directory?
no, the beginning of the tree is /usr/share/texmf-texlive/
In the TDS-tarzip all files are saved relative to this directory.
The latex files went into /usr/share/texmf-texlive/tex/latex/...
the generic (TeX)-files into /usr/share/texmf-texlive/tex/generic/...
the doc files into /usr/share/texmf-texlive/doc/...

and so on.

Herbert

http://PSTricks,tug.org
Post Reply