diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:44:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:44:40 +0000 |
commit | b4fc5f639874db951177ec539299d20908adb654 (patch) | |
tree | 52f08823ca58fffe3db6a9b075635038c567626c /Master/texmf-dist/doc/latex/computational-complexity/cctemplate.tex | |
parent | dec3d98ebe442d7ea93efbaa8dd2e2be8149a467 (diff) |
doc 4
git-svn-id: svn://tug.org/texlive/trunk@80 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 | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/computational-complexity/cctemplate.tex b/Master/texmf-dist/doc/latex/computational-complexity/cctemplate.tex new file mode 100644 index 00000000000..04769ca12d4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/computational-complexity/cctemplate.tex @@ -0,0 +1,48 @@ +\begin{filecontents*}{myrefs.bib} + %% Insert your bibliography file here (if any) +\end{filecontents*} +\begin{filecontents}{main.bbl} + %% Replace `main.bbl' by your main file's name + ".bbl" + %% Insert your bbl file here (if any) +\end{filecontents} +\documentclass{cc} + +%%% personal macros and packages +%%% end of personal macros and packages + +%%\ccpublish{}{}{}{} +\contact{}% Insert contact email address here. +\received{}% Insert received date here. +\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{}% Insert your bibliography file names here. + +\end{document} + |