summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/ncclatex/ncchdr.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/ncclatex/ncchdr.sty')
-rw-r--r--Master/texmf-dist/tex/latex/ncclatex/ncchdr.sty37
1 files changed, 15 insertions, 22 deletions
diff --git a/Master/texmf-dist/tex/latex/ncclatex/ncchdr.sty b/Master/texmf-dist/tex/latex/ncclatex/ncchdr.sty
index f05c47adc2f..49d03ba041a 100644
--- a/Master/texmf-dist/tex/latex/ncclatex/ncchdr.sty
+++ b/Master/texmf-dist/tex/latex/ncclatex/ncchdr.sty
@@ -1,39 +1,32 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{ncchdr}
- [2005/01/12 v1.02 Fancy headers for NCC class (NCC)]
+ [2005/12/27 v1.04 Fancy headers for NCC class (NCC)]
%
% \changes{v1.01}{2002/02/14}{This version is uploaded to CTAN}
% \changes{v1.02}{2002/04/25}{Bug in left header fixed}
% \changes{v1.03}{2005/01/12}{Bug in \PassOptionsToPackage command fixed}
+% \changes{v1.04}{2005/12/27}{It is based now on the nccheadings package}
%
% This package redefines NCC page styles to fancy styles
% and defines the fancy `title' page style if the `title' option is used.
% This style has three header marks:
% \lefttitlemark, \titlemark (in center), and \righttitlemark.
%
-% If NCC class is not loaded, the package transfers redifinition of
-% styles to the nccfancyhdr package in assumption that one of standard
-% LaTeX classes is loaded.
-%
-\@ifundefined{NCC@setpsheading}{%
- \def\NCC@temp{\PassOptionsToPackage{\CurrentOption}{nccfancyhdr}}%
-}{%
- \def\NCC@temp{%
- \def\NCC@setpsheading{\ps@fancy
- \fancyhead[CO]{%
- \fancycenter{}%
- {\small\itshape\ignorespaces\rightmark\unskip}%
- {\thepage}%
- }%
- \fancyhead[CE]{%
- \fancycenter{\thepage}%
- {\small\itshape\ignorespaces\leftmark\unskip}%
- {}%
- }%
+\RequirePackage{nccheadings}
+\def\NCC@temp{%
+ \def\NCC@setpsheading{\ps@fancy
+ \fancyhead[CO]{%
+ \fancycenter{}%
+ {\small\itshape\ignorespaces\rightmark\unskip}%
+ {\thepage}%
+ }%
+ \fancyhead[CE]{%
+ \fancycenter{\thepage}%
+ {\small\itshape\ignorespaces\leftmark\unskip}%
+ {}%
}%
}%
-}
-%
+}%
\DeclareOption{empty}{%
\PassOptionsToPackage{\CurrentOption}{nccfancyhdr}%
\AtEndOfPackage{\pagestyle{empty}}%