\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?
General ⇒ Where do I find an authoritative reference manual online?
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
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.
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.
Re: Where do I find an authoritative reference manual online
Thanks for the answer.
- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Where do I find an authoritative reference manual online?
There's a very good reference which is also freely available online: TeX by Topic. If you have a good local TeX installation, typing "
Stefan
texdoc texbytopic
" at the command prompt could already open it. It works for me with TeX Live.Stefan
LaTeX.org admin