summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/titlepic/README
blob: dbe4c98b89d88df235d0c3904a3af4b723718761 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
The titlepic package allows you to place a picture on the
title page (cover page) of a LaTeX document.

Example of usage:
\usepackage[cc]{titlepic}
\usepackage{graphicx}
\titlepic{\includegraphics[width=\textwidth]{picture.png}}

Note: the package currently only works with the document
classes article, report and book.

Author: Thomas ten Cate
License: Public Domain