summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/coverpage/SimpleSample.tex
blob: fab6a04faaade1b0a8ffe4a300940a3d95fdfa33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
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}