\begin{filecontents*}{\jobname.bib} %% Insert your bibliography file here \end{filecontents*} \begin{filecontents}{\jobname.bbl} %% Insert your bbl file here (please also add your bib file above!) \end{filecontents} \documentclass{cc} %%% personal macros and packages %%% end of personal macros and packages %%\ccpublish{}{}{}{} \contact{}% Insert contact email address 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 % including his/her current address, email and possibly % homepage. Lines are seperated by \\, different authors % are seperated by \and .) %%\authorhead{}% If necessary insert running head authors here. %%\authorlist{}% If necessary insert title author list here. \begin{abstract} %% Insert abstract here. \end{abstract} \begin{keywords} %% Insert keywords here. \end{keywords} \begin{subject} %% Insert subject classification here. \end{subject} \begin{document} %%% Insert your article text here. \begin{acknowledge} %% Insert your acknowledgments here. \end{acknowledge} \bibliography{journals,\jobname}% Put your bibliography into the above % filecontents environment! \end{document}