summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/computational-complexity/cctemplate.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-03-20 18:12:53 +0000
committerKarl Berry <karl@freefriends.org>2008-03-20 18:12:53 +0000
commitc7529bba4b9ee042b3afac75519d193644572dbd (patch)
tree5b6dff743e99e8c8fd4b182bc12a464c8723b3b7 /Master/texmf-dist/doc/latex/computational-complexity/cctemplate.tex
parente0d729e2be657ab085b3ba0238ca79ed8fd2becb (diff)
computational-complexity 2.08 (19mar08)
git-svn-id: svn://tug.org/texlive/trunk@7045 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/computational-complexity/cctemplate.tex')
-rw-r--r--Master/texmf-dist/doc/latex/computational-complexity/cctemplate.tex16
1 files changed, 9 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/computational-complexity/cctemplate.tex b/Master/texmf-dist/doc/latex/computational-complexity/cctemplate.tex
index 04769ca12d4..befa5124c71 100644
--- a/Master/texmf-dist/doc/latex/computational-complexity/cctemplate.tex
+++ b/Master/texmf-dist/doc/latex/computational-complexity/cctemplate.tex
@@ -1,9 +1,8 @@
-\begin{filecontents*}{myrefs.bib}
- %% Insert your bibliography file here (if any)
+\begin{filecontents*}{\jobname.bib}
+ %% Insert your bibliography file here
\end{filecontents*}
-\begin{filecontents}{main.bbl}
- %% Replace `main.bbl' by your main file's name + ".bbl"
- %% Insert your bbl file here (if any)
+\begin{filecontents}{\jobname.bbl}
+ %% Insert your bbl file here (please also add your bib file above!)
\end{filecontents}
\documentclass{cc}
@@ -12,7 +11,9 @@
%%\ccpublish{}{}{}{}
\contact{}% Insert contact email address here.
-\received{}% Insert received date here.
+\received{}% Insert the date on which you made the original
+ % submission of your paper to computational complexity,
+ % in the format \received{8 August 2008}.
\title{}% Insert title here. (Use \\ to split lines.)
%%\titlehead{}% If necessary insert running head title here.
\author{}% Insert author list here. (Each author must be given
@@ -42,7 +43,8 @@
%% Insert your acknowledgments here.
\end{acknowledge}
-\bibliography{}% Insert your bibliography file names here.
+\bibliography{journals,\jobname}% Put your bibliography into the above
+ % filecontents environment!
\end{document}