diff options
author | Karl Berry <karl@freefriends.org> | 2011-07-28 23:04:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-07-28 23:04:33 +0000 |
commit | af14dce2ed8e2cd8157783358de054b25e3e07c3 (patch) | |
tree | a1f5531d4e306fe8fb8210a83d0fe90acf982a45 /Master/texmf-dist/doc/latex/computational-complexity/cctemplate.tex | |
parent | a3177f6a8eb3a69943fa03301bd7579494b23e3e (diff) |
computational-complexity 2.19 (28jul11)
git-svn-id: svn://tug.org/texlive/trunk@23259 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.tex | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/computational-complexity/cctemplate.tex b/Master/texmf-dist/doc/latex/computational-complexity/cctemplate.tex index befa5124c71..66528b2c0fd 100644 --- a/Master/texmf-dist/doc/latex/computational-complexity/cctemplate.tex +++ b/Master/texmf-dist/doc/latex/computational-complexity/cctemplate.tex @@ -1,19 +1,22 @@ +%%% Template (2011/07/27) for an article using cc \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!) + %% Insert your bbl file here if you do not have a bibliography file \end{filecontents} + \documentclass{cc} +%%\ccsps{} + %%% 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 +\submitted{}% Insert the date on which you made the original % submission of your paper to computational complexity, - % in the format \received{8 August 2008}. + % in the format \submitted{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,6 +45,8 @@ \begin{acknowledge} %% Insert your acknowledgments here. \end{acknowledge} +%% \noacknowledge% This command must be here if there are no + % acknowledgements. \bibliography{journals,\jobname}% Put your bibliography into the above % filecontents environment! |