Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
LaTeX Cookbook

You're reading from   LaTeX Cookbook Over 90 hands-on recipes for quickly preparing LaTeX documents to solve various challenging tasks

Arrow left icon
Product type Paperback
Published in Oct 2015
Publisher Packt
ISBN-13 9781784395148
Length 378 pages
Edition 1st Edition
Tools
Arrow right icon
Author (1):
Arrow left icon
Stefan Kottwitz Stefan Kottwitz
Author Profile Icon Stefan Kottwitz
Stefan Kottwitz
Arrow right icon
View More author details
Toc

Table of Contents (14) Chapters Close

Preface 1. The Variety of Document Types FREE CHAPTER 2. Tuning the Text 3. Adjusting Fonts 4. Working with Images 5. Beautiful Designs 6. Designing Tables 7. Contents, Indexes, and Bibliographies 8. Getting the Most out of the PDF 9. Creating Graphics 10. Advanced Mathematics 11. Science and Technology 12. Getting Support on the Internet Index

Adding a glossary


If words in your document require some explanation, you can add a glossary. This is an alphabetical list of words or phrases with their explanations. A possible improvement would be having backreferences to the locations in the text where those words are used.

How to do it...

We will work with the glossaries package by following these steps:

  1. Start with any document class. For our example, we will use the scrartcl class, because we don't start with a paragraph indentation with the parskip option. However, you can use the article class without options as well:

    \documentclass[parskip=half]{scrartcl}
  2. Load the glossaries package and choose the style called long3col:

    \usepackage[style=long3col]{glossaries}
  3. Use this command to tell the package to create a glossary:

    \makenoidxglossaries
  4. Create the first glossary entry for the word TeX. Using a key=value interface, state the name, a word indicating the sort order because the name is actually a macro. Finally, write a description. All of...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime