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 Beginner's Guide

You're reading from   LaTeX Beginner's Guide When there‚Äôs a scientific or technical paper to write, the versatility of LaTeX is very attractive. But where can you learn about the software? The answer is this superb beginner‚Äôs guide, packed with examples and explanations.

Arrow left icon
Product type Paperback
Published in Mar 2011
Publisher Packt
ISBN-13 9781847199867
Length 336 pages
Edition 1st Edition
Tools
Arrow right icon
Toc

Table of Contents (21) Chapters Close

LaTeX
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
1. Getting Started with LaTeX FREE CHAPTER 2. Formatting Words, Lines, and Paragraphs 3. Designing Pages 4. Creating Lists 5. Creating Tables and Inserting Pictures 6. Cross-Referencing 7. Listing Content and References 8. Typing Math Formulas 9. Using Fonts 10. Developing Large Documents 11. Enhancing Your Documents Further 12. Troubleshooting 13. Using Online Resources Pop Quiz Answers Index

Time for action – listing packages by topic


We shall refine the package list by introducing categories:

  1. Refine the aforementioned highlighted itemize environment of our example in the following way:

    \begin{itemize}
      \item Page layout
      \begin{itemize}
        \item geometry
        \item typearea
      \end{itemize}
      \item Headers and footers
      \begin{itemize}
        \item fancyhdr
        \item scrpage2
      \end{itemize}
      \item Line spacing
      \begin{itemize}
        \item setspace
      \end{itemize}
    \end{itemize}
  2. Typeset to see the new list:

What just happened?

We simply inserted another list inside the list. Up to four levels are possible, otherwise LaTeX would stop and print out the error message ! LaTeX Error: Too deeply nested. As we saw, the first level is marked by a bullet, and the second by an en dash. A third level item would start with an asterisk symbol *. The fourth and last level would be marked by a centered dot.

Deeply nested lists can rarely be seen; such complicated structures might be hard to read....

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 ₹800/month. Cancel anytime