GeneralWhere is \qquad defined?

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
pandammonium
Posts: 55
Joined: Thu Oct 30, 2008 4:12 pm

Where is \qquad defined?

Post by pandammonium »

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.

Recommended reading 2024:

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

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

gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Where is \qquad defined?

Post by gmedina »

Hi,

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,...
pandammonium
Posts: 55
Joined: Thu Oct 30, 2008 4:12 pm

Re: Where is \qquad defined?

Post by pandammonium »

Thanks, gmedina.
Post Reply