General ⇒ Where do I find an authoritative reference manual online?
Where do I find an authoritative reference manual online?
Can anyone point me to a comprehensive or authoritative reference manual?
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
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Re: Where do I find an authoritative reference manual online
you have to differentiate between TeX and LaTeX. What you are obviously looking for is the reference manual for TeX, which is cited in one of your links. The TeXbook by Knuth himself can be ordered online.
The source of the book can be found on the internet. You can read it to study the syntax of TeX, but you are not allowed to compile the source.
Re: Where do I find an authoritative reference manual online
- Stefan Kottwitz
- Site Admin
- Posts: 10361
- Joined: Mon Mar 10, 2008 9:44 pm
Where do I find an authoritative reference manual online?
texdoc texbytopic
" at the command prompt could already open it. It works for me with TeX Live.Stefan