General ⇒ Where is \qquad defined?
-
- Posts: 55
- Joined: Thu Oct 30, 2008 4:12 pm
Where is \qquad defined?
Where is \qquad defined? I may be being slightly stupid here, but I can't find which package it's defined in.
Last edited by pandammonium on Mon Mar 09, 2009 5:37 pm, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.

Where is \qquad defined?
Hi,
that command definition can be found in the file latex.ltx (which contains the kernel code for LaTeX). Here's the definition:
that command definition can be found in the file latex.ltx (which contains the kernel code for LaTeX). Here's the definition:
Code: Select all
\def\qquad{\hskip2em\relax}
1,1,2,3,5,8,13,21,34,55,89,144,233,...
-
- Posts: 55
- Joined: Thu Oct 30, 2008 4:12 pm
Re: Where is \qquad defined?
Thanks, gmedina.