Book Image

LaTeX Cookbook

By : Stefan Kottwitz
Book Image

LaTeX Cookbook

By: Stefan Kottwitz

Overview of this book

LaTeX is a high-quality typesetting software and is very popular, especially among scientists. Its programming language gives you full control over every aspect of your documents, no matter how complex they are. LaTeX's huge amount of customizable templates and supporting packages cover most aspects of writing with embedded typographic expertise. With this book you will learn to leverage the capabilities of the latest document classes and explore the functionalities of the newest packages. The book starts with examples of common document types. It provides you with samples for tuning text design, using fonts, embedding images, and creating legible tables. Common document parts such as the bibliography, glossary, and index are covered, with LaTeX's modern approach.You will learn how to create excellent graphics directly within LaTeX, including diagrams and plots quickly and easily. Finally, you will discover how to use the new engines XeTeX and LuaTeX for advanced programming and calculating with LaTeX. The example-driven approach of this book is sure to increase your productivity.
Table of Contents (19 chapters)
LaTeX Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Tuning a table of contents, lists of figures, and tables


When we start using LaTeX, the automatic creation of a table of contents (ToC) is impressive. The ToC with sectioning titles and page numbers is generated from your heading texts in commands such as \part, \chapter, and \section. The lists of figures and tables work in exactly the same way while they use the texts in the \caption command for the list entries. The design of the default table of contents follows a very common style. In some cases, though, you might need to adjust it.

How to do it...

We will use the tocstyle package to customize the table of contents. It belongs to the KOMA-Script bundle. You can try the settings of the recipe in your own document, or use the example from Chapter 1, The Variety of Document Types.

Automatic correction of widths

The default widths of numbers of sectioning numbers and page numbers in the ToC are static. This can lead to problems with large sectioning numbers, as well as with large page numbers...