a tool for finding and viewing TeX documentation
12
votes
2answers
191 views
Is there a simple way to open “.sty” files by something similar to the “texdoc”?
Is there a simple way to open ".sty" files by something similar to the "texdoc"? I'm looking for something like texsty to simply open .sty files.
8
votes
1answer
333 views
How can I get documentation for the LaTeX letter class?
I am trying out TeX and writing some correspondence in it just to learn the basic commands. For the "letter" document class, I have found this reference site:
...
14
votes
4answers
283 views
LaTeX, package documentation look-up
I am on OS X (10.6 Snow Leopard) using TeXLive-2011 to typeset a simple .tex file I am editing in Vim and trying to learn. My problem is: how do I...
gradually learn about what TeX can do for me
get ...
4
votes
2answers
380 views
texdoc can't find gnome-open (ubuntu 12.04, texlive 2009)
I have a full texlive ubuntu (2009) installation and typing something like
texdoc caption
returns the following error message: sh: 1: gnome-open: not found
if I type texdoc -f, I get the message:
...
9
votes
4answers
189 views
texdoc doesn’t search at $TEXMFHOME
I built a little private package and I want texdoc to find its manual. So I moved the documentation to <TEXMFHOME>/doc/twindex.pdf (i.e. ~/Library/texmf/doc/twindex.pdf on my Mac). But if I call
...
2
votes
1answer
197 views
Customizing texdoc - funny search path
I want to ensure that texdoc cool opens up texmf-dist/doc/latex/cool/Content_LaTeX_Package_Demo.pdf instead of texmf-dist/doc/latex/cool/cool.pdf: My default configuration is this:
$ texdoc -l cool
...
5
votes
3answers
206 views
How to search a documentation about an tex-function in command-line way on linux?
How can I search things about some functions in LaTeX on Linux in the command-line?
Tried texdoc, but texdoc cite, for example, don't works.
I would like a tool to search about LaTeX functions in ...
4
votes
2answers
396 views
Use texdoc within a shell script (in Alfred.app) doesn’t work
I’m trying to call textoc from OS X Application Alfred as a shell script.
And with Alfred everything seems fine—I already asked the developers but they say that the script should work. When ...
7
votes
3answers
421 views
How can I make texdoc find certain documentation?
(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 ...
31
votes
5answers
527 views
Which books can I read via texdoc?
For years, I was faithfully downloading a copy of TeX by Topic whenever I reinstalled my computer. Then I learnt about texdoc texbytopic and my life got just that smidgen easier. I've just returned ...
0
votes
0answers
92 views
Internal error: unable to find texdoc module constants [closed]
How to correct this error:
/usr/local/texlive/2010/bin/i386-linux/texdoc:69: Internal error: unable to find texdoc module constants.
9
votes
1answer
309 views
How to improve texdoc results?
texdoc often fails for me, e.g.
$ locate beameruserguide.pdf
/usr/share/doc/latex-beamer/beameruserguide.pdf.gz
$ texdoc -l beamer
1 ...
9
votes
5answers
288 views
Where do I get a list of all possible texdoc's?
An easy way out would be to just texdoc the package name, but almost everyone knows that this does not apply to all packages. Some examples:
I didn't know there was a usrguide
There is an ...
8
votes
1answer
206 views
How do I make the command texdoc latex2e to open the PDF version by default?
I found a latex2e.pdf in my MiKTeX installation tree. How do I make texdoc latex2e open the PDF version by default?
UPDATE:
I tried renaming latex2e.html to something else, and now the PDF version is ...
3
votes
1answer
103 views
How do I read the texdoc for the letter document class?
I am reading the texdoc for the letter document class. But it doesn't say anything about getting started. I think this is a commented source code document. Yes, it lists all the features of the letter ...
7
votes
1answer
198 views
Where are the texdocs for the built-in LaTeX document classes?
I can texdoc for the following classes:
letter
slides
proc
But, where are the texdocs for the following built-in document classes?
article
report
book
9
votes
2answers
451 views
How to set preferred PDF viewer for texdoc in TeXLive 2010 pretest.
I had evince, installed TexLive 2010 pretest (ubuntu lucid linx, fresh install). texdoc was using evince. Then I installed kubuntu ontop, and texdoc switched to okular. Now I've installed acroread and ...