diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-13 00:01:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-13 00:01:41 +0000 |
commit | b48389b4bf081ced4c8469326c3b9980c6db990a (patch) | |
tree | a6e460aba3b14576562af17dd201359d56192fef /Master/texmf-dist/tex/latex/paper/journal.cls | |
parent | c8af7edc6e96579af3882718d6a455add80c2816 (diff) |
paper
git-svn-id: svn://tug.org/texlive/trunk@1168 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/paper/journal.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/paper/journal.cls | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/paper/journal.cls b/Master/texmf-dist/tex/latex/paper/journal.cls new file mode 100644 index 00000000000..ffa8562420a --- /dev/null +++ b/Master/texmf-dist/tex/latex/paper/journal.cls @@ -0,0 +1,27 @@ +%% +%% This is file `journal.cls', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% paper.dtx (with options: `journal') +%% +%% Copyright (C) 1993, 1996 by Wenzel Matiaske, mati1831@perform.ww.tu-berlin.de +%% +%% You are not allowed to distribute this file without the +%% original source paper.dtx. For distribution of the +%% sources see the copyright notice in the file paper.dtx. +%% +\def\filename{journal} +\def\fileversion{1.0i} +\def\filedate{1996/07/25} +\def\docdate{1996/07/25} +\NeedsTeXFormat{LaTeX2e} +\ProvidesClass{journal}[\filedate\space\fileversion\space% + LaTeX document class (wm).] +\DeclareOption*{\PassOptionsToClass{\CurrentOption}{paper}} +\ProcessOptions +\LoadClass[journal]{paper} +\endinput +%% +%% End of file `journal.cls'. |