(This is a question in relation to something brought up in chat, http://chat.stackexchange.com/transcript/41?m=1918860#1918860.)
I'm using TeX Live 2009 in Ubuntu 11.04 and neither texdoc pgf nor texdoc tikz opens the TikZ/PGF manual. Is there a way to make it so that texdoc finds the manual?
locate pgfmanual.pdf returns:
/usr/share/doc/texmf/pgf/pgfmanual.pdf.gz
texdoc -l pgf returns:
1 /usr/share/texmf/doc/pgf/pgfmanual.pdf.gz
2 /usr/share/texmf-texlive/doc/latex/pgf-soroban/pgf-soroban-doc.pdf
texdoc.cnf) it is shown how to cope with compressed files. – egreg Sep 14 '11 at 12:06texdoc -l pgfshow? I havepgfmanual.pdfas entry 1 (of 20) with a full TL2011. Do you have a full installation (i.e. scheme 'full')? – Joseph Wright♦ Sep 14 '11 at 12:07offcialTL as well as the Ubuntu one (one just have to make sure that the official TL comes first in the PATH). Then (1) one has an updated LaTeX installation (the best IMO), (2) you can update it yourself usingtlmgr, Ubuntu removestlmgrand (3) because we still have TL2009 installed, dependencies for editors likeKileare still fulfilled. – daleif Sep 14 '11 at 12:33