diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-13 00:00:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-13 00:00:27 +0000 |
commit | e9351f8ac4f8603d6020be78e092e939e24d89d0 (patch) | |
tree | 8685ab79522a6950137c99cb014279dedf34e334 /Master/texmf-dist/tex/latex/ncclatex/nccproc.cls | |
parent | 1fa165c67ca6c4bade32ffbec3cfcc8ea860507c (diff) |
ncclatex
git-svn-id: svn://tug.org/texlive/trunk@1131 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/ncclatex/nccproc.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/ncclatex/nccproc.cls | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/ncclatex/nccproc.cls b/Master/texmf-dist/tex/latex/ncclatex/nccproc.cls new file mode 100644 index 00000000000..7a41334f7f8 --- /dev/null +++ b/Master/texmf-dist/tex/latex/ncclatex/nccproc.cls @@ -0,0 +1,68 @@ +\NeedsTeXFormat{LaTeX2e}[1995/12/01] +\ProvidesClass{nccproc} + [2005/01/14 v1.2 Generic Proceedings Class (NCC)] +% +% \changes{v1.0}{2004/04/08}{This version was uploaded to CTAN} +% \changes{v1.1}{2004/09/18}{Documentation was corrected} +% \changes{v1.2}{2005/01/14}{Remove small, fleqn, and leqno options} +% +% The base class for NCC Proceedings. It supports bilingual +% (Russian and English) proceedings. +% +\DeclareOption{a5paper}{\OptionNotUsed} +\DeclareOption{a5a4paper}{\OptionNotUsed} +\DeclareOption{b5paper}{\OptionNotUsed} +\DeclareOption{letterpaper}{\OptionNotUsed} +\DeclareOption{legalpaper}{\OptionNotUsed} +\DeclareOption{executivepaper}{\OptionNotUsed} +\DeclareOption{fittopage}{\OptionNotUsed} +\DeclareOption{11pt}{\OptionNotUsed} +\DeclareOption{12pt}{\OptionNotUsed} +\DeclareOption{14pt}{\OptionNotUsed} +\DeclareOption{oneside}{\OptionNotUsed} +\DeclareOption{twocolumn}{\OptionNotUsed} +\DeclareOption{openbib}{\OptionNotUsed} +\DeclareOption{preprint}{\OptionNotUsed} +\DeclareOption{monography}{\OptionNotUsed} +\DeclareOption{report}{\OptionNotUsed} +\DeclareOption*{\PassOptionsToClass{\CurrentOption}{ncc}} +\PassOptionsToClass{10pt,twoside,onecolumn,article,a4paper,small}{ncc} +\ProcessOptions\relax +\LoadClass{ncc} +% +% Centered sections with indentation after them +% +\sectionstyle{center} +\indentaftersection +% +% Define page layout +% +\headsep=20pt +\ToCenter[h]{126.5mm}{199mm} +\RequirePackage[title,myheadings]{ncchdr} +\def\NCC@articlehead{\thispagestyle{title}} +% +% Specify a title mark declaration command: +% +% \DeclareTitleMark{Proceedings title}{Location}{Page abbreviation} +% +\newcommand*{\DeclareTitleMark}[3]{% + \renewcommand\titlemark{\rm + \smash{\parbox[t]\linewidth{{\centering #1\endgraf}% + \vspace{.8mm}\small\rm #2, \theyear\hfill + #3~\thepage--\pageref{NCC@lastpage}}}} +} +\@onlypreamble\DeclareTitleMark +% +% Article info (it is redefined while making contents). +% \info{Author's list}{Title}{Start page} +% In articles, it is used for setting a starting page number +% +\newcommand*\info[3]{\setcounter{page}{#3}} +% +% Defaults +% +\renewcommand{\headrulewidth}{.6\p@} +\renewcommand{\headstrutheight}{.25\normalbaselineskip} +\DeclareTitleMark{PROCEEDINGS TITLE}{Location}{P.} +\endinput |