[I'm not sure what forum is appropriate. Since the question's
answer may well depend on USE flags, I'll post this to "Portage".
I welcome corrections.]
Among other things, pkg "tetex" has LaTeX and a cmd `texdoc' to
display documentation about latex-pkgs (and maybe other stuff).
IIRC, a cmd such as
Code: Select all
texdoc amsmath
exist, then `texdoc' would search for "amsmath.dtx" and run latex
on it to produce "amsmath.sty" and "amsmath.dvi", then display
the latter. IIRC, `texdoc' also searched for doc files in HTML
and ".ps" formats.
A friend installed Gentoo for me a few weeks ago, and `texdoc'
worked, but only showed a local (on my computer) webpage with a
summary and links to remote webpages. In particular, it did not
have the typeset "amsmath.dvi" that showed how amsmath is to be used.
================
When a new `tetex' appeared on portage, I decided to try to get
the extra documentation and did (the equivalent of)
Code: Select all
USE=doc emerge tetex
summary HTML page... I don't know if my "USE=doc" caused this, or
whether this is a difference between the older and the newer
`tetex'. In any case ...
Q1: How can I re-emerge tetex to at least recover the HTML
summaries?
Q2: Do I mis-remember?: Are there USE flags I can set so that the
".dtx" files will stay resident, and `texdoc' can produce the
documenting ".dvi" file?



