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 background image

We can add background graphics, such as watermarks, pre-designed letter-heads, or photos to any LaTeX document. This recipe will demonstrate how.

How to do it...

We will use the background package. In this recipe, you can use any LaTeX document. You may also start with the article class and add some dummy text. The code bundle for the book contains full examples. You can download it at http://latex-cookbook.net.

You just need to insert some commands into your document preamble, which means between the \documentclass{…} and \begin{document} commands. It would do the following:

  • Load the background package
  • Set up the background using the command \backgroundsetup, with options

Here we go:

  1. Load the background package:
    \usepackage{background}
  2. Set up the background. Optionally, specify scaling factor, rotation angle, and opacity. Provide the command for printing in the background. We will use the \includegraphics command here, with a drawing of the CTAN lion:
    \backgroundsetup...
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