52 lines
2.0 KiB
TeX
52 lines
2.0 KiB
TeX
% Copyright 2006 Konstantin Korikov <lostclus@ua.fm>
|
|
%
|
|
% This work may be distributed and/or modified under the
|
|
% conditions of the LaTeX Project Public License, either version 1.3
|
|
% of this license or (at your option) any later version.
|
|
% The latest version of this license is in
|
|
% http://www.latex-project.org/lppl.txt
|
|
% and version 1.3 or later is part of all distributions of LaTeX
|
|
% version 2003/12/01 or later.
|
|
%
|
|
% This work has the LPPL maintenance status "maintained".
|
|
%
|
|
% This Current Maintainer of this work is Konstantin Korikov.
|
|
%
|
|
% This work consists of all files listed in manifest.txt.
|
|
%
|
|
|
|
%
|
|
% This is automaticaly generated file, do not edit it.
|
|
%
|
|
|
|
\NeedsTeXFormat{LaTeX2e}
|
|
\ProvidesClass{xespdgraph}[2020/03/20 v1.00 Graphical Documentation]
|
|
|
|
\DeclareOption{russian}{\PassOptionsToPackage{\CurrentOption}{xespdlang}}
|
|
\DeclareOption{koi8-r}{\PassOptionsToPackage{\CurrentOption}{xespdlang}}
|
|
\DeclareOption{koi8-u}{\PassOptionsToPackage{\CurrentOption}{xespdlang}}
|
|
\DeclareOption{cp1251}{\PassOptionsToPackage{\CurrentOption}{xespdlang}}
|
|
\DeclareOption{iso8859-5}{\PassOptionsToPackage{\CurrentOption}{xespdlang}}
|
|
\DeclareOption{cp866}{\PassOptionsToPackage{\CurrentOption}{xespdlang}}
|
|
\DeclareOption{utf-8}{\PassOptionsToPackage{\CurrentOption}{xespdlang}}
|
|
\DeclareOption{utf8}{\PassOptionsToPackage{\CurrentOption}{xespdlang}}
|
|
\DeclareOption{draft}{\PassOptionsToClass{\CurrentOption}{article}}
|
|
\DeclareOption{twoside}{%
|
|
\ClassError{xespdgraph}{Two side printing is not allowed for
|
|
graphical documentation}{}}
|
|
\DeclareOption{formII}{%
|
|
\ClassError{xespdgraph}{formII style is for textual documentation}{}}
|
|
\DeclareOption*{\PassOptionsToPackage{\CurrentOption}{xespdstamp}}
|
|
|
|
\ProcessOptions\relax
|
|
|
|
\LoadClass{article}
|
|
\RequirePackage{xespdlang}
|
|
\RequirePackage[formI,columnxxvi,ignorestamp]{xespdstamp}
|
|
\RequirePackage{xespdinfo}
|
|
|
|
\newenvironment{XESPDdrawing}{%
|
|
\clearpage\mbox{}\strut\par\vspace{-\baselineskip}\vfill%
|
|
\begin{center}}{\end{center}\vfill\clearpage}
|
|
|