summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/coverpage/SimpleSample.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-07-23 23:45:04 +0000
committerKarl Berry <karl@freefriends.org>2006-07-23 23:45:04 +0000
commit6945ff103627bf3b736e3b2031cf071c77743dfb (patch)
tree145b8f451f4d3d04b604a385720206a293b2ecfb /Master/texmf-dist/doc/latex/coverpage/SimpleSample.tex
parent89114e81d794b77c9f395402ab1c2901b4d15089 (diff)
new (latex) package coverpage (26feb06)
git-svn-id: svn://tug.org/texlive/trunk@1906 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/coverpage/SimpleSample.tex')
-rw-r--r--Master/texmf-dist/doc/latex/coverpage/SimpleSample.tex48
1 files changed, 48 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/coverpage/SimpleSample.tex b/Master/texmf-dist/doc/latex/coverpage/SimpleSample.tex
new file mode 100644
index 00000000000..fab6a04faaa
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/coverpage/SimpleSample.tex
@@ -0,0 +1,48 @@
+\documentclass[a4paper]{article}
+
+
+%-----------------------------------------------------------------------
+% inclusion of this line creates extra title page with copyright notice
+% NOTE: you need an appropriate \jobname.BibTeX.txt file
+\usepackage{CoverPage}
+%-----------------------------------------------------------------------
+
+
+%-----------------------------------------------------------------------
+% after parsing the BibTeX data and reading the "CoverPage.cfg"
+% config file, you can manually setup the cover main in your main
+% document:
+%\CoverPageSetup{title=A,author=B,institute=C,insource=D,copyright=E}
+% this line would create an automatic IEEE copyright notice
+%\CoverPageSetup{year=2000,publisher=IEEE}
+% and settings like this set the source; booktitle would also work
+%\CoverPageSetup{journal=Brztlbrnft Journal}
+% Of course, all necessary keys can be combined in a single
+% \CoverPageSetup command.
+%-----------------------------------------------------------------------
+
+
+\begin{document}
+
+\title{Some Waste of Paper}
+\author{I. M. Author and Al So-Un Known}
+\maketitle
+
+\begin{abstract}
+This is my fantastic abstract.
+This is my fantastic abstract.
+This is my fantastic abstract.
+This is my fantastic abstract.
+This is my fantastic abstract.
+This is my fantastic abstract.
+\end{abstract}
+
+\section{This is only a demonstration!}
+Place the contents here.
+Place the contents here.
+Place the contents here.
+Place the contents here.
+Place the contents here.
+Place the contents here.
+
+\end{document}