summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/titlepic/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/titlepic/README')
-rw-r--r--Master/texmf-dist/doc/latex/titlepic/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/titlepic/README b/Master/texmf-dist/doc/latex/titlepic/README
new file mode 100644
index 00000000000..dbe4c98b89d
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/titlepic/README
@@ -0,0 +1,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 \ No newline at end of file