summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/paper/journal.cls
blob: 99cda5d654304fff02ae78390cfef9f5e7681b5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
%%
%% This is file `journal.cls',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% paper.dtx  (with options: `journal')
%% 
%% Copyright (C) 1993, 1998 by wenzel_matiaske@notes.uni-paderborn.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.0l}
\def\filedate{2008/05/30}
\def\docdate{1996/11/02}
\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'.