summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/coverpage/SimpleSample.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/coverpage/SimpleSample.tex
Initial commit
Diffstat (limited to 'macros/latex/contrib/coverpage/SimpleSample.tex')
-rw-r--r--macros/latex/contrib/coverpage/SimpleSample.tex48
1 files changed, 48 insertions, 0 deletions
diff --git a/macros/latex/contrib/coverpage/SimpleSample.tex b/macros/latex/contrib/coverpage/SimpleSample.tex
new file mode 100644
index 0000000000..fab6a04faa
--- /dev/null
+++ b/macros/latex/contrib/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}