blob: b1c19b8720a5ed1f5ff01a7f16bdf3b7e9f9f4e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
The `titlepic` package for LaTeX
================================
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
Source: https://github.com/ttencate/titlepic
|