Tutorial Latex by Selenity
Tutorial Latex by Selenity
Introduction to LATEX 2
Or LATEX 2 in 133 minutes
by Tobias Oetiker
Hubert Partl, Irene Hyna and Elisabeth Schlegl
Version 4.17, September 27, 2005
ii
Copyright 1995-2002 Tobias Oetiker and all the Contributers to LShort. All
rights reserved.
This document is free; you can redistribute it and/or modify it under the terms
of the GNU General Public License as published by the Free Software Foundation;
either version 2 of the License, or (at your option) any later version.
This document is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
License for more details.
You should have received a copy of the GNU General Public License along with
this document; if not, write to the Free Software Foundation, Inc., 675 Mass Ave,
Cambridge, MA 02139, USA.
Thank you!
Much of the material used in this introduction comes from an Austrian
introduction to LATEX 2.09 written in German by:
Hubert Partl
Irene Hyna
Elisabeth Schlegl
<noemail>
in Graz
If you are interested in the German document, you can find a version
updated for LATEX 2 by Jrg Knappen at
CTAN:/tex-archive/info/lshort/german
iv
Thank you!
While preparing this document, I asked for reviewers on comp.text.tex.
I got a lot of response. The following individuals helped with corrections,
suggestions and material to improve this paper. They put in a big effort to
help me get this document into its present shape. I would like to sincerely
thank all of them. Naturally, all the mistakes youll find in this book are
mine. If you ever find a word that is spelled correctly, it must have been
one of the people below dropping me a line.
Rosemary Bailey, Marc Bevand, Friedemann Brauer, Jan Busa,
Markus Brhwiler, Pietro Braione, David Carlisle, Jos Carlos Santos,
Neil Carter, Mike Chapman, Pierre Chardaire, Christopher Chin, Carl Cerecke,
Chris McCormack, Wim van Dam, Jan Dittberner, Michael John Downes,
Matthias Dreier, David Dureisseix, Elliot, Hans Ehrbar, Daniel Flipo, David Frey,
Hans Fugal, Robin Fairbairns, Jrg Fischer, Erik Frisk, Mic Milic Frederickx,
Frank, Kasper B. Graversen, Arlo Griffiths, Alexandre Guimond, Andy Goth,
Cyril Goutte, Greg Gamble, Frank Fischli, Morten Hgholm, Neil Hammond,
Rasmus Borup Hansen, Joseph Hilferty, Bjrn Hvittfeldt, Martien Hulsen,
Werner Icking, Jakob, Eric Jacoboni, Alan Jeffrey, Byron Jones, David Jones,
Johannes-Maria Kaltenbach, Michael Koundouros, Andrzej Kawalec,
Sander de Kievit, Alain Kessi, Christian Kern, Jrg Knappen, Kjetil Kjernsmo,
Maik Lehradt, Rmi Letot, Flori Lambrechts, Axel Liljencrantz, Johan Lundberg,
Alexander Mai, Hendrik Maryns, Martin Maechler, Aleksandar S Milosevic,
Henrik Mitsch, Claus Malten, Kevin Van Maren, Richard Nagy, Philipp Nagele,
Lenimar Nunes de Andrade, Manuel Oetiker, Urs Oswald, Martin Pfister,
Demerson Andre Polli, Maksym Polyakov Hubert Partl, John Refling,
Mike Ressler, Brian Ripley, Young U. Ryu, Bernd Rosenlecher, Chris Rowley,
Risto Saarelma, Hanspeter Schmid, Craig Schlenter, Gilles Schintgen,
Baron Schwartz, Christopher Sawtell, Miles Spielberg, Geoffrey Swindale,
Laszlo Szathmary, Boris Tobotras, Josef Tkadlec, Scott Veirs, Didier Verna,
Fabian Wernli, Carl-Gustav Werner, David Woodhouse, Chris York,
Fritz Zaucker, Rick Zaccone, and Mikhail Zotov.
Preface
LATEX [1] is a typesetting system that is very suitable for producing scientific and mathematical documents of high typographical quality. It is also
suitable for producing all sorts of other documents, from simple letters to
complete books. LATEX uses TEX [2] as its formatting engine.
This short introduction describes LATEX 2 and should be sufficient for
most applications of LATEX. Refer to [1, 3] for a complete description of the
LATEX system.
This introduction is split into 6 chapters:
Chapter 1 tells you about the basic structure of LATEX 2 documents. You
will also learn a bit about the history of LATEX. After reading this
chapter, you should have a rough understanding how LATEX works.
Chapter 2 goes into the details of typesetting your documents. It explains
most of the essential LATEX commands and environments. After reading this chapter, you will be able to write your first documents.
Chapter 3 explains how to typeset formulae with LATEX. Many examples
demonstrate how to use one of LATEXs main strengths. At the end
of the chapter are tables listing all mathematical symbols available in
LATEX.
Chapter 4 explains indexes, bibliography generation and inclusion of EPS
graphics. It introduces creation of PDF documents with pdfLATEX and
presents some handy extension packages.
Chapter 5 shows how to use LATEX for creating graphics. Instead of drawing a picture with some graphics program, saving it to a file and then
including it into LATEX you describe the picture and have LATEX draw
it for you.
Chapter 6 contains some potentially dangerous information about how to
alter the standard document layout produced by LATEX. It will tell you
how to change things such that the beautiful output of LATEX turns
ugly or stunning, depending on your abilities.
vi
Preface
It is important to read the chapters in orderthe book is not that big, after
all. Be sure to carefully read the examples, because a lot of the information
is in the examples placed throughout the book.
LATEX is available for most computers, from the PC and Mac to large UNIX
and VMS systems. On many university computer clusters you will find that
a LATEX installation is available, ready to use. Information on how to access
the local LATEX installation should be provided in the Local Guide [5]. If you
have problems getting started, ask the person who gave you this booklet.
The scope of this document is not to tell you how to install and set up a
LATEX system, but to teach you how to write your documents so that they
can be processed by LATEX.
If you need to get hold of any LATEX related material, have a look at one
of the Comprehensive TEX Archive Network (CTAN) sites. The homepage is
at http://www.ctan.org. All packages can also be retrieved from the ftp
archive ftp://www.ctan.org and its various mirror sites all over the world.
They can be found e.g. at ftp://ctan.tug.org (US), ftp://ftp.dante.de
(Germany), ftp://ftp.tex.ac.uk (UK). If you are not in one of these
countries, choose the archive closest to you.
You will find other references to CTAN throughout the book, especially
pointers to software and documents you might want to download. Instead
of writing down complete urls, I just wrote CTAN: followed by whatever
location within the CTAN tree you should go to.
If you want to run LATEX on your own computer, take a look at what is
available from CTAN:/tex-archive/systems.
Contents
Thank you!
iii
Preface
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
1
1
1
2
2
2
3
3
4
4
5
5
6
7
7
9
9
9
13
13
14
2 Typesetting Text
2.1 The Structure of Text and Language
2.2 Line Breaking and Page Breaking . .
2.2.1 Justified Paragraphs . . . . .
2.2.2 Hyphenation . . . . . . . . .
2.3 Ready-Made Strings . . . . . . . . .
2.4 Special Characters and Symbols . . .
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
17
17
19
19
20
21
21
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
viii
CONTENTS
2.5
2.6
2.7
2.8
2.9
2.10
2.11
2.12
2.13
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
21
22
22
22
23
23
24
24
25
27
28
29
30
32
34
34
37
37
38
38
39
39
40
40
41
41
43
46
.
.
.
.
.
.
.
.
.
.
47
47
49
49
53
54
56
56
57
59
60
CONTENTS
ix
4 Specialities
4.1 Including Encapsulated PostScript Graphics
4.2 Bibliography . . . . . . . . . . . . . . . . . . .
4.3 Indexing . . . . . . . . . . . . . . . . . . . . . .
4.4 Fancy Headers . . . . . . . . . . . . . . . . . .
4.5 The Verbatim Package . . . . . . . . . . . . . .
4.6 Downloading and Installing LATEX Packages . .
4.7 Working with pdfLATEX . . . . . . . . . . . . .
4.7.1 PDF Documents for the Web . . . . . .
4.7.2 The Fonts . . . . . . . . . . . . . . . . .
4.7.3 Using Graphics . . . . . . . . . . . . . .
4.7.4 Hypertext Links . . . . . . . . . . . . .
4.7.5 Problems with Links . . . . . . . . . . .
4.7.6 Problems with Bookmarks . . . . . . . .
4.8 Creating Presentations with the beamer class .
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
67
67
69
70
71
72
73
74
75
75
77
78
80
81
82
87
87
88
88
89
90
91
92
92
93
94
95
96
97
97
101
. 101
. 102
. 103
. 103
. 104
. 105
. 105
. 105
. 108
. 108
. 109
CONTENTS
6.4
6.5
6.6
6.7
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
109
109
110
111
112
114
115
117
Bibliography
119
Index
121
List of Figures
1.1
1.2
7
8
4.1
4.2
72
83
6.1
6.2
List of Tables
1.1
1.2
1.3
1.4
Document Classes. . . . . . . . . . . .
Document Class Options. . . . . . . .
Some of the Packages Distributed with
The Predefined Page Styles of LATEX. .
. . . .
. . . .
LATEX.
. . . .
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
10
11
12
13
2.1
2.2
2.3
2.4
2.5
2.6
2.7
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
23
25
28
29
29
33
44
3.1
3.2
3.3
3.4
3.5
3.6
3.7
3.8
3.9
3.10
3.11
3.12
3.13
3.14
3.15
3.16
3.17
3.18
3.19
. . . . . . . .
. . . . . . . .
. . . . . . . .
. . . . . . . .
. . . . . . . .
. . . . . . . .
. . . . . . . .
. . . . . . . .
. . . . . . . .
. . . . . . . .
. . . . . . . .
. . . . . . . .
. . . . . . . .
. . . . . . . .
. . . . . . . .
and Arrows. .
. . . . . . . .
. . . . . . . .
. . . . . . . .
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
60
60
60
61
61
62
62
62
62
63
63
63
63
64
64
65
65
66
66
4.1
68
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
xiv
LIST OF TABLES
4.2
6.1
6.2
6.3
6.4
6.5
Fonts. . . . . . . . . . . . . . . . . . . . .
Font Sizes. . . . . . . . . . . . . . . . . . .
Absolute Point Sizes in Standard Classes.
Math Fonts. . . . . . . . . . . . . . . . . .
TEX Units. . . . . . . . . . . . . . . . . .
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
71
106
106
107
107
111
Chapter 1
1.1
1.1.1
In german there are actually two pronounciations for ch and one might assume that
the soft ch sound from Pech would be a more appropriate. Asked about this, Knuth
wrote in the German Wikipedia: I do not get angry when people pronounce TEX in their
favorite way . . . and in Germany many use a soft ch because the X follows the vowel
e, not the harder ch that follows the vowel a. In Russia, tex is a very common word,
pronounced tyekh. But I believe the most proper pronunciation is heard in Greece, where
you have the harsher ch of ach and Loch.
1.1.2
LATEX
LATEX is a macro package that enables authors to typeset and print their
work at the highest typographical quality, using a predefined, professional
layout. LATEX was originally written by Leslie Lamport [1]. It uses the
TEX formatter as its typesetting engine. These days LATEX is maintained by
Frank Mittelbach.
LATEX is pronounced Lay-tech or Lah-tech. If you refer to LATEX in
an ASCII environment, you type LaTeX. LATEX 2 is pronounced Lay-tech
two e and typed LaTeX2e.
1.2
1.2.1
Basics
Author, Book Designer, and Typesetter
1.2 Basics
1.2.2
Layout Design
1.2.3
When people from the WYSIWYG world meet people who use LATEX, they
often discuss the advantages of LATEX over a normal word processor or the
opposite. The best thing you can do when such a discussion starts is to keep
a low profile, since such discussions often get out of hand. But sometimes
you cannot escape . . .
So here is some ammunition. The main advantages of LATEX over normal
word processors are the following:
Professionally crafted layouts are available, which make a document
really look as if printed.
The typesetting of mathematical formulae is supported in a convenient
way.
Users only need to learn a few easy-to-understand commands that
specify the logical structure of a document. They almost never need
to tinker with the actual layout of the document.
Even complex structures such as footnotes, references, table of contents, and bibliographies can be generated easily.
Free add-on packages exist for many typographical tasks not directly
supported by basic LATEX. For example, packages are available to
include PostScript graphics or to typeset bibliographies conforming
to exact standards. Many of these add-on packages are described in
The LATEX Companion [3].
1.3
The input for LATEX is a plain ASCII text file. You can create it with any
text editor. It contains the text of the document, as well as the commands
that tell LATEX how to typeset the text.
1.3.1
Spaces
Rumour says that this is one of the key elements that will be addressed in the upcoming
EX3 system.
LAT
1.3.2
Special Characters
The following symbols are reserved characters that either have a special
meaning under LATEX or are not available in all the fonts. If you enter them
directly in your text, they will normally not print, but rather coerce LATEX
to do things you did not intend.
#
&
As you will see, these characters can be used in your documents all the
same by adding a prefix backslash:
\# \$ \% \^{} \& \_ \{ \} \~{}
#$%&_{}
The other symbols and many more can be printed with special commands
in mathematical formulae or as accents. The backslash character \ can not
be entered by adding another backslash in front of it (\\); this sequence is
used for line breaking.4
1.3.3
LATEX Commands
LATEX commands are case sensitive, and take one of the following two formats:
They start with a backslash \ and then have a name consisting of
letters only. Command names are terminated by a space, a number or
any other non-letter.
They consist of a backslash and exactly one non-letter.
LATEX ignores whitespace after commands. If you want to get a space
after a command, you have to put either {} and a blank or a special spacing
command after the command name. The {} stops LATEX from eating up all
the space after the command name.
I read that Knuth divides the
people working with \TeX{} into
\TeX{}nicians and \TeX perts.\\
Today is \today.
1.3.4
Comments
When LATEX encounters a % character while processing an input file, it ignores the rest of the present line, the line break, and all whitespace at the
beginning of the next line.
This can be used to write notes into the input file, which will not show
up in the printed version.
This is an % stupid
% Better: instructive <---example: Supercal%
ifragilist%
icexpialidocious
The % character can also be used to split long input lines where no
whitespace or line breaks are allowed.
For longer comments you could use the comment environment provided
by the verbatim package. This means, to use the comment environment you
have to add the command \usepackage{verbatim} to the preamble of your
document.
This is another
\begin{comment}
rather stupid,
but helpful
\end{comment}
example for embedding
comments in your document.
Note that this wont work inside complex environments, like math for
example.
1.4
When LATEX 2 processes an input file, it expects it to follow a certain structure. Thus every input file must start with the command
\documentclass{...}
This specifies what sort of document you intend to write. After that, you
can include commands that influence the style of the whole document, or
you can load packages that add new features to the LATEX system. To load
such a package you use the command
\usepackage{...}
When all the setup work is done,5 you start the body of the text with
the command
\begin{document}
Now you enter the text mixed with some useful LATEX commands. At
the end of the document you add the
\end{document}
command, which tells LATEX to call it a day. Anything that follows this
command will be ignored by LATEX.
Figure 1.1 shows the contents of a minimal LATEX 2 file. A slightly more
complicated input file is given in Figure 1.2.
1.5
I bet you must be dying to try out the neat small LATEX input file shown
on page 7. Here is some help: LATEX itself comes without a GUI or fancy
buttons to press. It is just a program that crunches away at your input
file. Some LATEX installations feature a graphical front-end where you can
click LATEX into compiling your input file. On other systems there might
5
\documentclass{article}
\begin{document}
Small is beautiful.
\end{document}
3. Now you may view the DVI file. There are several ways to do that.
You can show the file on screen with
xdvi foo.dvi &
This only works on Unix with X11. If you are on Windows you might
6
This is the case with most well groomed Unix Systems, and . . . Real Men use Unix,
so . . . ;-)
\documentclass[a4paper,11pt]{article}
% define the title
\author{H.~Partl}
\title{Minimalism}
\begin{document}
% generates the title
\maketitle
% insert the table of contents
\tableofcontents
\section{Some Interesting Words}
Well, and here begins my lovely article.
\section{Good Bye World}
\ldots{} and here it ends.
\end{document}
If you are lucky your LATEX system even comes with the dvipdf tool,
which allows you to convert your .dvi files straight into pdf.
dvipdf foo.dvi
1.6
1.6.1
Document Classes
The first information LATEX needs to know when processing an input file is
the type of document the author wants to create. This is specified with the
\documentclass command.
\documentclass[options]{class}
Here class specifies the type of document to be created. Table 1.1 lists the
document classes explained in this introduction. The LATEX 2 distribution
provides additional classes for other documents, including letters and slides.
The options parameter customises the behaviour of the document class. The
options have to be separated by commas. The most common options for the
standard document classes are listed in Table 1.2.
Example: An input file for a LATEX document could start with the line
\documentclass[11pt,twoside,a4paper]{article}
which instructs LATEX to typeset the document as an article with a base
font size of eleven points, and to produce a layout suitable for double sided
printing on A4 paper.
1.6.2
Packages
While writing your document, you will probably find that there are some
areas where basic LATEX cannot solve your problem. If you want to include
graphics, coloured text or source code from a file into your document, you
10
\usepackage[options]{package}
command, where package is the name of the package and options is a list of
keywords that trigger special features in the package. Some packages come
with the LATEX 2 base distribution (See Table 1.3). Others are provided
separately. You may find more information on the packages installed at
your site in your Local Guide [5]. The prime source for information about
LATEX packages is The LATEX Companion [3]. It contains descriptions on
hundreds of packages, along with information of how to write your own
extensions to LATEX 2 .
Modern TEX distributions come with a large number of packages preinstalled. If you are working on a Unix system, use the command texdoc for
accessing package documentation.
macros/latex/contrib/supported/foiltex
leqno
Places the numbering of formulae on the left hand side
instead of the right.
titlepage, notitlepage
Specifies whether a new page should be
started after the document title or not. The article class does
not start a new page by default, while report and book do.
onecolumn, twocolumn Instructs LATEX to typeset the document in
one column or two columns.
twoside, oneside Specifies whether double or single sided output
should be generated. The classes article and report are single
sided and the book class is double sided by default. Note that
this option concerns the style of the document only. The option
twoside does not tell the printer you use that it should actually
make a two-sided printout.
landscape
Changes the layout of the document to print in
landscape mode.
openright, openany
Makes chapters begin either only on right
hand pages or on the next page available. This does not work
with the article class, as it does not know about chapters. The
report class by default starts chapters on the next page available
and the book class starts them on right hand pages.
11
12
This file should be installed on your system, and you should be able to
get a dvi file by typing latex doc.dtx in any directory where you have write
permission. The same is true for all the other files mentioned in this table.
1.6.3
Page Styles
command defines which one to use. Table 1.4 lists the predefined page styles.
Table 1.4: The Predefined Page Styles of LATEX.
plain prints the page numbers on the bottom of the page, in the middle
of the footer. This is the default page style.
headings prints the current chapter heading and the page number in
the header on each page, while the footer remains empty. (This is
the style used in this document)
empty sets both the header and the footer to be empty.
It is possible to change the page style of the current page with the command
\thispagestyle{style}
A description how to create your own headers and footers can be found
in The LATEX Companion [3] and in section 4.4 on page 71.
1.7
When you work with LATEX you will soon find yourself in a maze of files
with various extensions and probably no clue. The following list explains
the various file types you might encounter when working with TEX. Please
note that this table does not claim to be a complete list of extensions, but
if you find one missing that you think is important, please drop me a line.
.tex LATEX or TEX input file. Can be compiled with latex.
.sty LATEX Macro package. This is a file you can load into your LATEX
document using the \usepackage command.
.dtx Documented TEX. This is the main distribution format for LATEX style
files. If you process a .dtx file you get documented macro code of the
LATEX package contained in the .dtx file.
13
14
1.8
Big Projects
When working on big documents, you might want to split the input file into
several parts. LATEX has two commands that help you to do that.
\include{filename}
You can use this command in the document body to insert the contents
of another file named filename.tex. Note that LATEX will start a new page
before processing the material input from filename.tex.
15
Chapter 2
Typesetting Text
After reading the previous chapter, you should know about the basic stuff of
which a LATEX 2 document is made. In this chapter I will fill in the remaining
structure you will need to know in order to produce real world material.
2.1
The main point of writing a text (some modern DAAC1 literature excluded),
is to convey ideas, information, or knowledge to the reader. The reader will
understand the text better if these ideas are well-structured, and will see
and feel this structure much better if the typographical form reflects the
logical and semantical structure of the content.
LATEX is different from other typesetting systems in that you just have
to tell it the logical and semantical structure of a text. It then derives
the typographical form of the text according to the rules given in the
document class file and in various style files.
The most important text unit in LATEX (and in typography) is the paragraph. We call it text unit because a paragraph is the typographical form
that should reflect one coherent thought, or one idea. You will learn in the
following sections how you can force line breaks with e.g. \\, and paragraph
breaks with e.g. leaving an empty line in the source code. Therefore, if a
new thought begins, a new paragraph should begin, and if not, only line
breaks should be used. If in doubt about paragraph breaks, think about
your text as a conveyor of ideas and thoughts. If you have a paragraph
break, but the old thought continues, it should be removed. If some totally
new line of thought occurs in the same paragraph, then it should be broken.
Most people completely underestimate the importance of well-placed
paragraph breaks. Many people do not even know what the meaning of
1
Different At All Cost, a translation of the Swiss German UVA (Ums Verrecken Anders).
18
Typesetting Text
a paragraph break is, or, especially in LATEX, introduce paragraph breaks
without knowing it. The latter mistake is especially easy to make if equations are used in the text. Look at the following examples, and figure out
why sometimes empty lines (paragraph breaks) are used before and after the
equation, and sometimes not. (If you dont yet understand all commands
well enough to understand these examples, please read this and the following
chapter, and then read this section again.)
% Example 1
\ldots when Einstein introduced his formula
\begin{equation}
e = m \cdot c^2 \; ,
\end{equation}
which is at the same time the most widely known
and the least well understood physical formula.
% Example 2
\ldots from which follows Kirchhoffs current law:
\begin{equation}
\sum_{k=1}^{n} I_k = 0 \; .
\end{equation}
Kirchhoffs voltage law can be derived \ldots
% Example 3
\ldots which has several advantages.
\begin{equation}
I_D = I_F - I_R
\end{equation}
is the core of a very different transistor model. \ldots
The next smaller text unit is a sentence. In English texts, there is a
larger space after a period that ends a sentence than after one that ends an
abbreviation. LATEX tries to figure out which one you wanted to have. If
LATEX gets it wrong, you must tell it what you want. This is explained later
in this chapter.
The structuring of text even extends to parts of sentences. Most languages have very complicated punctuation rules, but in many languages
(including German and English), you will get almost every comma right if
you remember what it represents: a short stop in the flow of language. If
you are not sure about where to put a comma, read the sentence aloud and
2.2
2.2.1
Books are often typeset with each line having the same length. LATEX inserts
the necessary line breaks and spaces between words by optimizing the contents of a whole paragraph. If necessary, it also hyphenates words that would
not fit comfortably on a line. How the paragraphs are typeset depends on
the document class. Normally the first line of a paragraph is indented, and
there is no additional space between two paragraphs. Refer to section 6.3.2
for more information.
In special cases it might be necessary to order LATEX to break a line:
\\ or \newline
do what their names say. They enable the author to influence their actions
with the optional argument n, which can be set to a number between zero
and four. By setting n to a value below 4, you leave LATEX the option of
ignoring your command if the result would look very bad. Do not confuse
these break commands with the new commands. Even when you give
a break command, LATEX still tries to even out the right border of the
page and the total length of the page, as described in the next section. If
19
20
Typesetting Text
you really want to start a new line, then use the corresponding command.
Guess its name!
LATEX always tries to produce the best line breaks possible. If it cannot
find a way to break the lines in a manner that meets its high standards, it
lets one line stick out on the right of the paragraph. LATEX then complains
(overfull hbox) while processing the input file. This happens most often
when LATEX cannot find a suitable place to hyphenate a word.2 You can instruct LATEX to lower its standards a little by giving the \sloppy command.
It prevents such over-long lines by increasing the inter-word spacingeven
if the final output is not optimal. In this case a warning (underfull hbox)
is given to the user. In most such cases the result doesnt look very good.
The command \fussy brings LATEX back to its default behaviour.
2.2.2
Hyphenation
causes the words listed in the argument to be hyphenated only at the points
marked by -. The argument of the command should only contain words
built from normal letters, or rather signs that are considered to be normal
letters by LATEX. The hyphenation hints are stored for the language that
is active when the hyphenation command occurs. This means that if you
place a hyphenation command into the preamble of your document it will
influence the English language hyphenation. If you place the command
after the \begin{document} and you are using some package for national
language support like babel, then the hyphenation hints will be active in the
language activated through babel.
The example below will allow hyphenation to be hyphenated as well
as Hyphenation, and it prevents FORTRAN, Fortran and fortran
from being hyphenated at all. No special characters or symbols are allowed
in the argument.
Example:
\hyphenation{FORTRAN Hy-phen-a-tion}
2
Although LATEX gives you a warning when that happens (Overfull hbox) and displays
the offending line, such lines are not always easy to find. If you use the option draft in
the \documentclass command, these lines will be marked with a thick black line on the
right margin.
21
Several words can be kept together on one line with the command
\mbox{text}
2.3
Ready-Made Strings
In some of the examples on the previous pages, you have seen some very
simple LATEX commands for typesetting special text strings:
Command
\today
\TeX
\LaTeX
\LaTeXe
2.4
2.4.1
Example
September 27, 2005
TEX
LATEX
LATEX 2
Description
Current date in the current language
The name of your favorite typesetter
The Name of the Game
The current incarnation of LATEX
You should not use the " for quotation marks as you would on a typewriter.
In publishing there are special opening and closing quotation marks. In
LATEX, use two s (grave accent) for opening quotation marks and two s
(vertical quote) for closing quotation marks. For single quotes you use just
one of each.
22
Typesetting Text
Yes I know the rendering is not ideal, its really a back-tick or grave
accent for opening quotes and vertical quote for closing, despite what the
font chosen might suggest.
2.4.2
LATEX knows four kinds of dashes. You can access three of them with different numbers of consecutive dashes. The fourth sign is actually not a dash
at allit is the mathematical minus sign:
daughter-in-law, X-rated\\
pages 13--67\\
yes---or no? \\
$0$, $1$ and $-1$
daughter-in-law, X-rated
pages 1367
yesor no?
0, 1 and 1
2.4.3
Tilde ()
http://www.rich.edu/\~{}bush \\
http://www.clever.edu/$\sim$demo
2.4.4
http://www.rich.edu/bush
http://www.clever.edu/demo
Degree Symbol ()
Its 30 C.
conduct.
The textcomp package makes the degree symbol also available as \textcelsius.
2.4.5
23
When writing about money these days, you need the Euro symbol. Many
current fonts contain a Euro symbol. After loading the textcomp package in
the preamble of your document
\usepackage{textcomp}
to access it.
If your font does not provide its own Euro symbol or if you do not like
the fonts Euro symbol, you have two more choices:
First the eurosym package. It provides the official Euro symbol:
\usepackage[official ]{eurosym}
If you prefer a Euro symbol that matches your font, use the option gen
in place of the official option.
If the Adobe Eurofonts are installed on your system (they are available for free from ftp://ftp.adobe.com/pub/adobe/type/win/all) you
can use either the package europs and the command \EUR (for a Euro symbol that matches the current font).
The marvosym package also provides many different symbols, including
a Euro, under the name \EUR. Its disadvantage is that it does not provide
slanted and bold variants of the Euro symbol.
Table 2.1: A bag full of Euro symbols
2.4.6
package
command
eurosym
\euro
[gen]eurosym
\euro
europs
\EUR
marvosym
\EUR
roman
e
A
C
e
sans-serif
e
A
C
c
typewriter
e
A
C
d
Ellipsis (. . . )
24
Typesetting Text
and are set very close to the preceding letter. Therefore, you cannot enter
ellipsis by just typing three dots, as the spacing would be wrong. Instead,
there is a special command for these dots. It is called
\ldots
2.4.7
Ligatures
Some letter combinations are typeset not just by setting the different letters
one after the other, but by actually using special symbols.
ff fi fl ffi. . .
instead of ff fi fl ffi . . .
2.4.8
Not shelfful
but shelfful
LATEX supports the use of accents and special characters from many languages. Table 2.2 shows all sorts of accents being applied to the letter o.
Naturally other letters work too.
To place an accent on top of an i or a j, its dots have to be removed.
This is accomplished by typing \i and \j.
H\^otel, na\"\i ve, \el\eve,\\
sm\o rrebr\o d, !Se\~norita!,\\
Sch\"onbrunner Schlo\ss{}
Stra\ss e
2.5
25
When you write documents in languages other than English, there are three
areas where LATEX has to be configured appropriately:
1. All automatically generated text strings3 have to be adapted to the
new language. For many languages, these changes can be accomplished
by using the babel package by Johannes Braams.
2. LATEX needs to know the hyphenation rules for the new language.
Getting hyphenation rules into LATEX is a bit more tricky. It means
rebuilding the format file with different hyphenation patterns enabled.
Your Local Guide [5] should give more information on this.
3. Language specific typographic rules. In French for example, there is a
mandatory space before each colon character (:).
If your system is already configured appropriately, you can activate the
babel package by adding the command
\usepackage[language]{babel}
after the \documentclass command. A list of the languages built into your
LATEX system will be displayed every time the compiler is started. Babel will
automatically activate the appropriate hyphenation rules for the language
you choose. If your LATEX format does not support hyphenation in the
language of your choice, babel will still work but will disable hyphenation,
which has quite a negative effect on the appearance of the typeset document.
3
\o
\=o
\o
\.o
\^o
\"o
\~o
\c c
o
o.
\u o
\d o
\v o
\b o
o o
\H o
\t oo
\c o
\oe
\aa
o
o
\OE
\AA
\ae
\AE
\o
\i
\O
\j
\l
!
\L
?
26
Typesetting Text
Babel also specifies new commands for some languages, which simplify
the input of special characters. The German language, for example, contains
a lot of umlauts (). With babel, you can enter an by typing "o instead
of \"o.
If you call babel with multiple languages
\usepackage[languageA,languageB ]{babel}
When using this package, you should consider that other people might
not be able to display your input files on their computer, because they use a
different encoding. For example, the German umlaut on OS/2 is encoded
as 132, on Unix systems using ISO-LATIN 1 it is encoded as 228, while
in Cyrillic encoding cp1251 for Windows this letter does not exist at all;
therefore you should use this feature with care. The following encodings
may come in handy, depending on the type of system you are working on4
Operating
system
Mac
Unix
Windows
DOS, OS/2
encodings
western Latin
Cyrillic
applemac
macukr
latin1
koi8-ru
ansinew
cp1251
cp850 cp866nav
will enable you to create LATEX input files in utf8, a multi-byte encoding in
which each character can be encoded in as little as one byte and as many as
4
To learn more about supported input encodings for Latin-based and Cyrillic-based
languages, read the documentation for inputenc.dtx and cyinpenc.dtx respectively. Section 4.6 tells how to produce package documentation.
2.5.1
To enable hyphenation and change all automatic text to Portuguese, use the
command:
\usepackage[portuguese]{babel}
The list of languages supported by each of these encodings could be found in [11].
27
28
Typesetting Text
2.5.2
Some hints for those creating French documents with LATEX: you can load
French language support with the following command:
\usepackage[frenchb]{babel}
Note that, for historical reasons, the name of babels option for French
is either frenchb or francais but not french.
This enables French hyphenation, if you have configured your LATEX
system accordingly. It also changes all automatic text into French: \chapter
prints Chapitre, \today prints the current date in French and so on. A set
of new commands also becomes available, which allows you to write French
input files more easily. Check out table 2.4 for inspiration.
You will also notice that the layout of lists changes when switching to
the French language. For more information on what the frenchb option
of babel does and how you can customize its behaviour, run LATEX on file
frenchb.dtx and read the produced file frenchb.dvi.
29
2.5.3
guillemets
M\up{me}, D\up{r}
Mme , Dr
2\ieme{} 4\iemes{}
2e 4es
\No 1, \no 2
No 1, no 2
20~\degres C, 45\degres
20 C, 45
\bsc{M. Durand}
M. Durand
\nombre{1234,56789}
1 234,567 89
Some hints for those creating German documents with LATEX: you can load
German language support with the following command:
\usepackage[german]{babel}
"s
"
"
"< or \flqq
"> or \frqq
\flq
\frq
\dq
"
30
Typesetting Text
book would look like this. In the German speaking part of Switzerland,
typesetters use guillemets the same way the French do.
A major problem arises from the use of commands like \flq: If you use
the OT1 font (which is the default font) the guillemets will look like the math
symbol , which turns a typesetters stomach. T1 encoded fonts, on the
other hand, do contain the required symbols. So if you are using this type of
quote, make sure you use the T1 encoding. (\usepackage[T1]{fontenc})
2.5.4
Considering a number of issues Korean LATEX users have to cope with. This section
was written by Karnes KIM on behalf of the Korean lshort translation team. It was
translated into English by SHIN Jungshik and shortened by Tobi Oetiker.
7
Korean Hangul is an alphabetic script with 14 basic consonants and 10 basic vowels
(Jamos). Unlike Latin or Cyrillic scripts, the individual characters have to be arranged
in rectangular clusters about the same size as Chinese characters. Each cluster represents
a syllable. An unlimited number of syllables can be formed out of this finite set of vow-
els and consonants. Modern Korean orthographic standards (both in South Korea and
North Korea), however, put some restriction on the formation of these clusters. Therefore
only a finite number of orthographically correct syllables exist. The Korean Character encoding defines individual code points for each of these syllables (KS X 1001:1998
and KS X 1002:1992). So Hangul, albeit alphabetic, is treated like the Chinese and
Japanese writing systems with tens of thousands of ideographic/logographic characters.
ISO 10646/Unicode offers both ways of representing Hangul used for modern Korean by
encoding Conjoining Hangul Jamos (alphabets: http://www.unicode.org/charts/PDF/
U1100.pdf) in addition to encoding all the orthographically allowed Hangul syllables in
modern Korean (http://www.unicode.org/charts/PDF/UAC00.pdf). One of the most
daunting challenges in Korean typesetting with LATEX and related typesetting system is
supporting Middle Koreanand possibly future Koreansyllables that can be only represented by conjoining Jamos in Unicode. It is hoped that future TEX engines like and
will eventually provide solutions to this so that some Korean linguists and historians
will defect from MS Word that already has a pretty good support for Middle Korean.
8
They can be obtained at language/korean/HLaTeX/
language/korean/CJK/ and http://knot.kaist.ac.kr/htex/
9
Korean Ministry of Culture.
31
32
Typesetting Text
To use the HLATEX package for typesetting your Korean text, put the
following declaration into the preamble of your document:
\usepackage{hangul}
This command turns the Korean localization on. The headings of chapters, sections, subsections, table of content and table of figures are all translated into Korean and the formatting of the document is changed to follow
Korean conventions. The package also provides automatic particle selection. In Korean, there are pairs of post-fix particles grammatically equivalent but different in form. Which of any given pair is correct depends on
whether the preceding syllable ends with a vowel or a consonant. (It is a bit
more complex than this, but this should give you a good picture.) Native
Korean speakers have no problem picking the right particle, but it cannot
be determined which particle to use for references and other automatic text
that will change while you edit the document. It takes a painstaking effort
to place appropriate particles manually every time you add/remove references or simply shuffle parts of your document around. HLATEX relieves its
users from this boring and error-prone process.
In case you dont need Korean localization features but just want to
typeset Korean text, you can put the following line in the preamble, instead.
\usepackage{hfont}
For more details on typesetting Korean with HLATEX, refer to the HLATEX
Guide. Check out the web site of the Korean TEX User Group (KTUG)
at http://www.ktug.or.kr/. There is also a Korean translation of this
manual available.
2.5.5
Version 3.7h of babel includes support for the T2* encodings and for typesetting Bulgarian, Russian and Ukrainian texts using Cyrillic letters.
Support for Cyrillic is based on standard LATEX mechanisms through the
fontenc and inputenc packages. But, if you are going to use Cyrillics in math
Generally, babel will authomatically choose the default font encoding, for
the above three languages this is T2A. However, documents are not restricted
to a single font encoding. For multi-lingual documents using Cyrillic and
Latin-based languages it makes sense to include Latin font encoding explicitly. babel will take care of switching to the appropriate font encoding when
a different language is selected within the document.
In addition to enabling hyphenations, translating automatically generated text strings, and activating some language specific typographic rules
(like \frenchspacing), babel provides some commands allowing typesetting
according to the standards of Bulgarian, Russian, or Ukrainian languages.
For all three languages, language specific punctuation is provided: The
Cyrillic dash for the text (it is little narrower than Latin dash and surrounded by tiny spaces), a dash for direct speech, quotes, and commands to
facilitate hyphenation, see Table 2.6.
Table 2.6: The extra definitions made by Bulgarian, Russian, and Ukrainian
options of babel
"|
disable ligature at this position.
"an explicit hyphen sign, allowing hyphenation in the rest of the word.
"--- Cyrillic emdash in plain text.
"--~ Cyrillic emdash in compound names (surnames).
"--* Cyrillic emdash for denoting direct speech.
""
like "-, but producing no hyphen sign (for compound words with
hyphen, e.g.x-""y or some other signs as disable/enable).
"~
for a compound word mark without a breakpoint.
"=
for a compound word mark with a breakpoint, allowing hyphenation
in the composing words.
",
thinspace for initials with a breakpoint in following surname.
"
for German left double quotes (looks like ,,).
"
for German right double quotes (looks like ).
"<
for French left double quotes (looks like <<).
">
for French right double quotes (looks like >>).
The Russian and Ukrainian options of babel define the commands \Asbuk
and \asbuk, which act like \Alph and \alph, but produce capital and small
10
If you use AMS-LATEX packages, load them before fontenc and babel as well.
33
34
Typesetting Text
letters of Russian or Ukrainian alphabets (whichever is the active language
of the document). The Bulgarian option of babel provides the commands
\enumBul and \enumLat (\enumEng), which make \Alph and \alph produce letters of either Bulgarian or Latin (English) alphabets. The default
behaviour of \Alph and \alph for the Bulgarian language option is to produce letters from the Bulgarian alphabet.
2.6
To get a straight right margin in the output, LATEX inserts varying amounts
of space between the words. It inserts slightly more space at the end of a
sentence, as this makes the text more readable. LATEX assumes that sentences end with periods, question marks or exclamation marks. If a period
follows an uppercase letter, this is not taken as a sentence ending, since
periods after uppercase letters normally occur in abbreviations.
Any exception from these assumptions has to be specified by the author.
A backslash in front of a space generates a space that will not be enlarged. A
tilde ~ character generates a space that cannot be enlarged and additionally
prohibits a line break. The command \@ in front of a period specifies that
this period terminates a sentence even when it follows an uppercase letter.
The additional space after periods can be disabled with the command
\frenchspacing
which tells LATEX not to insert more space after a period than after ordinary
character. This is very common in non-English languages, except bibliographies. If you use \frenchspacing, the command \@ is not necessary.
2.7
To help the reader find his or her way through your work, you should divide
it into chapters, sections, and subsections. LATEX supports this with special
commands that take the section title as their argument. It is up to you to
use them in the correct order.
When you work with the report or book class, an additional top-level
sectioning command becomes available
\chapter{...}
As the article class does not know about chapters, it is quite easy
to add articles as chapters to a book. The spacing between sections, the
numbering and the font size of the titles will be set automatically by LATEX.
Two of the sectioning commands are a bit special:
The \part command does not influence the numbering sequence of
chapters.
The \appendix command does not take an argument. It just changes
the chapter numbering to letters.11
LATEX creates a table of contents by taking the section headings and page
numbers from the last compile cycle of the document. The command
\tableofcontents
35
36
Typesetting Text
Normally the section headings show up in the table of contents exactly
as they are entered in the text. Sometimes this is not possible, because the
heading is too long to fit into the table of contents. The entry for the table
of contents can then be specified as an optional argument in front of the
actual heading.
\chapter[Title for the table of contents]{A long
and especially boring title, shown in the text}
The title of the whole document is generated by issuing a
\maketitle
2.8
37
Cross References
2.9
Footnotes
a footnote is printed at the foot of the current page. Footnotes should always
be put13 after the word or sentence they refer to. Footnotes referring to a
sentence or part of it should therefore be put after the comma or period.14
Footnotes\footnote{This is
a footnote.} are often used
by people using \LaTeX.
12
This is a footnote.
Note that these commands are not aware of what they refer to. \label just saves the
last automatically generated number.
13
put is one of the most common English words.
14
Note that footnotes distract the reader from the main body of your document. After
all, everybody reads the footnoteswe are a curious species, so why not just integrate
everything you want to say into the body of the document?15
15
A guidepost doesnt necessarily go where its pointing to :-).
38
Typesetting Text
2.10
Emphasized Words
to emphasize text. What the command actually does with its argument
depends on the context:
\emph{If you use
emphasizing inside a piece
of emphasized text, then
\LaTeX{} uses the
\emph{normal} font for
emphasizing.}
If you use emphasizing inside a piece of emphasized text, then LATEX uses the normal
font for emphasizing.
2.11
Environments
\begin{environment} text
\end{environment}
2.11 Environments
2.11.1
39
The itemize environment is suitable for simple lists, the enumerate environment for enumerated lists, and the description environment for descriptions.
\flushleft
\begin{enumerate}
\item You can mix the list
environments to your taste:
\begin{itemize}
\item But it might start to
look silly.
\item[-] With a dash.
\end{itemize}
\item Therefore remember:
\begin{description}
\item[Stupid] things will not
become smart because they are
in a list.
\item[Smart] things, though, can be
presented beautifully in a list.
\end{description}
\end{enumerate}
2.11.2
\begin{flushright}
This text is right-\\aligned.
\LaTeX{} is not trying to make
each line the same length.
\end{flushright}
\begin{center}
At the centre\\of the earth
\end{center}
This text is
left-aligned. LATEX is not trying to make
each line the same length.
At the centre
of the earth
40
Typesetting Text
2.11.3
The quote environment is useful for quotes, important phrases and examples.
A typographical rule of thumb
for the line length is:
\begin{quote}
On average, no line should
be longer than 66 characters.
\end{quote}
This is why \LaTeX{} pages have
such large borders by default and
also why multicolumn print is
used in newspapers.
There are two similar environments: the quotation and the verse environments. The quotation environment is useful for longer quotes going
over several paragraphs, because it indents the first line of each paragraph.
The verse environment is useful for poems where the line breaks are important. The lines are separated by issuing a \\ at the end of a line and an
empty line after each verse.
I know only one English poem by
heart. It is about Humpty Dumpty.
\begin{flushleft}
\begin{verse}
Humpty Dumpty sat on a wall:\\
Humpty Dumpty had a great fall.\\
All the Kings horses and all
the Kings men\\
Couldnt put Humpty together
again.
\end{verse}
\end{flushleft}
2.11.4
Abstract
2.11 Environments
2.11.5
41
Printing Verbatim
The + is just an example of a delimiter character. You can use any character
except letters, * or space. Many LATEX examples in this booklet are typeset
with this command.
The \verb|\ldots| command \ldots
The \ldots command . . .
\begin{verbatim}
10 PRINT "HELLO WORLD ";
20 GOTO 10
\end{verbatim}
\begin{verbatim*}
the starred version of
the
verbatim
environment emphasizes
the spaces
in the text
\end{verbatim*}
this :-) |
like
this :-)
The verbatim environment and the \verb command may not be used
within parameters of other commands.
2.11.6
Tabular
command defines the format of the table. Use an l for a column of leftaligned text, r for right-aligned text, and c for centred text; p{width }
42
Typesetting Text
for a column containing justified text with line breaks, and | for a vertical
line.
If the text in a column is too wide for the page, LATEX wont automatically wrap it. Using p{width } you can define a special type of column
which will wrap-around the text as in a normal paragraph.
The pos argument specifies the vertical position of the table relative to
the baseline of the surrounding text. Use either of the letters t , b and c
to specify table alignment at the top, bottom or center.
Within a tabular environment, & jumps to the next column, \\ starts
a new line and \hline inserts a horizontal line. You can add partial lines
by using the \cline{j -i }, where j and i are the column numbers the line
should extend over.
\begin{tabular}{|r|l|}
\hline
7C0 & hexadecimal \\
3700 & octal \\ \cline{2-2}
11111000000 & binary \\
\hline \hline
1984 & decimal \\
\hline
\end{tabular}
7C0
3700
11111000000
1984
\begin{tabular}{|p{4.7cm}|}
\hline
Welcome to Boxys paragraph.
We sincerely hope youll
all enjoy the show.\\
\hline
\end{tabular}
hexadecimal
octal
binary
decimal
The column separator can be specified with the @{...} construct. This
command kills the inter-column space and replaces it with whatever is between the curly braces. One common use for this command is explained
below in the decimal alignment problem. Another possible application is to
suppress leading space in a table with @{} .
\begin{tabular}{@{} l @{}}
\hline
no leading space\\
\hline
\end{tabular}
no leading space
43
Pi expression
( )
\begin{tabular}{|c|c|}
\hline
\multicolumn{2}{|c|}{Ene} \\
\hline
Mene & Muh! \\
\hline
\end{tabular}
Ene
Mene Muh!
Value
3.1416
36.46
80662.7
2.12
Floating Bodies
Today most publications contain a lot of figures and tables. These elements
need special treatment, because they cannot be broken across pages. One
method would be to start a new page every time a figure or a table is too
large to fit on the present page. This approach would leave pages partially
empty, which looks very bad.
The solution to this problem is to float any figure or table that does not
fit on the current page to a later page, while filling the current page with
16
If the tools bundle is installed on your system, have a look at the dcolumn package.
44
Typesetting Text
body text. LATEX offers two environments for floating bodies; one for tables
and one for figures. To take full advantage of these two environments it is
important to understand approximately how LATEX handles floats internally.
Otherwise floats may become a major source of frustration, because LATEX
never puts them where you want them to be.
Lets first have a look at the commands LATEX supplies for floats:
Any material enclosed in a figure or table environment will be treated
as floating matter. Both float environments support an optional parameter
\begin{figure}[placement specifier ] or \begin{table}[placement specifier ]
called the placement specifier. This parameter is used to tell LATEX about the
locations to which the float is allowed to be moved. A placement specifier is
constructed by building a string of float-placing permissions. See Table 2.7.
A table could be started with the following line e.g.
\begin{table}[!hbp]
The placement specifier [!hbp] allows LATEX to place the table right here
(h) or at the bottom (b) of some page or on a special floats page (p), and
all this even if it does not look that good (!). If no placement specifier is
given, the standard classes assume [tbp].
LATEX will place every float it encounters according to the placement
specifier supplied by the author. If a float cannot be placed on the current
page it is deferred either to the figures or the tables queue.17 When a new
page is started, LATEX first checks if it is possible to fill a special float
17
Note that pt and em are TEX units. Read more on this in table 6.5 on page
111.
a
command, you can define a caption for the float. A running number and
the string Figure or Table will be added by LATEX.
The two commands
\listoffigures and \listoftables
45
46
Typesetting Text
In the example above, LATEX will try really hard (!) to place the figure
right here (h).18 If this is not possible, it tries to place the figure at the
bottom (b) of the page. Failing to place the figure on the current page,
it determines whether it is possible to create a float page containing this
figure and maybe some tables from the tables queue. If there is not enough
material for a special float page, LATEX starts a new page, and once more
treats the figure as if it had just occurred in the text.
Under certain circumstances it might be necessary to use the
\clearpage or even the \cleardoublepage
2.13
18
Chapter 3
Typesetting Mathematical
Formulae
Now you are ready! In this chapter, we will attack the main strength of TEX:
mathematical typesetting. But be warned, this chapter only scratches the surface. While the things explained here are sufficient for many people, dont
despair if you cant find a solution to your mathematical typesetting needs here.
It is highly likely that your problem is addressed in AMS-LATEX1
3.1
General
\TeX{} is pronounced as
\(\tau\epsilon\chi\).\\[6pt]
100~m$^{3}$ of water\\[6pt]
This comes from my
\begin{math}\heartsuit\end{math}
1
TEX is pronounced as .
100 m3 of water
This comes from my
48
If you want LATEX to enumerate your equations, you can use the equation
environment. You can then \label an equation number and refer to it
somewhere else in the text by using \ref or the \eqref command from the
amsmath package:
\begin{equation} \label{eq:eps}
\epsilon > 0
\end{equation}
From (\ref{eq:eps}), we gather
\ldots{}From \eqref{eq:eps} we
do the same.
>0
(3.1)
Note the difference in typesetting style between equations that are typeset and those that are displayed:
$\lim_{n \to \infty}
\sum_{k=1}^n \frac{1}{k^2}
= \frac{\pi^2}{6}$
\begin{displaymath}
\lim_{n \to \infty}
\sum_{k=1}^n \frac{1}{k^2}
= \frac{\pi^2}{6}
\end{displaymath}
limn
Pn
1
k=1 k2
2
6
n
X
1
2
=
2
n
k
6
lim
k=1
There are differences between math mode and text mode. For example,
in math mode:
1. Most spaces and line breaks do not have any significance, as all spaces
are either derived logically from the mathematical expressions, or have
to be specified with special commands such as \,, \quad or \qquad.
2. Empty lines are not allowed. Only one paragraph per formula.
49
\begin{equation}
x^{2} \geq 0\qquad
\textrm{for all }x\in\mathbf{R}
\end{equation}
x R :
x2 0
x2 0
for all x R
(3.2)
(3.3)
3.2
x2 0
for all x R
Most math mode commands act only on the next character, so if you want
a command to affect several characters, you have to group them together
using curly braces: {...}.
\begin{equation}
a^x+y \neq a^{x+y}
\end{equation}
3.3
ax + y 6= ax+y
There is no uppercase Alpha defined in LATEX 2 because it looks the same as a normal
roman A. Once the new math coding is done, things will change.
(3.4)
50
$\lambda,\xi,\pi,\mu,\Phi,\Omega$
, , , , ,
a1
x2
x2
x2
e 6= e
et
a3ij
The square root is entered as \sqrt; the nth root is generated with
\sqrt[n]. The size of the root sign is determined automatically by LATEX.
If just the sign is needed, use \surd.
$\sqrt{x}$ \qquad
$\sqrt{ x^{2}+\sqrt{y} }$
\qquad $\sqrt[3]{2}$\\[3pt]
$\surd[x^2 + y^2]$
x
x2 + y
2
[x + y 2 ]
m+n
a + b + + z
|
{z
}
26
To add mathematical accents such as small arrows or tilde signs to variables, you can use the commands given in Table 3.1 on page 60. Wide hats
and tildes covering several characters are generated with \widetilde and
\widehat. The symbol gives a prime.
\begin{displaymath}
y=x^{2}\qquad y=2x\qquad y=2
\end{displaymath}
y = x2
y 0 = 2x
y 00 = 2
51
\begin{displaymath}
\vec a\quad\overrightarrow{AB}
\end{displaymath}
~a AB
Usually you dont typeset an explicit dot sign to indicate the multiplication operation; however sometimes it is written to help the readers eyes
in grouping a formula. You should use \cdot in these cases:
\begin{displaymath}
v = {\sigma}_1 \cdot {\sigma}_2
{\tau}_1 \cdot {\tau}_2
\end{displaymath}
v = 1 2 1 2
\[\lim_{x \rightarrow 0}
\frac{\sin x}{x}=1\]
lim
x0
sin x
=1
x
For the modulo function, there are two commands: \bmod for the binary
operator a mod b and \pmod for expressions such as x a (mod b).
$a\bmod b$\\
$x\equiv a \pmod{b}$
a mod b
x a (mod b)
1 12 hours
x2
k+1
x k+1
x1/2
52
\begin{displaymath}
\binom{n}{k}\qquad\mathrm{C}_n^k
\end{displaymath}
n
k
Ckn
For binary relations it may be useful to stack symbols over each other.
\stackrel puts the symbol given in the first argument in superscript-like
size over the second, which is set in its usual position.
\begin{displaymath}
\int f_N(x) \stackrel{!}{=} 1
\end{displaymath}
fN (x) = 1
The integral operator is generated with \int, the sum operator with
\sum, and the product operator with \prod. The upper and lower limits
are specified with ^ and _ like subscripts and superscripts. 3
\begin{displaymath}
\sum_{i=1}^{n} \qquad
\int_{0}^{\frac{\pi}{2}} \qquad
\prod_\epsilon
\end{displaymath}
n
X
i=1
P (i, j) =
0<i<n
1<j<m
Q(i, j)
iI
1<j<m
TEX provides all sorts of symbols for braces and other delimiters (e.g. [ h k l).
Round and square braces can be entered with the corresponding keys and
curly braces with \{, but all other delimiters are generated with special
commands (e.g. \updownarrow). For a list of all delimiters available, check
Table 3.8 on page 62.
\begin{displaymath}
{a,b,c}\neq\{a,b,c\}
\end{displaymath}
3
a, b, c 6= {a, b, c}
53
1+
1
1 x2
3
2
(x + 1)(x 1)
)
o
There are several commands to enter three dots into a formula. \ldots
typesets the dots on the baseline and \cdots sets them centred. Besides
that, there are the commands \vdots for vertical and \ddots for diagonal
dots. You can find another example in section 3.5.
\begin{displaymath}
x_{1},\ldots,x_{n} \qquad
x_{1}+\cdots+x_{n}
\end{displaymath}
3.4
x1 , . . . , xn
x1 + + xn
Math Spacing
If the spaces within formulae chosen by TEX are not satisfactory, they can be
adjusted by inserting special spacing commands. There are some commands
4
5
3
quad ( ), \: for 18
quad ( ) and \; for 18
quad
for small spaces: \, for 18
( ). The escaped space character \ generates a medium sized space and
\quad ( ) and \qquad (
) produce large spaces. The size of a \quad
corresponds to the width of the character M of the current font. The \!
3
command produces a negative space of 18
quad ( ).
4
These commands do not work as expected if a size changing command has been used,
or the 11pt or 12pt option has been specified. Use the exscale or amsmath packages to
correct this behaviour.
54
\newcommand{\ud}{\mathrm{d}}
\begin{displaymath}
\int\!\!\!\int_{D} g(x,y)
\, \ud x\, \ud y
\end{displaymath}
instead of
\begin{displaymath}
\int\int_{D} g(x,y)\ud x \ud y
\end{displaymath}
ZZ
g(x, y) dx dy
D
instead of
Z Z
g(x, y)dxdy
D
ZZ
dx dy
D
3.5
x11
X = x21
..
.
x12
x22
..
.
...
...
..
.
if d > c
a
b + x in the morning
y=
l
all day long
55
Just as with the tabular environment, you can also draw lines in the
array environment, e.g. separating the entries of a matrix:
\begin{displaymath}
\left(\begin{array}{c|c}
1 & 2 \\
\hline
3 & 4
\end{array}\right)
\end{displaymath}
1 2
3 4
For formulae running over several lines or for equation systems, you can
use the environments eqnarray, and eqnarray* instead of equation. In
eqnarray each line gets an equation number. The eqnarray* does not
number anything.
The eqnarray and the eqnarray* environments work like a 3-column
table of the form {rcl}, where the middle column can be used for the equal
sign, the not-equal sign, or any other sign you see fit. The \\ command
breaks the lines.
\begin{eqnarray}
f(x) & = & \cos x
\\
f(x) & = & -\sin x
\\
\int_{0}^{x} f(y)dy &
= & \sin x
\end{eqnarray}
f (x)
f 0 (x)
Z
= cos x
= sin x
(3.5)
(3.6)
(3.7)
f (y)dy
sin x
Notice that the space on either side of the equal signs is rather large. It
can be reduced by setting \setlength\arraycolsep{2pt}, as in the next
example.
Long equations will not be automatically divided into neat bits. The
author has to specify where to break them and how much to indent. The
following two methods are the most common ways to achieve this.
{\setlength\arraycolsep{2pt}
\begin{eqnarray}
\sin x & = & x -\frac{x^{3}}{3!}
+\frac{x^{5}}{5!}-{}
\nonumber\\
& & {}-\frac{x^{7}}{7!}+{}\cdots
\end{eqnarray}}
x3
x5
+
3!
5!
x7
+
7!
sin x = x
(3.8)
56
\begin{eqnarray}
\lefteqn{ \cos x = 1
-\frac{x^{2}}{2!} +{} }
\nonumber\\
& & {}+\frac{x^{4}}{4!}
-\frac{x^{6}}{6!}+{}\cdots
\end{eqnarray}
x2
+
2!
4
6
x
x
+
+
4!
6!
cos x = 1
(3.9)
The \nonumber command tells LATEX not to generate a number for this
equation.
It can be difficult to get vertically aligned equations to look right with
these methods; the package amsmath provides a more powerful set of alternatives. (see align, flalign, gather, multline and split environments).
3.6
Phantoms
We cant see phantoms, but they still occupy some space in many peoples
minds. LATEX is no different. We can use this for some interesting spacing
tricks.
When vertically aligning text using ^ and _ LATEX is sometimes just a
little bit too helpful. Using the \phantom command you can reserve space
for characters that do not show up in the final output. The easiest way to
understand this is to look at the following examples.
\begin{displaymath}
{}^{12}_{\phantom{1}6}\textrm{C}
\qquad \textrm{versus} \qquad
{}^{12}_{6}\textrm{C}
\end{displaymath}
12
6C
\begin{displaymath}
\Gamma_{ij}^{\phantom{ij}k}
\qquad \textrm{versus} \qquad
\Gamma_{ij}^{k}
\end{displaymath}
ij k
3.7
versus
versus
12
6 C
kij
In math mode, TEX selects the font size according to the context. Superscripts, for example, get typeset in a smaller font. If you want to typeset
part of an equation in roman, dont use the \textrm command, because
the font size switching mechanism will not work, as \textrm temporarily
57
escapes to text mode. Use \mathrm instead to keep the size switching mechanism active. But pay attention, \mathrm will only work well on short items.
Spaces are still not active and accented characters do not work.5
\begin{equation}
2^{\textrm{nd}} \quad
2^{\mathrm{nd}}
\end{equation}
2nd
2nd
(3.10)
Sometimes you still need to tell LATEX the correct font size. In math
mode, this is set with the following four commands:
\displaystyle (123), \textstyle (123), \scriptstyle (123) and
\scriptscriptstyle (123).
Changing styles also affects the way limits are displayed.
\begin{displaymath}
\mathop{\mathrm{corr}}(X,Y)=
\frac{\displaystyle
\sum_{i=1}^n(x_i-\overline x)
(y_i-\overline y)}
{\displaystyle\biggl[
\sum_{i=1}^n(x_i-\overline x)^2
\sum_{i=1}^n(y_i-\overline y)^2
\biggr]^{1/2}}
\end{displaymath}
n
X
corr(X, Y ) = n
X
i=1
(xi x)(yi y)
i=1
(xi x)2
n
X
(yi y)2
i=1
3.8
Theorems, Laws, . . .
The AMS-LATEX (amsmath) package makes the \textrm command work with size
changing.
1/2
58
The Jury theorem uses the same counter as the Law theorem, so it
gets a number that is in sequence with the other Laws. The argument
in square brackets is used to specify a title or something similar for the
theorem.
\flushleft
\newtheorem{mur}{Murphy}[section]
\begin{mur}
If there are two or more
ways to do something, and
one of those ways can result
in a catastrophe, then
someone will do it.\end{mur}
3.9
59
Bold Symbols
, M
, M
Notice that the comma is bold too, which may not be what is required.
The package amsbsy (included by amsmath) as well as the bm from the
tools bundle make this much easier as they include a \boldsymbol command.
\begin{displaymath}
\mu, M \qquad
\boldsymbol{\mu}, \boldsymbol{M}
\end{displaymath}
, M
, M
60
3.10
The following tables demonstrate all the symbols normally accessible from
math mode.
To use the symbols listed in Tables 3.123.16,6 the package amssymb
must be loaded in the preamble of the document and the AMS math fonts
must be installed on the system. If the AMS package and fonts are not
installed on your system, have a look at
macros/latex/required/amslatex. An even more comprehensive list of
symbols can be found at info/symbols/comprehensive.
Table 3.1: Math Mode Accents.
a
a
`
a
\hat{a}
\grave{a}
\bar{a}
a
~a
\check{a}
\dot{a}
\vec{a}
b
A
\tilde{a}
\ddot{a}
\widehat{A}
e
A
\acute{a}
\breve{a}
\widetilde{A}
\alpha
\beta
\gamma
\delta
\epsilon
\varepsilon
\zeta
\eta
\theta
\vartheta
\iota
\kappa
\lambda
\mu
\nu
\xi
o
\pi
\varpi
\rho
\varrho
\sigma
\varsigma
\tau
\upsilon
\phi
\varphi
\chi
\psi
\omega
\Gamma
\Delta
\Theta
\Lambda
\Xi
\Pi
\Sigma
\Upsilon
\Phi
\Psi
\Omega
These tables were derived from symbols.tex by David Carlisle and subsequently
changed extensively as suggested by Josef Tkadlec.
61
<
v
`
|
^
:
<
\leq or \le
\ll
\prec
\preceq
\subset
\subseteq
\sqsubset a
\sqsubseteq
\in
\vdash
\mid
\smile
:
a
>
=
w
3
a
k
_
>
\geq or \ge
\gg
\succ
\succeq
\supset
\supseteq
\sqsupset a
\sqsupseteq
\ni , \owns
\dashv
\parallel
\frown
\notin
.
=
'
=
1
./
|=
6=
=
\equiv
\doteq
\sim
\simeq
\approx
\cong
\Join a
\bowtie
\propto
\models
\perp
\asymp
\neq or \ne
4
+
\pm
\cdot
\times
\cup
\sqcup
\vee , \lor
\oplus
\odot
\otimes
\bigtriangleup
\lhd a
\unlhd a
5
\mp
\div
\setminus
\cap
\sqcap
\wedge , \land
\ominus
\oslash
\bigcirc
\bigtriangledown
\rhd a
\unrhd a
/
.
?
]
q
\triangleleft
\triangleright
\star
\ast
\circ
\bullet
\diamond
\uplus
\amalg
\dagger
\ddagger
\wr
62
P
Q
`
R
\sum
\prod
\coprod
\int
L
N
J
U
\bigoplus
\bigotimes
\bigodot
\biguplus
7
(
)
\leftarrow or \gets
\rightarrow or \to
\leftrightarrow
\Leftarrow
\Rightarrow
\Leftrightarrow
\mapsto
\hookleftarrow
\leftharpoonup
\leftharpoondown
\rightleftharpoons
a
=
=
7
,
*
+
\longleftarrow
\longrightarrow
\longleftrightarrow
\Longleftarrow
\Longrightarrow
\Longleftrightarrow
\longmapsto
\hookrightarrow
\rightharpoonup
\rightharpoondown
\iff (bigger spaces)
m
%
&
.
;
\uparrow
\downarrow
\updownarrow
\Uparrow
\Downarrow
\Updownarrow
\nearrow
\searrow
\swarrow
\nwarrow
\leadsto a
(
[ or \lbrack
\{ or \lbrace
\langle
\lfloor
/
\lgroup
\arrowvert
)
]
}
i
c
\
)
] or \rbrack
\} or \rbrace
\rangle
\rfloor
\backslash
w
w
l
|
d
\uparrow
\downarrow
\updownarrow
| or \vert
\lceil
. (dual. empty)
\lmoustache
\rgroup
\Arrowvert
\bracevert
m
k
e
\Uparrow
\Downarrow
\Updownarrow
\| or \Vert
\rceil
\rmoustache
63
0
4
>
\dots
\hbar
\Re
\forall
\nabla
\bot
\diamondsuit
\neg or \lnot
a
..
.
\cdots
\imath
\Im
\exists
\prime
\triangle
\top
\heartsuit
\flat
..
\vdots
\jmath
\aleph
\mho a
\emptyset
\Box a
\angle
\clubsuit
\natural
\ddots
\ell
\wp
\partial
\infty
\Diamond a
\surd
\spadesuit
\sharp
\dag
\ddag
\S
\P
\copyright
\pounds
\textregistered
\%
\ulcorner
\lvert
q
|
\urcorner
\rvert
x
k
\llcorner
\lVert
y
k
\lrcorner
\rVert
\digamma
\varkappa
\beth
\gimel
\daleth
64
.
/
Q
S
4
2
w
j
b
<
p
`
C
E
\lessdot
\leqslant
\eqslantless
\leqq
\lll or \llless
\lesssim
\lessapprox
\lessgtr
\lesseqgtr
\lesseqqgtr
\preccurlyeq
\curlyeqprec
\precsim
\precapprox
\subseteqq
\Subset
\sqsubset
\therefore
\shortmid
\smallsmile
\vartriangleleft
\trianglelefteq
m
>
1
=
&
'
R
T
<
3
%
v
k
c
=
q
a
B
D
\gtrdot
\geqslant
\eqslantgtr
\geqq
\ggg or \gggtr
\gtrsim
\gtrapprox
\gtrless
\gtreqless
\gtreqqless
\succcurlyeq
\curlyeqsucc
\succsim
\succapprox
\supseteqq
\Supset
\sqsupset
\because
\shortparallel
\smallfrown
\vartriangleright
\trianglerighteq
+
:
;
P
$
,
l
m
u
v
w
G
t
J
I
\doteqdot or \Doteq
\risingdotseq
\fallingdotseq
\eqcirc
\circeq
\triangleq
\bumpeq
\Bumpeq
\thicksim
\thickapprox
\approxeq
\backsim
\backsimeq
\vDash
\Vdash
\Vvdash
\backepsilon
\varpropto
\between
\pitchfork
\blacktriangleleft
\blacktriangleright
W
"
x
\dashleftarrow
\leftleftarrows
\leftrightarrows
\Lleftarrow
\twoheadleftarrow
\leftarrowtail
\leftrightharpoons
\Lsh
\looparrowleft
\curvearrowleft
\circlearrowleft
99K
V
#
y
\dashrightarrow
\rightrightarrows
\rightleftarrows
\Rrightarrow
\twoheadrightarrow
\rightarrowtail
\rightleftharpoons
\Rsh
\looparrowright
\curvearrowright
\circlearrowright
(
!
\multimap
\upuparrows
\downdownarrows
\upharpoonleft
\upharpoonright
\downharpoonleft
\downharpoonright
\rightsquigarrow
\leftrightsquigarrow
65
*
$
\nless
\lneq
\nleq
\nleqslant
\lneqq
\lvertneqq
\nleqq
\lnsim
\lnapprox
\nprec
\npreceq
\precneqq
\precnsim
\precnapprox
\subsetneq
\varsubsetneq
\nsubseteq
\subsetneqq
)
!
+
%
\ngtr
\gneq
\ngeq
\ngeqslant
\gneqq
\gvertneqq
\ngeqq
\gnsim
\gnapprox
\nsucc
\nsucceq
\succneqq
\succnsim
\succnapprox
\supsetneq
\varsupsetneq
\nsupseteq
\supsetneqq
&
'
"
#
.
/
0
2
1
3
6
7
5
4
\varsubsetneqq
\varsupsetneqq
\nsubseteqq
\nsupseteqq
\nmid
\nparallel
\nshortmid
\nshortparallel
\nsim
\ncong
\nvdash
\nvDash
\nVdash
\nVDash
\ntriangleleft
\ntriangleright
\ntrianglelefteq
\ntrianglerighteq
8
:
\nleftarrow
\nLeftarrow
9
;
\nrightarrow
\nRightarrow
=
<
\nleftrightarrow
\nLeftrightarrow
(
\dotplus
\ltimes
\Cup or \doublecup
\veebar
\boxplus
\boxtimes
\leftthreetimes
\curlyvee
o
e
Z
i
f
\centerdot
\rtimes
\Cap or \doublecap
\barwedge
\boxminus
\boxdot
\rightthreetimes
\curlywedge
|
>
r
[
}
~
\intercal
\divideontimes
\smallsetminus
\doublebarwedge
\circleddash
\circledcirc
\circledast
66
@
\hbar
\square
\vartriangle
\triangledown
\lozenge
\angle
\diagup
\nexists
\eth
}
N
H
]
`
0
\hslash
\blacksquare
\blacktriangle
\blacktriangledown
\blacklozenge
\measuredangle
\diagdown
\Finv
\mho
k
s
{
a
F
^
8
\Bbbk
\circledS
\complement
\Game
\bigstar
\sphericalangle
\backprime
\varnothing
Command
\mathrm{ABCDE abcde 1234}
\mathit{ABCDE abcde 1234}
\mathnormal{ABCDE abcde 1234}
\mathcal{ABCDE abcde 1234}
\mathscr{ABCDE abcde 1234}
\mathfrak{ABCDE abcde 1234}
\mathbb{ABCDE abcde 1234}
Required package
mathrsfs
amsfonts or amssymb
amsfonts or amssymb
Chapter 4
Specialities
When putting together a large document, LATEX will help you with some special
features like index generation, bibliography management, and other things. A
much more complete description of specialities and enhancements possible with
LATEX can be found in the LATEX Manual [1] and The LATEX Companion [3].
4.1
LATEX provides the basic facilities to work with floating bodies, such as
images or graphics, with the figure and table environments.
There are several ways to generate the actual graphics with basic LATEX
or a LATEX extension package, a few of them are described in chapter 5.
Please refer to The LATEX Companion [3] and the LATEX Manual [1] for
more information on that subject.
A much easier way to get graphics into a document is to generate them
with a specialised software package1 and then include the finished graphics
into the document. Here again, LATEX packages offer many ways to do this,
but this introduction will only discuss the use of Encapsulated PostScript
(EPS) graphics, because it is quite easy to do and widely used. In order
to use pictures in the EPS format, you must have a PostScript printer2
available for output.
A good set of commands for inclusion of graphics is provided in the
graphicx package by D. P. Carlisle. It is part of a whole family of packages
called the graphics bundle.3
68
Specialities
Assuming you are working on a system with a PostScript printer available for output and with the graphicx package installed, you can use the
following step by step guide to include a picture into your document:
1. Export the picture from your graphics program in EPS format.4
2. Load the graphicx package in the preamble of the input file with
\usepackage[driver ]{graphicx}
where driver is the name of your dvi to postscript converter program. The most widely used program is called dvips. The name of
the driver is required, because there is no standard on how graphics
are included in TEX. Knowing the name of the driver, the graphicx
package can choose the correct method to insert information about
the graphics into the .dvi file, so that the printer understands it and
can correctly include the .eps file.
3. Use the command
\includegraphics[key=value, . . . ]{file}
4
If your software can not export into EPS format, you can try to install a PostScript
printer driver (such as an Apple LaserWriter, for example) and then print to a file with
this driver. With some luck this file will be in EPS format. Note that an EPS must not
contain more than one page. Some printer drivers can be explicitly configured to produce
EPS format.
4.2 Bibliography
69
4.2
Bibliography
The marker is then used to cite the book, article or paper within the
document.
\cite{marker }
If you do not use the label option, the entries will get enumerated automatically. The parameter after the \begin{thebibliography} command
defines how much space to reserve for the number of labels. In the example below, {99} tells LATEX to expect that none of the bibliography item
numbers will be wider than the number 99.
Partl [1] has proposed that . . .
Partl~\cite{pa} has
proposed that \ldots
\begin{thebibliography}{99}
\bibitem{pa} H.~Partl:
\emph{German \TeX},
TUGboat Volume~9, Issue~1 (1988)
\end{thebibliography}
Bibliography
[1] H. Partl: German TEX, TUGboat Volume 9, Issue 1 (1988)
70
Specialities
For larger projects, you might want to check out the BibTEX program.
BibTEX is included with most TEX distributions. It allows you to maintain a bibliographic database and then extract the references relevant to
things you cited in your paper. The visual presentation of BibTEX generated bibliographies is based on a style sheets concept that allows you to
create bibliographies following a wide range of established designs.
4.3
Indexing
A very useful feature of many books is their index. With LATEX and the
support program makeindex,5 an index can be generated quite easily. This
introduction will only explain the basic index generation commands. For a
more in-depth view, please refer to The LATEX Companion [3].
To enable the indexing feature of LATEX, the makeidx package must be
loaded in the preamble with:
\usepackage{makeidx}
commands, where key is the index entry. You enter the index commands
at the points in the text that you want the final index entries to point to.
Table 4.2 explains the syntax of the key argument with several examples.
When the input file is processed with LATEX, each \index command
writes an appropriate index entry, together with the current page number,
to a special file. The file has the same name as the LATEX input file, but a
different extension (.idx). This .idx file can then be processed with the
makeindex program.
makeindex filename
The makeindex program generates a sorted index with the same base
file name, but this time with the extension .ind. If now the LATEX input
5
On systems not necessarily supporting filenames longer than 8 characters, the program
may be called makeidx.
71
Index Entry
hello, 1
Peter, 3
Sam, 2
Lin, 7
Jenny, 3
Joe, 5
olienne, 4
Comment
Plain entry
Subentry under hello
Formatted entry
Same as above
Formatted page number
Same as above
Handling of accents
file is processed again, this sorted index gets included into the document at
the point where LATEX finds
\printindex
The showidx package that comes with LATEX 2 prints out all index entries in the left margin of the text. This is quite useful for proofreading a
document and verifying the index.
Note that the \index command can affect your layout if not used carefully.
My Word \index{Word}. As opposed
to Word\index{Word}. Note the
position of the full stop.
4.4
Fancy Headers
The fancyhdr package,6 written by Piet van Oostrum, provides a few simple commands that allow you to customize the header and footer lines of
your document. If you look at the top of this page, you can see a possible
application of this package.
The tricky problem when customising headers and footers is to get things
like running section and chapter names in there. LATEX accomplishes this
with a two-stage approach. In the header and footer definition, you use
the commands \rightmark and \leftmark to represent the current section
and chapter heading, respectively. The values of these two commands are
overwritten whenever a chapter or section command is processed.
6
72
Specialities
\documentclass{book}
\usepackage{fancyhdr}
\pagestyle{fancy}
% with this we ensure that the chapter and section
% headings are in lowercase.
\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
\fancyhf{} % delete current setting for header and footer
\fancyhead[LE,RO]{\bfseries\thepage}
\fancyhead[LO]{\bfseries\rightmark}
\fancyhead[RE]{\bfseries\leftmark}
\renewcommand{\headrulewidth}{0.5pt}
\renewcommand{\footrulewidth}{0pt}
\addtolength{\headheight}{0.5pt} % make space for the rule
\fancypagestyle{plain}{%
\fancyhead{} % get rid of headers on plain pages
\renewcommand{\headrulewidth}{0pt} % and the line
}
For ultimate flexibility, the \chapter command and its friends do not
redefine \rightmark and \leftmark themselves. They call yet another command (\chaptermark, \sectionmark, or \subsectionmark) that is responsible for redefining \rightmark and \leftmark.
If you want to change the look of the chapter name in the header line,
you need only renew the \chaptermark command.
Figure 4.1 shows a possible setup for the fancyhdr package that makes the
headers look about the same as they look in this booklet. In any case, I suggest you fetch the documentation for the package at the address mentioned
in the footnote.
4.5
Earlier in this book, you got to know the verbatim environment. In this
section, you are going to learn about the verbatim package. The verbatim
package is basically a re-implementation of the verbatim environment that
works around some of the limitations of the original verbatim environment.
This by itself is not spectacular, but the implementation of the verbatim
package added new functionality, which is why I am mentioning the package
command, which allows you to include raw ASCII text into your document
as if it were inside a verbatim environment.
As the verbatim package is part of the tools bundle, you should find it
pre-installed on most systems. If you want to know more about this package,
make sure to read [10].
4.6
Most LATEX installations come with a large set of pre-installed style packages,
but many more are available on the net. The main place to look for style
packages on the Internet is CTAN (http://www.ctan.org/).
Packages such as geometry, hyphenat, and many others are typically
made up of two files: a file with the extension .ins and another with the
extension .dtx. There will often be a readme.txt with a brief description
of the package. You should of course read this file first.
In any event, once you have copied the package files onto your machine,
you still have to process them in a way that (a) tells your TEX distribution
about the new style package and (b) gives you the documentation. Heres
how you do the first part:
1. Run LATEX on the .ins file. This will extract a .sty file.
2. Move the .sty file to a place where your distribution can find it. Usually this is in your . . . /localtexmf /tex/latex subdirectory (Windows or OS/2 users should feel free to change the direction of the
slashes).
3. Refresh your distributions file-name database. The command depends
on the LATEXdistribution you use: teTeX, fpTeX texhash; web2c
maktexlsr; MikTeX initexmf -update-fndb or use the GUI.
Now you can extract the documentation from the .dtx file:
1. Run LATEX on the .dtx file. This will generate a .dvi file. Note
that you may have to run LATEX several times before it gets the crossreferences right.
2. Check to see if LATEX has produced a .idx file among the various files
you now have. If you do not see this file, then you may proceed to
step 5.
73
74
Specialities
3. In order to generate the index, type the following:
makeindex -s gind.ist name
(where name stands for the main-file name without any extension).
4. Run LATEX on the .dtx file once again.
5. Last but not least, make a .ps or .pdf file to increase your reading
pleasure.
Sometimes you will see that a .glo (glossary) file has been produced.
Run the following command between step 4 and 5:
makeindex -s gglo.ist -o name.gls name.glo
Be sure to run LATEX on the .dtx one last time before moving on to step 5.
4.7
PDF is a hypertext document format. Much like in a web page, some words
in the document are marked as hyperlinks. They link to other places in the
document or even to other documents. If you click on such a hyperlink you
get transported to the destination of the link. In the context of LATEX, this
means that all occurrences of \ref and \pageref become hyperlinks. Additionally, the table of contents, the index and all the other similar structures
become collections of hyperlinks.
Most web pages you find today are written in HTML (HyperText Markup
Language). This format has two significant disadvantages when writing
scientific documents:
1. Including mathematical formulae into HTML documents is not generally supported. While there is a standard for it, most browsers used
today do not support it, or lack the required fonts.
2. Printing HTML documents is possible, but the results vary widely
between platforms and browsers. The results are miles removed from
the quality we have come to expect in the LATEX world.
There have been many attempts to create translators from LATEX to
HTML. Some were even quite successful in the sense that they are able
to produce legible web pages from a standard LATEX input file. But all of
them cut corners left and right to get the job done. As soon as you start
using more complex LATEX features and external packages things tend to
fall apart. Authors wishing to preserve the unique typographic quality of
their documents even when publishing on the web turn to PDF (Portable
Document Format), which preserves the layout of the document and permits
hypertext navigation. Most modern browsers come with plugins that allow
the direct display of PDF documents.
4.7.1
The creation of a PDF file from LATEX source is very simple, thanks to the
pdfTEX program developed by Hn Th Thnh. pdfTEX produces PDF
output where normal TEX produces DVI. There is also a pdfLATEX, which
produces PDF output from LATEX sources.
Both pdfTEX and pdfLATEX are installed automatically by most modern
TEX distributions, such as teTEX, fpTEX, MikTEX, TEXLive and CMacTEX.
To produce a PDF instead of DVI, it is sufficient to replace the command latex file.tex by pdflatex file.tex. On systems where LATEX
is not called from the command line, you may find a special button in the
TEXControlCenter.
In LATEX you can define the paper size with an optional documentclass
argument such as a4paper or letterpaper. This works in pdfLATEX too,
but on top of this pdfTEX also needs to know the physical size of the paper
to determine the physical size of the pages in the pdf file. If you use the
hyperref package (see page 78), the papersize will be adjusted automatically.
Otherwise you have to do this manually by putting the following lines into
the preamble of the document:
\pdfpagewidth=\paperwidth
\pdfpageheight=\paperheight
The following section will go into more detail regarding the differences
between normal LATEX and pdfLATEX. The main differences concern three
areas: the fonts to use, the format of images to include, and the manual
configuration of hyperlinks.
4.7.2
The Fonts
pdfLATEX can deal with all sorts of fonts (PK bitmaps, TrueType, PostScript
type 1. . . ) but the normal LATEX font format, the bitmap PK fonts produce
very ugly results when the document is displayed with Acrobat Reader. It
is best to use PostScript Type 1 fonts exclusively to produce documents
that display well. Modern TeX installations will be setup so that this happens automatically. Best is to try. If it works for you, just skip this whole
section.
The PostScript Type 1 implementation of the Computer Modern and
AMSFonts was produced by Blue Sky Research and Y&Y, Inc., who then
transferred copyright to the American Mathematical Society. The fonts were
75
76
Specialities
made publicly available in early 1997 and currently come with most of TEX
distributions.
However, if you are using LATEX to create documents in languages other
than English, you might want to use EC, LH, or CB fonts (see the discussion
about OT1 fonts on the page 27). Vladimir Volovich has created the cm-super
font bundle which covers the entire EC/TC, EC Concrete, EC Bright and
LH font sets. It is available from CTAN:/fonts/ps-type1/cm-super and is
included with TEXLive7 and MikTEX. Similar type 1 CB Greek fonts created
by Apostolos Syropoulos are available at CTAN:/tex-archive/fonts/greek/cb.
Unfortunately, both of these font sets are not of the same typographic quality as the Type1 CM fonts by Blue Sky/Y&Y. They were automatically
hinted, and the document might look not as neat on the screen as the ones
using Blue Sky/Y&Y type 1 CM fonts, on high resolution output devices
they produce results identical to the original bitmap EC/LH/CB fonts.
If you are creating document in one of Latin-based languages, you have
several other options.
You might want to use aeguill package, aka Almost European Computer
Modern with Guillemets. Just put the line \usepackage{aeguill}
into the preamble of your document, to enable AE virtual fonts instead
of EC fonts.
Alternatively, you can use mltex package, but this only works when
your pdfTEX has been compiled with the mltex option.
The AE virtual fontset, like the MlTEX system, makes TEX believe it has
a full 256 character fontset at its disposal by creating most of the missing
letters from characters of the CM font and rearranging them in the EC order,
this allows to use the excellent type 1 format CM fonts available on most
systems. As the font is now in T1 encoding, hyphenation will work well in
Latin-based European languages. The only disadvantage of this approach is
that the artificial AE characters do not work with Acrobat Readers Find
function, so you cannot search for words with accented characters in your
final PDF file.
For the Russian language a similar solution is to use C1 virtual fonts
available at ftp://ftp.vsu.ru/pub/tex/font-packs/c1fonts. These fonts
combine the standard CM type 1 fonts from Bluesky collection and CMCYR
type 1 fonts from Paradissa and BaKoMa collection, all available on CTAN.
Because Paradissa fonts contain only Russian letters, C1 fonts are missing
other Cyrillic glyphs.
Another solution is to switch to other PostScript type 1 fonts. Actually, some of them are even included with every copy of Acrobat Reader.
Because these fonts have different character sizes, the text layout on your
pages will change. Generally these other fonts will use more space than the
CM fonts, which are very space-efficient. Also, the overall visual coherence
4.7.3
Using Graphics
Including graphics into a document works best with the graphicx package
(see page 67). By using the special driver option pdftex the package will
work with pdfLATEX as well:
\usepackage[pdftex]{color,graphicx}
In the sample above I have included the color option, as using color in
documents displayed on the web comes quite naturally.
So much for the good news. The bad news is that graphics in Encapsulated PostScript format do not work with PdfLATEX. If you dont define a
file extension in the \includegraphics command, graphicx will go looking
for a suitable file on its own, depending on the setting of the driver option.
77
78
Specialities
For pdftex this is formats .png, .pdf, .jpg and .mps ( METAPOST)but
not .eps.
The simple way out of this problem is to just convert your EPS files into
PDF format using the epstopdf utility found on many systems. For vector
graphics (drawings) this is a great solution. For bitmaps (photos, scans)
this is not ideal, because the PDF format natively supports the inclusion
of PNG and JPEG images. PNG is good for screenshots and other images
with few colors. JPEG is great for photos, as it is very space-efficient.
It may even be desirable not to draw certain geometric figures, but rather
describe the figure with a specialized command language, such as METAPOST, which can be found in most TEX distributions, and comes with its
own extensive manual.
4.7.4
Hypertext Links
The hyperref package will take care of turning all internal references of your
document into hyperlinks. For this to work properly some magic is necessary,
so you have to put \usepackage[pdftex]{hyperref} as the last command
into the preamble of your document.
Many options are available to customize the behaviour of the hyperref
package:
either as a comma separated list after the pdftex option
\usepackage[pdftex]{hyperref}
or on individual lines with the command \hypersetup{options}.
The only required option is pdftex; the others are optional and allow
you to change the default behaviour of hyperref.7 In the following list the
default values are written in an upright font.
bookmarks (=true,false ) show or hide the bookmarks bar when displaying the document
unicode (=false,true ) allows to use characters of non-latin based languages in Acrobats bookmarks
pdftoolbar (=true,false ) show or hide Acrobats toolbar
pdfmenubar (=true,false ) show or hide Acrobats menu
pdffitwindow (=true,false ) adjust the initial magnification of the pdf
when displayed
7
It is worth noting that the hyperref package is not limited to work with pdfTEX. It
can also be configured to embed PDF-specific information into the DVI output of normal
LATEX, which then gets put into the PS file by dvips and is finally picked up by Adobe
Distiller when it is used to turn the PS file into PDF.
79
80
Specialities
\usepackage[pdfauthor={Pierre Desproges},%
pdftitle={Des femmes qui tombent},%
pdftex]{hyperref}
In addition to the automatic hyperlinks for cross references, it is possible
to embed explicit links using
\href{url }{text}
The code
The \href{http://www.ctan.org}{CTAN} website.
produces the output CTAN; a click on the word CTAN will take you
to the CTAN website.
If the destination of the link is not a URL but a local file, you can use
the \href command:
The complete document is \href{manual.pdf}{here}
Which produces the text The complete document is here. A click on the
word here will open the file manual.pdf. (The filename is relative to the
location of the current document).
The author of an article might want her readers to easily send email
messages by using the \href command inside the \author command on the
title page of the document:
\author{Mary Oetiker $<$\href{mailto:[email protected]}%
{[email protected]}$>$
Note that I have put the link so that my email address appears not only in
the link but also on the page itself. I did this because the link
\href{mailto:[email protected]}{Mary Oetiker}
would work well within Acrobat, but once the page is printed the email
address would not be visible anymore.
4.7.5
4.7.6
The text displayed by bookmarks does not always look like you expect it
to look. Because bookmarks are just text, much fewer characters are
available for bookmarks than for normal LATEX text. Hyperref will normally
notice such problems and put up a warning:
Package hyperref Warning:
Token not allowed in a PDFDocEncoded string:
You can now work around this problem by providing a text string for the
bookmarks, which replaces the offending text:
\texorpdfstring{TEX text}{Bookmark Text}
81
82
Specialities
the graphics files. LATEX will look for .eps, and pdfLATEX will try to include
a file with the extension .png, .pdf, .jpg or .mps (in that order).
For the cases where you want to use different code for the PDF version
of your document, you can simply add the package ifpdf 8 to your preamble.
Chances are that you already have it installed; if not then youre probably
using MiKTEX which will install it for you automatically the first time you
try to use it. This package defines the special command \ifpdf that will
allow you to write conditional code easily. In this example, we want the
PostScript version to be black and white due to the printing costs but we
want the PDF version for online viewing to be colourful.
\ifpdf
\usepackage[T1]{fontenc}
\usepackage{aeguill}
\usepackage[pdftex]{graphicx,color}
\usepackage[pdftex,colorlinks]{hyperref}
\else
\usepackage[T1]{fontenc}
\usepackage[dvips]{graphicx}
\usepackage[dvips]{hyperref}
\fi
In the example above I have included the hyperref package even in the nonPDF version. The effect of this is to make the \href command work in all
cases, which saves me from wrapping every occurrence into a conditional
statement.
Note that in recent TEX distributions (TEXLive for example), the choice
between pdftex and dvips when calling graphicx and color will happen automatically according to the settings made automatically in the configuration
files graphics.cfg and color.cfg.
4.8
You can present the results of your scientific work on a blackboard, with
transparencies, or directly from your laptop using some presentation software.
pdfLATEX combined with the beamer class allows you to create presentations in PDF, looking much like something you might be able to generate
with PowerPoint if you had a very good day, but much more portable because Acrobat Reader is available on many more systems.
The beamer class uses graphicx, color and hyperref with options adapted
to screen presentations.
8
If you want the whole story on why to use this package then go to the TEX FAQ under
the item http://www.tex.ac.uk/cgi-bin/texfaq2html?label=ifpdf.
\documentclass[10pt]{beamer}
\mode<beamer>{%
\usetheme[hideothersubsections,right,width=22mm]{Goettingen}
}
\title{Simple Presentation}
\author[D. Flipo]{Daniel Flipo}
\institute{U.S.T.L. \& GUTenberg}
\titlegraphic{\includegraphics[width=20mm]{USTL}}
\date{2005}
\begin{document}
\begin{frame}<handout:0>
\titlepage
\end{frame}
\section{An Example}
\begin{frame}
\frametitle{Things to do on a Sunday Afternoon}
\begin{block}{One could \ldots}
\begin{itemize}
\item walk the dog\dots \pause
\item read a book\pause
\item confuse a cat\pause
\end{itemize}
\end{block}
and many other things
\end{frame}
\end{document}
Figure 4.2: Sample code for the beamer class
83
84
Specialities
When you compile the code presented in figure 4.2 with PDFLATEX you
get a PDF file with a title page and a second page showing several items
that will be reveled one at a time as you step though your presentation.
One of the advantages of the beamer class is that it produces a PDF file
that is directly usable without first going through a PostScript stage like
prosper or requiring additional post processing like presentations created
with the ppower4 package.
With the beamer class you can produce several versions (modes) of your
document from the same input file. The input file may contain special
instructions for the different modes in angular brackets. The following modes
are available.
beamer for the presentation PDF discussed above.
trans for slides.
handout for the printed version.
The default mode is beamer, you can change it by setting a different mode
as a global option, like \documentclass[10pt,handout]{beamer} to print
the handouts for example.
The look of the screen presentation depends on the theme you choose.
You can either pick one of the themes shipped with the beamer class or
you can even create your own. See the beamer class documentation in
beameruserguide.pdf for more information on this.
Lets have a closer look at the code in figure 4.2.
For the screen version of the presentation \mode<beamer> we have chosen
the Goettingen theme to show a navigation panel integrated into the table
of contents. The options allow to choose the size of the panel (22 mm in
this case) and its position (on the right side of the body text). The option
hideothersubsections, shows the chapter titles, but only the subsections of
the present chapter. There are no special settings for \mode<trans> and
\mode<handout>. They appear in their standard layout.
The commands \title{}, \author{}, \institute{}, and \titlegraphic{}
set the content of the title page. The optional arguments of \title[]{} and
\author[]{} let you specify a special version of the title and the author
name to be displayed on the panel of the Goettingen theme.
The titles and subtitles in the panel are created with normal \section{}
and \subsection{} commands that you place outside the frame environment.
The tiny navigation icons at the bottom of the screen also allow to
navigate the document. Their presence is not dependent on the theme you
choose.
The contents of each slide or screen has to be placed inside a frame
environment. There is an optional argument in angular brackets (< and
85
Chapter 5
Producing Mathematical
Graphics
Most people use LATEX for typesetting their text. But as the non content and
structure oriented approach to authoring is so convenient, LATEX also offers a, if
somewhat restricted, possibility for producing graphical output from textual descriptions. Furthermore, quite a number of LATEX extensions have been created
in order to overcome these restrictions. In this section, you will learn about a
few of them.
5.1
Overview
88
5.2
5.2.1
Basic Commands
or
\begin{picture}(x, y)(x0 , y0 ). . . \end{picture}
The default value of \unitlength is 1pt. The first pair, (x, y), effects the
reservation, within the document, of rectangular space for the picture. The
optional second pair, (x0 , y0 ), assigns arbitrary coordinates to the bottom
left corner of the reserved rectangle.
1
Believe it or not, the picture environment works out of the box, with standard LATEX 2
no package loading necessary.
89
or
\multiput(x, y)(x, y){n}{object}
Bzier curves are an exception. They are drawn with the command
\qbezier(x1 , y1 )(x2 , y2 )(x3 , y3 )
5.2.2
Line Segments
\setlength{\unitlength}{5cm}
\begin{picture}(1,1)
\put(0,0){\line(0,1){1}}
\put(0,0){\line(1,0){1}}
\put(0,0){\line(1,1){1}}
\put(0,0){\line(1,2){.5}}
\put(0,0){\line(1,3){.3333}}
\put(0,0){\line(1,4){.25}}
\put(0,0){\line(1,5){.2}}
\put(0,0){\line(1,6){.1667}}
\put(0,0){\line(2,1){1}}
\put(0,0){\line(2,3){.6667}}
\put(0,0){\line(2,5){.4}}
\put(0,0){\line(3,1){1}}
\put(0,0){\line(3,2){1}}
\put(0,0){\line(3,4){.75}}
\put(0,0){\line(3,5){.6}}
\put(0,0){\line(4,1){1}}
\put(0,0){\line(4,3){1}}
\put(0,0){\line(4,5){.8}}
\put(0,0){\line(5,1){1}}
\put(0,0){\line(5,2){1}}
\put(0,0){\line(5,3){1}}
\put(0,0){\line(5,4){1}}
\put(0,0){\line(5,6){.8333}}
\put(0,0){\line(6,1){1}}
\put(0,0){\line(6,5){1}}
\end{picture}
%
%
%
,
%
,
#
#
,
%
#
,
%
#
,
%
#
"
"
,
#
"
% ,"
#
% #
"
,
" !
!
,
%
#
"
!
"!!
,
%
#
" !!
,
#
%
"
!
,
#
"
!
(
(
%
!
( (
"
,
#
!
(((
"
!
(
(
%
(
,
#
!
"
!
(((
(
(
%
,
#
"
!
90
5.2.3
Arrows
\setlength{\unitlength}{1mm}
\begin{picture}(60,40)
\put(30,20){\vector(1,0){30}}
\put(30,20){\vector(4,1){20}}
\put(30,20){\vector(3,1){25}}
\put(30,20){\vector(2,1){30}}
\put(30,20){\vector(1,2){10}}
\thicklines
\put(30,20){\vector(-4,1){30}}
\put(30,20){\vector(-1,4){5}}
\thinlines
\put(30,20){\vector(-1,-1){5}}
\put(30,20){\vector(-1,-4){5}}
\end{picture}
OC
C
*
1
C
yXX
X
XXX
:
C
XXXC
C
For arrows, the components of the direction vector are even more narrowly restricted than for line segments, namely to the integers
4, 3, . . . , 3, 4.
Components also have to be coprime (no common divisor except 1). Notice
the effect of the \thicklines command on the two arrows pointing to the
upper left.
5.2.4
91
Circles
\setlength{\unitlength}{1mm}
\begin{picture}(60, 40)
\put(20,30){\circle{1}}
\put(20,30){\circle{2}}
\put(20,30){\circle{4}}
\put(20,30){\circle{8}}
\put(20,30){\circle{16}}
\put(20,30){\circle{32}}
\put(40,30){\circle{1}}
\put(40,30){\circle{2}}
\put(40,30){\circle{3}}
\put(40,30){\circle{4}}
\put(40,30){\circle{5}}
\put(40,30){\circle{6}}
\put(40,30){\circle{7}}
\put(40,30){\circle{8}}
\put(40,30){\circle{9}}
\put(40,30){\circle{10}}
\put(40,30){\circle{11}}
\put(40,30){\circle{12}}
\put(40,30){\circle{13}}
\put(40,30){\circle{14}}
'$
'$
#
j
be
m
j
h
be
"!
&%
&%
r
u x z}
\put(15,10){\circle*{1}}
\put(20,10){\circle*{2}}
\put(25,10){\circle*{3}}
\put(30,10){\circle*{4}}
\put(35,10){\circle*{5}}
\end{picture}
The command
\put(x, y){\circle{diameter }}
draws a circle with center (x, y) and diameter (not radius) diameter. The
picture environment only admits diameters up to approximately 14 mm,
and even below this limit, not all diameters are possible. The \circle*
command produces disks (filled circles).
As in the case of line segments, one may have to resort to additional
packages, such as eepic or pstricks. For a thorough description of these
packages, see The LATEX Graphics Companion [4].
There is also a possibility within the picture environment. If one is not
afraid of doing the necessary calculations (or leaving them to a program),
arbitrary circles and ellipses can be patched together from quadratic Bzier
curves. See Graphics in LATEX 2 [17] for examples and Java source files.
92
5.2.5
\setlength{\unitlength}{1cm}
\begin{picture}(6,5)
\thicklines
\put(1,0.5){\line(2,1){3}}
\put(4,2){\line(-2,1){2}}
\put(2,3){\line(-2,-5){1}}
\put(0.7,0.3){$A$}
\put(4.05,1.9){$B$}
\put(1.7,2.95){$C$}
\put(3.1,2.5){$a$}
\put(1.3,1.7){$b$}
\put(2.5,1.05){$c$}
\put(0.3,4){$F=
\sqrt{s(s-a)(s-b)(s-c)}$}
\put(3.5,0.4){$\displaystyle
s:=\frac{a+b+c}{2}$}
\end{picture}
F =
CH
HH a
H
HH
B
b
c
a+b+c
s :=
A
2
As this example shows, text and formulas can be written into a picture
environment with the \put command in the usual way.
5.2.6
\setlength{\unitlength}{2mm}
\begin{picture}(30,20)
\linethickness{0.075mm}
\multiput(0,0)(1,0){31}%
{\line(0,1){20}}
\multiput(0,0)(0,1){21}%
{\line(1,0){30}}
\linethickness{0.15mm}
\multiput(0,0)(5,0){7}%
{\line(0,1){20}}
\multiput(0,0)(0,5){5}%
{\line(1,0){30}}
\linethickness{0.3mm}
\multiput(5,0)(10,0){3}%
{\line(0,1){20}}
\multiput(0,5)(0,10){2}%
{\line(1,0){30}}
\end{picture}
The command
\multiput(x, y)(x, y){n}{object}
has 4 arguments: the starting point, the translation vector from one ob-
93
ject to the next, the number of objects, and the object to be drawn. The
\linethickness command applies to horizontal and vertical line segments,
but neither to oblique line segments, nor to circles. It does, however, apply
to quadratic Bzier curves!
5.2.7
\setlength{\unitlength}{1cm}
\begin{picture}(6,4)
\linethickness{0.075mm}
\multiput(0,0)(1,0){7}%
{\line(0,1){4}}
\multiput(0,0)(0,1){5}%
{\line(1,0){6}}
\thicklines
\put(2,3){\oval(3,1.8)}
\thinlines
\put(3,2){\oval(3,1.8)}
\thicklines
\put(2,1){\oval(3,1.8)[tl]}
\put(4,1){\oval(3,1.8)[b]}
\put(4,3){\oval(3,1.8)[r]}
\put(3,1.5){\oval(1.8,0.4)}
\end{picture}
'
'
&
'
&
%
%
%
&
The command
\put(x, y){\oval(w, h)}
or
\put(x, y){\oval(w, h)[position]}
produces an oval centered at (x, y) and having width w and height h. The
optional position arguments b, t, l, r refer to top, bottom, left,
right, and can be combined, as the example illustrates.
Line thickness can be controlled by two kinds of commands:
\linethickness{length} on the one hand, \thinlines and \thicklines
on the other. While \linethickness{length} applies only to horizontal and
vertical lines (and quadratic Bzier curves), \thinlines and \thicklines
apply to oblique line segments as well as to circles and ovals.
94
5.2.8
\setlength{\unitlength}{0.5mm}
\begin{picture}(120,168)
\newsavebox{\foldera}% declaration
\savebox{\foldera}
(40,32)[bl]{% definition
\multiput(0,0)(0,28){2}
{\line(1,0){40}}
\multiput(0,0)(40,0){2}
{\line(0,1){28}}
\put(1,28){\oval(2,2)[tl]}
\put(1,29){\line(1,0){5}}
\put(9,29){\oval(6,6)[tl]}
\put(9,32){\line(1,0){8}}
\put(17,29){\oval(6,6)[tr]}
\put(20,29){\line(1,0){19}}
\put(39,28){\oval(2,2)[tr]}
}
\newsavebox{\folderb}% declaration
\savebox{\folderb}
(40,32)[l]{%
definition
\put(0,14){\line(1,0){8}}
\put(8,0){\usebox{\foldera}}
}
\put(34,26){\line(0,1){102}}
\put(14,128){\usebox{\foldera}}
\multiput(34,86)(0,-37){3}
{\usebox{\folderb}}
\end{picture}
then defined by
\savebox{name}(width,height)[position]{content}
The optional position parameter has the effect of defining the anchor
point of the savebox. In the example it is set to bl which puts the anchor
point into the bottom left corner of the savebox. The other position specifiers
are top and right.
95
5.2.9
\setlength{\unitlength}{1cm}
\begin{picture}(6,4)
\linethickness{0.075mm}
\multiput(0,0)(1,0){7}
{\line(0,1){4}}
\multiput(0,0)(0,1){5}
{\line(1,0){6}}
\thicklines
\put(0.5,0.5){\line(1,5){0.5}}
\put(1,3){\line(4,1){2}}
\qbezier(0.5,0.5)(1,3)(3,3.5)
\thinlines
\put(2.5,2){\line(2,-1){3}}
\put(5.5,0.5){\line(-1,5){0.5}}
\linethickness{1mm}
\qbezier(2.5,2)(5.5,0.5)(5,3)
\thinlines
\qbezier(4,2)(4,3)(3,3)
\qbezier(3,3)(2,3)(2,2)
\qbezier(2,2)(2,1)(3,1)
\qbezier(3,1)(4,1)(4,2)
\end{picture}
HH
H
D
D
D
D
HH
H
D
HH D
HD
m2 x2 m1 x1 (y2 y1 )
x =
,
(5.1)
m2 m1
y = y + m (x x )
(i = 1, 2).
i
See Graphics in LATEX 2 [17] for a Java program which generates the necessary \qbezier command line.
96
5.2.10
Catenary
\setlength{\unitlength}{1.3cm}
\begin{picture}(4.3,3.6)(-2.5,-0.25)
\put(-2,0){\vector(1,0){4.4}}
\put(2.45,-.05){$x$}
\put(0,0){\vector(0,1){3.2}}
\put(0,3.35){\makebox(0,0){$y$}}
\qbezier(0.0,0.0)(1.2384,0.0)
(2.0,2.7622)
\qbezier(0.0,0.0)(-1.2384,0.0)
(-2.0,2.7622)
\linethickness{.075mm}
\multiput(-2,0)(1,0){5}
{\line(0,1){3}}
\multiput(-2,0)(0,1){4}
{\line(1,0){4}}
\linethickness{.2mm}
\put( .3,.12763){\line(1,0){.4}}
\put(.5,-.07237){\line(0,1){.4}}
\put(-.7,.12763){\line(1,0){.4}}
\put(-.5,-.07237){\line(0,1){.4}}
\put(.8,.54308){\line(1,0){.4}}
\put(1,.34308){\line(0,1){.4}}
\put(-1.2,.54308){\line(1,0){.4}}
\put(-1,.34308){\line(0,1){.4}}
\put(1.3,1.35241){\line(1,0){.4}}
\put(1.5,1.15241){\line(0,1){.4}}
\put(-1.7,1.35241){\line(1,0){.4}}
\put(-1.5,1.15241){\line(0,1){.4}}
\put(-2.5,-0.25){\circle*{0.2}}
\end{picture}
y
6
-x
its lower left corner (marked by the black disk) is assigned the coordinates
(2.5, 0.25).
5.3 XY-pic
5.2.11
97
\setlength{\unitlength}{1cm}
\begin{picture}(6,4)(-3,-2)
\put(-2.5,0){\vector(1,0){5}}
\put(2.7,-0.1){$\chi$}
\put(0,-1.5){\vector(0,1){3}}
\multiput(-2.5,1)(0.4,0){13}
{\line(1,0){0.2}}
\multiput(-2.5,-1)(0.4,0){13}
{\line(1,0){0.2}}
\put(0.2,1.4)
{$\beta=v/c=\tanh\chi$}
\qbezier(0,0)(0.8853,0.8853)
(2,0.9640)
\qbezier(0,0)(-0.8853,-0.8853)
(-2,-0.9640)
\put(-3,-2){\circle*{0.2}}
\end{picture}
= v/c = tanh
6
The control points of the two Bzier curves were calculated with formulas (5.1). The positive branch is determined by P1 = (0, 0), m1 = 1 and
P2 = (2, tanh 2), m2 = 1/ cosh2 2. Again, the picture is defined in mathematically convenient coordinates, and the lower left corner is assigned the
mathematical coordinates (3, 2) (black disk).
5.3
XY-pic
xy is a special package for drawing diagrams. To use it, simply add the
following line to the preamble of your document:
\usepackage[options]{xy}
options is a list of functions from XY-pic you want to load. These options
are primarily useful when debugging the package. I recommend you pass
the all option, making LATEX load all the XY commands.
XY-pic diagrams are drawn over a matrix-oriented canvas, where each
diagram element is placed in a matrix slot:
\begin{displaymath}
\xymatrix{A & B \\
C & D }
\end{displaymath}
98
\begin{displaymath}
\xymatrix{ A \ar[r] & B \ar[d] \\
D \ar[u] & C \ar[l] }
\end{displaymath}
AO
/B
Do
C
The arrow command is placed on the origin cell for the arrow. The
arguments are the direction the arrow should point to (up, down, right and
left).
\begin{displaymath}
\xymatrix{
A \ar[d] \ar[dr] \ar[r] & B \\
D
& C }
\end{displaymath}
/B
A@
@@
@@
@@
D
C
To make diagonals, just use more than one direction. In fact, you can
repeat directions to make bigger arrows.
\begin{displaymath}
\xymatrix{
A \ar[d] \ar[dr] \ar[drr] & & \\
B
& C & D }
\end{displaymath}
A @PPP
@@ PPP
@@ PPP
@@ PPP
PP'
B
C
D
g0
D
/B
f0
/C
As shown, you use these operators as in math mode. The only difference
is that that superscript means on top of the arrow, and subscript means
under the arrow. There is a third operator, the vertical bar: | It causes
text to be placed in the arrow.
5.3 XY-pic
99
\begin{displaymath}
\xymatrix{
A \ar[r]|f \ar[d]|g &
B \ar[d]|{g} \\
D \ar[r]|{f}
& C }
\end{displaymath}
g0
D
/B
f0
/C
\shorthandoff{"}
\begin{displaymath}
\xymatrix{
\bullet\ar@{->}[rr] && \bullet\\
\bullet\ar@{.<}[rr] && \bullet\\
\bullet\ar@{~)}[rr] && \bullet\\
\bullet\ar@{=(}[rr] && \bullet\\
\bullet\ar@{~/}[rr] && \bullet\\
\bullet\ar@{^{(}->}[rr] && \bullet\\
\bullet\ar@2{->}[rr] && \bullet\\
\bullet\ar@3{->}[rr] && \bullet\\
\bullet\ar@{=+}[rr]
&& \bullet
}
\end{displaymath}
\shorthandon{"}
/o /o o/ o/ /o /o /o ? _
/o /o /o /o /o /o /o
+3
_*4
_
100
\begin{displaymath}
\xymatrix{
\bullet \ar@/^/[r]
\ar@/_/@{.>}[r] &
\bullet
}
\end{displaymath}
The modifiers between the slashes define how the curves are drawn. XYpic offers many ways to influence the drawing of curves; for more information, check XY-pic documentation.
Chapter 6
Customising LATEX
Documents produced with the commands you have learned up to this point will
look acceptable to a large audience. While they are not fancy-looking, they
obey all the established rules of good typesetting, which will make them easy
to read and pleasant to look at.
However, there are situations where LATEX does not provide a command or
environment that matches your needs, or the output produced by some existing
command may not meet your requirements.
In this chapter, I will try to give some hints on how to teach LATEX new tricks
and how to make it produce output that looks different from what is provided
by default.
6.1
You may have noticed that all the commands I introduce in this book are
typeset in a box, and that they show up in the index at the end of the book.
Instead of directly using the necessary LATEX commands to achieve this, I
have created a package in which I defined new commands and environments
for this purpose. Now I can simply write:
\begin{lscommand}
\ci{dum}
\end{lscommand}
\dum
Customising LATEX
102
6.1.1
New Commands
The next example illustrates how to define a new command that takes
one argument. The #1 tag gets replaced by the argument you specify. If
you wanted to use more than one argument, use #2 and so on.
\newcommand{\txsit}[1]
{This is the \emph{#1} Short
Introduction to \LaTeXe}
% in the document body:
\begin{itemize}
\item \txsit{not so}
\item \txsit{very}
\end{itemize}
LATEX will not allow you to create a new command that would overwrite
an existing one. But there is a special command in case you explicitly
want this: \renewcommand. It uses the same syntax as the \newcommand
command.
6.1.2
New Environments
My humble subjects . . .
\begin{king}
My humble subjects \ldots
\end{king}
The num argument is used the same way as in the \newcommand command. LATEX makes sure that you do not define an environment that already exists. If you ever want to change an existing command, you can
use the \renewenvironment command. It uses the same syntax as the
\newenvironment command.
The commands used in this example will be explained later. For the
\rule command see page 117, for \stretch go to page 110, and more information on \hspace can be found on page 110.
6.1.3
Extra Space
When creating a new environment you may easily get bitten by extra spaces
creaping in, which can potentially have fatal effects. For example when you
want to create a title environemnt which supresses its own indentation as well
as the one on the following paragraph. The \ignorespaces command in the
103
Customising LATEX
104
begin block of the environment will make it ignore any space after executing
the begin block. The end block is a bit more tricky as special processing
occurs at the end of an environment. With the \ignorespacesafterend
LATEX will issue an \ignorespaces after the special end processing has
occured.
\newenvironment{simple}%
{\noindent}%
{\par\noindent}
\begin{simple}
See the space\\to the left.
\end{simple}
Same\\here.
\newenvironment{correct}%
{\noindent\ignorespaces}%
{\par\noindent\ignorespacesafterend}
\begin{correct}
No space\\to the left.
\end{correct}
Same\\here.
6.1.4
No space
to the left.
Same
here.
Commandline LATEX
If you work on a Unix like OS, you might be using Makefiles to build your
LATEX projects. In that connection it might be interesting to produce different versions of the same document by calling LATEX with commandline
parameters. If you add the following structure to your document:
\usepackage{ifthen}
\ifthenelse{\equal{\blackandwhite}{true}}{
% "black and white" mode; do something..
}{
% "color" mode; do something different..
}
Now you can call LATEX like this:
latex \newcommand{\blackandwhite}{true}\input{test.tex}
First the command \blackandwhite gets defined and then the actual
file is read with input. By setting \blackandwhite to false the color version
of the document would be produced.
6.1.5
105
If you define a lot of new environments and commands, the preamble of your
document will get quite long. In this situation, it is a good idea to create
a LATEX package containing all your command and environment definitions.
You can then use the \usepackage command to make the package available
in your document.
% Demo Package by Tobias Oetiker
\ProvidesPackage{demopack}
\newcommand{\tnss}{The not so Short Introduction to \LaTeXe}
\newcommand{\txsit}[1]{The \emph{#1} Short
Introduction to \LaTeXe}
\newenvironment{king}{\begin{quote}}{\end{quote}}
for use at the very beginning of your package file. \ProvidesPackage tells
LATEX the name of the package and will allow it to issue a sensible error
message when you try to include a package twice. Figure 6.1 shows a small
example package that contains the commands defined in the examples above.
6.2
6.2.1
LATEX chooses the appropriate font and font size based on the logical structure of the document (sections, footnotes, . . . ). In some cases, one might
like to change fonts and sizes by hand. To do this, you can use the commands listed in Tables 6.1 and 6.2. The actual size of each font is a design
issue and depends on the document class and its options. Table 6.3 shows
the absolute point size for these commands as implemented in the standard
document classes.
{\small The small and
\textbf{bold} Romans ruled}
{\Large all of great big
\textit{Italy}.}
all of
Customising LATEX
106
One important feature of LATEX 2 is that the font attributes are independent. This means that you can issue size or even font changing commands,
and still keep the bold or slant attribute set earlier.
In math mode you can use the font changing commands to temporarily
exit math mode and enter some normal text. If you want to switch to another
font for math typesetting you need another special set of commands; refer
to Table 6.4.
In connection with the font size commands, curly braces play a significant
role. They are used to build groups. Groups limit the scope of most LATEX
commands.
He likes {\LARGE large and
{\small small} letters}.
He likes
large and
small
letters.
The font size commands also change the line spacing, but only if the
paragraph ends within the scope of the font size command. The closing
curly brace } should therefore not come too early. Note the position of the
\par command in the next two examples. 1
1
roman
typewriter
\textsf{...}
sans serif
\textmd{...}
medium
\textbf{...}
bold face
\textup{...}
\textsl{...}
upright
slanted
\textit{...}
\textsc{...}
italic
Small Caps
\emph{...}
emphasized
\textnormal{...}
document font
tiny font
small font
\Large
larger font
\LARGE
\huge
huge
\Huge
largest
normal font
large font
107
10pt (default)
5pt
7pt
8pt
9pt
10pt
12pt
14pt
17pt
20pt
25pt
11pt option
6pt
8pt
9pt
10pt
11pt
12pt
14pt
17pt
20pt
25pt
12pt option
6pt
8pt
10pt
11pt
12pt
14pt
17pt
20pt
25pt
25pt
Roman Font
Boldface Font
Sans Serif Font
Typewriter Font
Italic Font
CALLIGRAPHIC FONT
N ormal F ont
Customising LATEX
108
6.2.2
This approach has the advantage that you can decide at some later
stage that you want to use some visual representation of danger other than
\textbf, without having to wade through your document, identifying all
the occurrences of \textbf and then figuring out for each one whether it
was used for pointing out danger or for some other reason.
6.2.3
Advice
To conclude this journey into the land of fonts and font sizes, here is a little
word of advice:
6.3 Spacing
109
you
6.3
Spacing
6.3.1
Line Spacing
If you want to use larger inter-line spacing in a document, you can change
its value by putting the
\linespread{factor }
{\setlength{\baselineskip}%
{1.5\baselineskip}
This paragraph is typeset with the
baseline skip set to 1.5 of what
it was before. Note the par command
at the end of the paragraph.\par}
This paragraph has a clear purpose,
it shows that after the curly brace
has been closed, everything is back
to normal.
6.3.2
Paragraph Formatting
Customising LATEX
110
The plus and minus parts of the length above tell TEX that it can
compress and expand the inter paragraph skip by the amount specified, if
this is necessary to properly fit the paragraphs onto the page.
In continental Europe, paragraphs are often separated by some space and
not indented. But beware, this also has its effect on the table of contents.
Its lines get spaced more loosely now as well. To avoid this, you might want
to move the two commands from the preamble into your document to some
place after the \tableofcontents or to not use them at all, because youll
find that most professional books use indenting and not spacing to separate
paragraphs.
If you want to indent a paragraph that is not indented, you can use
\indent
at the beginning of the paragraph.2 Obviously, this will only have an effect
when \parindent is not set to zero.
To create a non-indented paragraph, you can use
\noindent
as the first command of the paragraph. This might come in handy when
you start a document with body text and not with a sectioning command.
6.3.3
Horizontal Space
If such a space should be kept even if it falls at the end or the start of
a line, use \hspace* instead of \hspace. The length in the simplest case is
just a number plus a unit. The most important units are listed in Table 6.5.
This\hspace{1.5cm}is a space
of 1.5 cm.
This
The command
\stretch{n}
generates a special rubber space. It stretches until all the remaining space
2
To indent the first paragraph after each section head, use the indentfirst package in
the tools bundle.
6.3 Spacing
111
When using horizontal space together with text, it may make sense to
make the space adjust its size relative to the size of the current font. This
can be done by using the text-relative units em and ex:
{\Large{}big\hspace{1em}y}\\
{\tiny{}tin\hspace{1em}y}
6.3.4
big y
tin
Vertical Space
The space between paragraphs, sections, subsections, . . . is determined automatically by LATEX. If necessary, additional vertical space between two
paragraphs can be added with the command:
\vspace{length}
This command should normally be used between two empty lines. If the
space should be preserved at the top or at the bottom of a page, use the
starred version of the command, \vspace*, instead of \vspace.
The \stretch command, in connection with \pagebreak, can be used
to typeset text on the last line of a page, or to centre text vertically on a
page.
Some text \ldots
\vspace{\stretch{1}}
This goes onto the last line of the page.\pagebreak
Customising LATEX
112
command.
With \bigskip and \smallskip you can skip a predefined amount of
vertical space without having to worry about exact numbers.
6.4
Page Layout
LATEX 2 allows you to specify the paper size in the \documentclass command. It then automatically picks the right text margins, but sometimes
you may not be happy with the predefined values. Naturally, you can change
them. Figure 6.2 shows all the parameters that can be changed. The figure
was produced with the layout package from the tools bundle.3
WAIT! . . . before you launch into a Lets make that narrow page a bit
wider frenzy, take a few seconds to think. As with most things in LATEX,
there is a good reason for the page layout to be as it is.
Sure, compared to your off-the-shelf MS Word page, it looks awfully
narrow. But take a look at your favourite book4 and count the number of
characters on a standard text line. You will find that there are no more than
about 66 characters on each line. Now do the same on your LATEX page. You
will find that there are also about 66 characters per line. Experience shows
that the reading gets difficult as soon as there are more characters on a
single line. This is because it is difficult for the eyes to move from the end
of one line to the start of the next one. This is also why newspapers are
typeset in multiple columns.
So if you increase the width of your body text, keep in mind that you
are making life difficult for the readers of your paper. But enough of the
cautioning, I promised to tell you how you do it . . .
LATEX provides two commands to change these parameters. They are
usually used in the document preamble.
The first command assigns a fixed value to any of the parameters:
\setlength{parameter }{length}
This second command is actually more useful than the \setlength com3
4
macros/latex/required/tools
I mean a real printed book produced by a reputable publisher.
113
6
i
?
?
?Header
6
6
Margin
Notes
Body
- 9i
10i
3i
?
1i-
?
Footer
6
i
11
1
3
5
7
9
11
2
4
6
8
10
Customising LATEX
114
mand, because you can now work relative to the existing settings. To add
one centimetre to the overall text width, I put the following commands into
the document preamble:
\addtolength{\hoffset}{-0.5cm}
\addtolength{\textwidth}{1cm}
In this context, you might want to look at the calc package. It allows
you to use arithmetic operations in the argument of \setlength and other
places where you can enter numeric values into function arguments.
6.5
a2 + b2 = c2
Where: a, b are adjoin to the right angle of
a right-angled triangle.
c is the hypotenuse of the triangle
and feels lonely.
d finally does not show up here at
all. Isnt that puzzling?
6.6 Boxes
6.6
Boxes
LATEX builds up its pages by pushing around boxes. At first, each letter is
a little box, which is then glued to other letters to form words. These are
again glued to other words, but with special glue, which is elastic so that a
series of words can be squeezed or stretched as to exactly fill a line on the
page.
I admit, this is a very simplistic version of what really happens, but the
point is that TEX operates on glue and boxes. Letters are not the only things
that can be boxes. You can put virtually everything into a box, including
other boxes. Each box will then be handled by LATEX as if it were a single
letter.
In the past chapters you have already encountered some boxes, although
I did not tell you. The tabular environment and the \includegraphics,
for example, both produce a box. This means that you can easily arrange
two tables or images side by side. You just have to make sure that their
combined width is not larger than the textwidth.
You can also pack a paragraph of your choice into a box with either the
\parbox[pos]{width}{text}
command or the
\begin{minipage}[pos]{width} text \end{minipage}
width defines the width of the resulting box as seen from the outside.5 Be5
This means it can be smaller than the material inside the box. You can even set
the width to 0pt so that the text inside the box will be typeset without influencing the
surrounding boxes.
115
Customising LATEX
116
sides the length expressions, you can also use \width, \height, \depth, and
\totalheight in the width parameter. They are set from values obtained
by measuring the typeset text. The pos parameter takes a one letter value:
center, flushleft, flushright, or spread the text to fill the box.
The command \framebox works exactly the same as \makebox, but it
draws a box around the text.
The following example shows you some things you could do with the
\makebox and \framebox commands.
\makebox[\textwidth]{%
c e n t r a l}\par
\makebox[\textwidth][s]{%
s p r e a d}\par
\framebox[1.1\width]{Guess Im
framed now!} \par
\framebox[0.8\width][r]{Bummer,
I am too wide} \par
\framebox[1cm][l]{never
mind, so am I}
Can you read this?
central
s
Now that we control the horizontal, the obvious next step is to go for
the vertical.6 No problem for LATEX. The
\raisebox{lift}[extend-above-baseline][extend-below-baseline]{text}
command lets you define the vertical properties of a box. You can use
\width, \height, \depth, and \totalheight in the first three parameters,
in order to act upon the size of the box inside the text argument.
\raisebox{0pt}[0pt][0pt]{\Large%
\textbf{Aaaa\raisebox{-0.3ex}{a}%
\raisebox{-0.7ex}{aa}%
\raisebox{-1.2ex}{r}%
\raisebox{-2.2ex}{g}%
\raisebox{-4.5ex}{h}}}
he shouted but not even the next
one in line noticed that something
terrible had happened to him.
...
Aaaaaaa
he shouted but not even
the next one r
ingline noticed that something
terrible had happened
h to him.
Total control is only to be obtained by controlling both the horizontal and the vertical
6.7
117
This is useful for drawing vertical and horizontal lines. The line on the title
page, for example, has been created with a \rule command.
A special case is a rule with no width but a certain height. In professional
typesetting, this is called a strut. It is used to guarantee that an element
on a page has a certain minimal height. You could use it in a tabular
environment to make sure a row has a certain minimum height.
\begin{tabular}{|c|}
\hline
\rule{1pt}{4ex}Pitprop \ldots\\
\hline
\rule{0pt}{4ex}Strut\\
\hline
\end{tabular}
Pitprop . . .
Strut
The End.
Bibliography
[1] Leslie Lamport. LATEX: A Document Preparation System. AddisonWesley, Reading, Massachusetts, second edition, 1994, ISBN 0-20152983-1.
[2] Donald E. Knuth. The TEXbook, Volume A of Computers and Typesetting, Addison-Wesley, Reading, Massachusetts, second edition, 1984,
ISBN 0-201-13448-9.
[3] Frank Mittelbach, Michel Goossens, Johannes Braams, David Carlisle,
Chris Rowley. The LATEX Companion, (2nd Edition). Addison-Wesley,
Reading, Massachusetts, 2004, ISBN 0-201-36299-6.
[4] Michel Goossens, Sebastian Rahtz and Frank Mittelbach. The LATEX
Graphics Companion. Addison-Wesley, Reading, Massachusetts, 1997,
ISBN 0-201-85469-4.
[5] Each LATEX installation should provide a so-called LATEX Local Guide,
which explains the things that are special to the local system. It should
be contained in a file called local.tex. Unfortunately, some lazy sysops
do not provide such a document. In this case, go and ask your local
LATEX guru for help.
[6] LATEX3 Project Team. LATEX 2 for authors. Comes with the LATEX 2
distribution as usrguide.tex.
[7] LATEX3 Project Team. LATEX 2 for Class and Package writers. Comes
with the LATEX 2 distribution as clsguide.tex.
[8] LATEX3 Project Team. LATEX 2 Font selection. Comes with the LATEX 2
distribution as fntguide.tex.
[9] D. P. Carlisle. Packages in the graphics bundle. Comes with the
graphics bundle as grfguide.tex, available from the same source your
LATEX distribution came from.
[10] Rainer Schpf, Bernd Raichle, Chris Rowley. A New Implementation
of LATEXs verbatim Environments. Comes with the tools bundle as
120
BIBLIOGRAPHY
verbatim.dtx, available from the same source your LATEX distribution
came from.
[11] Vladimir Volovich, Werner Lemberg and LATEX3 Project Team. Cyrillic
languages support in LATEX. Comes with the LATEX 2 distribution as
cyrguide.tex.
[12] Graham Williams. The TeX Catalogue is a very complete listing of
many TEX and LATEX related packages. Available online from CTAN:
/tex-archive/help/Catalogue/catalogue.html
[13] Keith Reckdahl. Using EPS Graphics in LATEX 2 Documents, which
explains everything and much more than you ever wanted to know
about EPS files and their use in LATEX documents. Available online
from CTAN:/tex-archive/info/epslatex.ps
[14] Kristoffer H. Rose. XY-pic Users Guide. Downloadable from CTAN
with XY-pic distribution
[15] John D. Hobby. A Users Manual for MetaPost. Downloadable from
http://cm.bell-labs.com/who/hobby/
[16] Alan Hoenig. TEX Unbound. Oxford University Press, 1998, ISBN
0-19-509685-1; 0-19-509686-X (pbk.)
[17] Urs Oswald. Graphics in LATEX 2 , containing some Java source files
for generating arbitrary circles and ellipses within the picture environment, and MetaPost - A Tutorial. Both downloadable from
http://www.ursoswald.ch
Index
Symbols
\!, 53
", 21
", 33
"-, 33
"---, 33
"<, 33
"=, 33
">, 33
", 33
$, 47
\(, 47
\), 47
\,, 48, 53
-, 22
, 22
\-, 21
, 22
, 22
., space after, 34
. . . , 24
\:, 53
\;, 53
\@, 34
\[, 48
\\, 19, 39, 40, 42, 112
\\*, 19
\], 48
~, 34
A
A4 paper, 11
A5 paper, 11
, 25
abstract, 40
accent, 24
acrobat reader, 75
acute, 25
\addtolength, 112
advantages of LATEX, 3
, 25
aeguill, 76
\Alph, 33, 34
\alph, 33, 34
amsbsy, 59
amsfonts, 49, 66
amsmath, 48, 5154, 56, 57, 59
amssymb, 49, 60
\and, 36
ansinew, 26
\appendix, 35, 36
applemac, 26
\ar, 98
\arccos, 51
\arcsin, 51
\arctan, 51
\arg, 51
array, 54, 55
arrow symbols, 50
article class, 10
\Asbuk, 33
\asbuk, 33
\author, 36, 80
B
B5 paper, 11
babel, 20, 25, 3234
\backmatter, 36
backslash, 5
\backslash, 5
base font size, 11
beamer, 8284
122
INDEX
\begin, 38, 88, 96
\bibitem, 69
bibliography, 69
\Big, 53
\big, 53
\Bigg, 53
\bigg, 53
\biggl, 57
\biggr, 57
\bigskip, 112
\binom, 51
blackboard bold, 49
block, 85
bm, 59
\bmod, 51
bold face, 106
bold symbols, 49, 59
\boldmath, 59
\boldsymbol, 59
book class, 10
braces, 52
brazilian, 27
C
calc, 114
\caption, 45, 46
\cdot, 51
\cdots, 53
center, 39
\chapter, 35
\chaptermark, 72
\ci, 101
\circle, 91
\circle*, 91
\cite, 69
CJK package, 31
\cleardoublepage, 46
\clearpage, 46
\cline, 42
color, 82
coloured text, 9
comma, 23
commands, 5
\!, 53
\(, 47
\), 47
\,, 48, 53
\-, 21
\:, 53
\;, 53
\@, 34
\[, 48
\\, 19, 39, 40, 42, 112
\\*, 19
\], 48
\addtolength, 112
\Alph, 33, 34
\alph, 33, 34
\and, 36
\appendix, 35, 36
\ar, 98
\arccos, 51
\arcsin, 51
\arctan, 51
\arg, 51
\Asbuk, 33
\asbuk, 33
\author, 36, 80
\backmatter, 36
\backslash, 5
\begin, 38, 88, 96
\bibitem, 69
\Big, 53
\big, 53
\Bigg, 53
\bigg, 53
\biggl, 57
\biggr, 57
\bigskip, 112
\binom, 51
\bmod, 51
\boldmath, 59
\boldsymbol, 59
\caption, 45, 46
\cdot, 51
\cdots, 53
\chapter, 35
\chaptermark, 72
INDEX
\ci, 101
\circle, 91
\circle*, 91
\cite, 69
\cleardoublepage, 46
\clearpage, 46
\cline, 42
\cos, 51
\cosh, 51
\cot, 51
\coth, 51
\csc, 51
\date, 36
\ddots, 53
\deg, 51
\depth, 116
\det, 51
\dim, 51
\displaystyle, 57
\documentclass, 9, 14, 20
\dq, 29
\dum, 101
\emph, 38, 106
\end, 38, 88
\enumBul, 34
\enumEng, 34
\enumLat, 34
\eqref, 48
\EUR, 23
\exp, 51
\fbox, 21
\flq, 29
\flqq, 29
\foldera, 95
\folderb, 95
\footnote, 37, 46
\footskip, 113
\frac, 51
\framebox, 116
\frenchspacing, 33, 34
\frontmatter, 36
\frq, 29
\frqq, 29
\fussy, 20
123
\gcd, 51
\headheight, 113
\headsep, 113
\height, 116
\hline, 42
\hom, 51
\href, 80, 82
\hspace, 103, 110
\hyphenation, 20
\idotsint, 54
\ifpdf, 82
\ignorespaces, 103, 104
\ignorespacesafterend, 104
\iiiint, 54
\iiint, 54
\iint, 54
\include, 14, 15
\includegraphics, 68, 77, 81,
115
\includeonly, 15
\indent, 110
\index, 70, 71
\inf, 51
\input, 15
\int, 52
\item, 39
\ker, 51
\label, 37, 48
\LaTeX, 21
\LaTeXe, 21
\ldots, 24, 53
\left, 53
\leftmark, 71, 72
\lg, 51
\lim, 51
\liminf, 51
\limsup, 51
\line, 90, 95
\linebreak, 19
\linespread, 109
\linethickness, 92, 93, 95
\listoffigures, 45
\listoftables, 45
\ln, 51
124
INDEX
\log, 51
\mainmatter, 36, 80
\makebox, 115, 116
\makeindex, 70
\maketitle, 36
\marginparpush, 113
\marginparsep, 113
\marginparwidth, 113
\mathbb, 49
\mathrm, 57
\max, 51
\mbox, 21, 24, 115
\min, 51
\multicolumn, 43
\multiput, 89, 92
\newcommand, 102, 103
\newenvironment, 103
\newline, 19
\newpage, 19
\newsavebox, 94
\newtheorem, 57, 58
\noindent, 110
\nolinebreak, 19
\nonumber, 56
\nopagebreak, 19
\not, 61
\oddsidemargin, 113
\oval, 93, 95
\overbrace, 50
\overleftarrow, 50
\overline, 50
\overrightarrow, 50
\pagebreak, 19
\pageref, 37, 74
\pagestyle, 13
\paperheight, 113
\paperwidth, 113
\par, 106
\paragraph, 35
\parbox, 115
\parindent, 109
\parskip, 109
\part, 35
\phantom, 46, 56
\pmod, 51
\Pr, 51
\printindex, 71
\prod, 52
\protect, 46
\providecommand, 103
\ProvidesPackage, 105
\put, 8994
\qbezier, 87, 89, 95
\qquad, 48, 53
\quad, 48, 53
\raisebox, 116
\ref, 37, 48, 74
\renewcommand, 102
\renewenvironment, 103
\right, 53, 54
\right., 53
\rightmark, 71, 72
\rule, 103, 117
\savebox, 94
\scriptscriptstyle, 57
\scriptstyle, 57
\sec, 51
\section, 35, 46
\sectionmark, 72
\selectlanguage, 26
\setlength, 88, 109, 112, 114
\settodepth, 114
\settoheight, 114
\settowidth, 114
\sin, 51
\sinh, 51
\sloppy, 20
\smallskip, 112
\sqrt, 50
\stackrel, 52
\stretch, 103, 110
\subparagraph, 35
\subsection, 35
\subsectionmark, 72
\substack, 52
\subsubsection, 35
\sum, 52
\sup, 51
INDEX
\tableofcontents, 35
cross-references, 37
\tan, 51
\csc, 51
\tanh, 51
curly braces, 5, 106
\TeX, 21
D
\texorpdfstring, 81
dash, 22
\textcelsius, 22
\date, 36
\texteuro, 23
dcolumn, 43
\textheight, 113
\ddots, 53
\textrm, 57
decimal alignment, 43
\textstyle, 57
\deg, 51
\textwidth, 113
degree symbol, 22
\thicklines, 90, 93, 95
delimiters, 52
\thinlines, 93, 95
\depth, 116
\thispagestyle, 13
description, 39
\title, 36
\det, 51
\tnss, 102
Deutsch, 29
\today, 21
diagonal dots, 53
\topmargin, 113
\dim, 51
\totalheight, 116
dimensions, 110
\underbrace, 50
displaymath, 48
\underline, 38, 50
\displaystyle, 57
\unitlength, 88, 90
\usebox, 94
doc, 12
\usepackage, 10, 13, 23, 2527, document font size, 11
105
document title, 11
\vdots, 53
\documentclass, 9, 14, 20
\vec, 50
dotless and , 25
\vector, 90
double line spacing, 109
\verb, 41
double sided, 11
\verbatiminput, 73
\dq, 29
\vspace, 111
\dum, 101
\widehat, 50
E
\widetilde, 50
eepic, 87, 91
\width, 116
ellipsis, 24
\xymatrix, 98
em-dash, 22
comment, 6
\emph, 38, 106
comments, 6
empty, 13
\cos, 51
en-dash, 22
\cosh, 51
Encapsulated PostScript, 67, 77
\cot, 51
encodings
\coth, 51
font
cp1251, 26
LGR, 27
cp850, 26
cp866nav, 26
OT1, 27
125
126
INDEX
T1, 27, 33
T2*, 32
T2A, 27, 33
T2B, 27
T2C, 27
X2, 27
input
ansinew, 26
applemac, 26
cp1251, 26
cp850, 26
cp866nav, 26
koi8-ru, 26, 33
latin1, 26
macukr, 26
utf8, 26
\end, 38, 88
\enumBul, 34
\enumEng, 34
enumerate, 39
\enumLat, 34
environments
abstract, 40
array, 54, 55
block, 85
center, 39
comment, 6
description, 39
displaymath, 48
enumerate, 39
eqnarray, 55
equation, 48
figure, 44, 45
flushleft, 39
flushright, 39
frame, 84
itemize, 39
lscommand, 101
math, 47
minipage, 115
parbox, 115
picture, 87, 88, 91, 92
pspicture, 88
quotation, 40
quote, 40
subarray, 52
table, 44, 45
tabular, 41, 115
thebibliography, 69
verbatim, 41, 72, 73
verse, 40
epic, 87
eqnarray, 55
\eqref, 48
equation, 48
equation system, 55
\EUR, 23
europs, 23
eurosym, 23
executive paper, 11
\exp, 51
exponent, 50
exscale, 12, 53
extension, 13
.aux, 14
.cls, 14
.dtx, 13
.dvi, 14, 68
.eps, 68
.fd, 14
.idx, 14, 70
.ilg, 14
.ind, 14, 70
.ins, 14
.lof, 14
.log, 14
.lot, 14
.sty, 13, 73
.tex, 8, 13
.toc, 14
F
fancyhdr, 71, 72
\fbox, 21
figure, 44, 45
file types, 13
floating bodies, 44
\flq, 29
INDEX
\flqq, 29
flushleft, 39
flushright, 39
foiltex, 10
\foldera, 95
\folderb, 95
font, 105
\footnotesize, 106
\Huge, 106
\huge, 106
\LARGE, 106
\Large, 106
\large, 106
\mathbf, 107
\mathcal, 107
\mathit, 107
\mathnormal, 107
\mathrm, 107
\mathsf, 107
\mathtt, 107
\normalsize, 106
\scriptsize, 106
\small, 106
\textbf, 106
\textit, 106
\textmd, 106
\textnormal, 106
\textrm, 106
\textsc, 106
\textsf, 106
\textsl, 106
\texttt, 106
\textup, 106
\tiny, 106
font encoding, 12
font encodings, 27
LGR, 27
OT1, 27
T1, 27, 33
T2*, 32
T2A, 27, 33
T2B, 27
T2C, 27
X2, 27
127
font size, 105, 106
fontenc, 12, 27, 32, 33
footer, 13
\footnote, 37, 46
\footnotesize, 106
\footskip, 113
formulae, 47
\frac, 51
fraction, 51
fragile commands, 46
frame, 84
\framebox, 116
French, 28
\frenchspacing, 33, 34
\frontmatter, 36
\frq, 29
\frqq, 29
\fussy, 20
G
\gcd, 51
geometry, 73
German, 26, 29
GhostScript, 67
graphics, 9, 67
graphicx, 67, 77, 82
grave, 25
Greek letters, 49
grouping, 106
H
HLATEX, 31
hLATEXp, 31
header, 13
\headheight, 113
textttheadings, 13
\headsep, 113
\height, 116
\hline, 42
\hom, 51
horizontal
brace, 50
dots, 53
line, 50
128
INDEX
space, 110
\href, 80, 82
\hspace, 103, 110
\Huge, 106
\huge, 106
hyperref, 75, 78, 82
hypertext, 74
hyphen, 22
hyphenat, 73
\hyphenation, 20
I
\idotsint, 54
ifpdf, 82
\ifpdf, 82
ifthen, 12
\ignorespaces, 103, 104
\ignorespacesafterend, 104
\iiiint, 54
\iiint, 54
\iint, 54
\include, 14, 15
\includegraphics, 68, 77, 81, 115
\includeonly, 15
\indent, 110
indentfirst, 110
index, 70
\index, 70, 71
\inf, 51
\input, 15
input encodings
ansinew, 26
applemac, 26
cp1251, 26
cp850, 26
cp866nav, 26
koi8-ru, 26, 33
latin1, 26
macukr, 26
utf8, 26
input file, 7
inputenc, 12, 26, 32
\int, 52
integral operator, 52
international, 25
italic, 106
\item, 39
itemize, 39
K
\ker, 51
Knuth, Donald E., 1
koi8-ru, 26, 33
Korean, 30
Korean font
UHC font, 31
Korean input files, 30
L
\label, 37, 48
Lamport, Leslie, 2
language, 25
\LARGE, 106
\Large, 106
\large, 106
\LaTeX, 21
LATEX3, 4
\LaTeXe, 21
latexsym, 12
latin1, 26
layout, 112
\ldots, 24, 53
\left, 53
left aligned, 39
\leftmark, 71, 72
legal paper, 11
letter paper, 11
\lg, 51
LGR, 27
ligature, 24
\lim, 51
\liminf, 51
\limsup, 51
\line, 90, 95
line break, 19
line spacing, 109
\linebreak, 19
\linespread, 109
INDEX
\linethickness, 92, 93, 95
\listoffigures, 45
\listoftables, 45
\ln, 51
\log, 51
long equations, 55
longtable, 43
lscommand, 101
M
macukr, 26
\mainmatter, 36, 80
\makebox, 115, 116
makeidx, 12, 70
makeidx package, 70
\makeindex, 70
makeindex program, 70
\maketitle, 36
\marginparpush, 113
\marginparsep, 113
\marginparwidth, 113
margins, 112
marvosym, 23
math, 47
math font size, 56
math spacing, 53
\mathbb, 49
\mathbf, 107
\mathcal, 107
mathematical
accents, 50
delimiter, 53
functions, 51
minus, 22
mathematics, 47
\mathit, 107
\mathnormal, 107
\mathrm, 57, 107
mathrsfs, 66
\mathsf, 107
mathtext, 33
\mathtt, 107
\max, 51
\mbox, 21, 24, 115
129
METAPOST, 78
\min, 51
minimal class, 10
minipage, 115
minus sign, 22
Mittelbach, Frank, 2
mltex, 76
mltex, 76
modulo function, 51
\multicolumn, 43
\multiput, 89, 92
N
\newcommand, 102, 103
\newenvironment, 103
\newline, 19
\newpage, 19
\newsavebox, 94
\newtheorem, 57, 58
\noindent, 110
\nolinebreak, 19
\nonumber, 56
\nopagebreak, 19
\normalsize, 106
\not, 61
O
\oddsidemargin, 113
, 25
one column, 11
option, 9
optional parameters, 5
OT1, 27
\oval, 93, 95
\overbrace, 50
overfull hbox, 20
\overleftarrow, 50
\overline, 50
\overrightarrow, 50
P
package, 7, 9, 101
packages
aeguill, 76
amsbsy, 59
130
INDEX
amsfonts, 49, 66
amsmath, 48, 5154, 56, 57, 59
amssymb, 49, 60
babel, 20, 25, 3234
beamer, 8284
bm, 59
calc, 114
color, 82
dcolumn, 43
doc, 12
eepic, 87, 91
epic, 87
europs, 23
eurosym, 23
exscale, 12, 53
fancyhdr, 71, 72
fontenc, 12, 27, 32, 33
geometry, 73
graphicx, 67, 77, 82
hyperref, 75, 78, 82
hyphenat, 73
ifpdf, 82
ifthen, 12
indentfirst, 110
inputenc, 12, 26, 32
latexsym, 12
layout, 112
longtable, 43
makeidx, 12, 70
marvosym, 23
mathrsfs, 66
mathtext, 33
mltex, 76
ppower4, 84
prosper, 84
pstricks, 87, 88, 91
pxfonts, 77
showidx, 71
syntonly, 12, 15
textcomp, 22, 23
txfonts, 77
ucs, 26
verbatim, 6, 72, 73
xy, 97
INDEX
prosper, 84
\protect, 46
\providecommand, 103
\ProvidesPackage, 105
pspicture, 88
pstricks, 87, 88, 91
\put, 8994
pxfonts, 77
Q
\qbezier, 87, 89, 95
\qquad, 48, 53
\quad, 48, 53
quotation, 40
quotation marks, 21
quote, 40
R
\raisebox, 116
\ref, 37, 48, 74
\renewcommand, 102
\renewenvironment, 103
report class, 10
reserved characters, 5
\right, 53, 54
right-aligned, 39
\right., 53
\rightmark, 71, 72
roman, 106
\rule, 103, 117
S
sans serif, 106
\savebox, 94
Scandinavian letters, 25
\scriptscriptstyle, 57
\scriptsize, 106
\scriptstyle, 57
\sec, 51
\section, 35, 46
\sectionmark, 72
\selectlanguage, 26
\setlength, 88, 109, 112, 114
\settodepth, 114
\settoheight, 114
131
\settowidth, 114
showidx, 71
\sin, 51
single sided, 11
\sinh, 51
slanted, 106
slides class, 10
\sloppy, 20
\small, 106
Small Caps, 106
\smallskip, 112
space, 4
special character, 24
\sqrt, 50
square brackets, 5
square root, 50
\stackrel, 52
\stretch, 103, 110
structure, 7
strut, 117
subarray, 52
\subparagraph, 35
subscript, 50
\subsection, 35
\subsectionmark, 72
\substack, 52
\subsubsection, 35
\sum, 52
sum operator, 52
\sup, 51
superscript, 52
syntonly, 12, 15
T
T1, 27, 33
T2*, 32
T2A, 27, 33
T2B, 27
T2C, 27
table, 41
table, 44, 45
table of contents, 35
\tableofcontents, 35
tabular, 41, 115
132
INDEX
\tan, 51
\tanh, 51
\TeX, 21
\texorpdfstring, 81
\textbf, 106
\textcelsius, 22
textcomp, 22, 23
\texteuro, 23
\textheight, 113
\textit, 106
\textmd, 106
\textnormal, 106
\textrm, 57, 106
\textsc, 106
\textsf, 106
\textsl, 106
\textstyle, 57
\texttt, 106
\textup, 106
\textwidth, 113
thebibliography, 69
\thicklines, 90, 93, 95
\thinlines, 93, 95
\thispagestyle, 13
three dots, 53
tilde, 22, 50
tilde ( ~), 34
\tiny, 106
title, 11, 36
\title, 36
\tnss, 102
\today, 21
\topmargin, 113
\totalheight, 116
two column, 11
txfonts, 77
U
ucs, 26
umlaut, 25
\underbrace, 50
underfull hbox, 20
\underline, 38, 50
\unitlength, 88, 90
V
\vdots, 53
\vec, 50
\vector, 90
vectors, 50
\verb, 41
verbatim, 6, 72, 73
verbatim, 41, 72, 73
\verbatiminput, 73
verse, 40
vertical dots, 53
vertical space, 111
\vspace, 111
W
whitespace, 4
after commands, 5
at the start of a line, 4
\widehat, 50
\widetilde, 50
\width, 116
Word, 71
www, 22
WYSIWYG, 2, 3
X
X2, 27
xpdf, 75
xy, 97
\xymatrix, 98
INDEX
133