General ⇒ Where is \qquad defined?
-
- Posts: 55
- Joined: Thu Oct 30, 2008 4:12 pm
Where is \qquad defined?
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
Where is \qquad defined?
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}
-
- Posts: 55
- Joined: Thu Oct 30, 2008 4:12 pm