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

Adding footnotes to a table


Entries in tables, such as row header text, should be short, or they can present difficulties. For example, long headers could make it harder for our eyes to follow a row with short entries but wide skips. One approach to adding the necessary details while keeping the table itself short and crisp is using footnotes.

Instead of placing the notes at the foot of the page, it's a good idea to add the notes directly at the foot of the table. We also call them table notes. Some benefits of this are as follows:

  • Tables are usually self-contained objects for reference.

  • While common footnotes are written at the page bottom to retain the text flow, text following a table is usually independent of that table. So there's no need to defer notes further down.

  • Tables can automatically move for better page breaks; their notes should stay together with the corresponding table.

  • Table notes can be independent of text footnotes. This saves headaches about keeping numbering in order.

Footnotes...