GeneralWhere do I find an authoritative reference manual online?

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
mado
Posts: 16
Joined: Thu Dec 10, 2015 5:55 am

Where do I find an authoritative reference manual online?

Post by mado »

\string was briefly explained on https://en.wikibooks.org/wiki/LaTeX/Pla ... uence_name and https://www.tug.org/utilities/plain/cseq.html#string-rp, but I couldn't find an authoritative reference on TeX and LaTeX that also contains an explanation on \string.

Can anyone point me to a comprehensive or authoritative reference manual?

Recommended reading 2024:

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

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

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Re: Where do I find an authoritative reference manual online

Post by Johannes_B »

Welcome,

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.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
mado
Posts: 16
Joined: Thu Dec 10, 2015 5:55 am

Re: Where do I find an authoritative reference manual online

Post by mado »

Thanks for the answer.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Where do I find an authoritative reference manual online?

Post by Stefan Kottwitz »

There's a very good reference which is also freely available online: TeX by Topic. If you have a good local TeX installation, typing "texdoc texbytopic" at the command prompt could already open it. It works for me with TeX Live.

Stefan
LaTeX.org admin
Post Reply