summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/computational-complexity/cctemplate.tex
diff options
context:
space:
mode:
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}