General ⇒ Help me with \p@
Help me with \p@
I've been using LaTeX for the last months and now I'm trying to make my own class (.cls). I admit it's harder than I thought, but it progresses. Nevertheless, I still don't have any idea of the meaning of some TeX commands like \p@, \relax or \thanks. I use them as I saw on some examples, but I would like to know what am I doing...
Can someone please tell me where to get information about this kind of basic commands? or, at least, explain me what does these three do?
Thank you very much!
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
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Re: Help me with \p@
\relax is a TeX primitive. The best references for these are 'The TeXbook' and 'TeX by Topic'. The later is available for free on CTAN and also if you do 'texdoc texbytopic'.
Finally, \thanks is a public LaTeX command, which is documented in lots of places. So that one you should find in something like the 'Guide to LaTeX'.