diff options
author | Norbert Preining <preining@logic.at> | 2006-10-04 08:43:01 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2006-10-04 08:43:01 +0000 |
commit | ba9472aebfed07843bc4faa00c7b96bc86194691 (patch) | |
tree | 4a952a012e2f1663beaac6384dec265fb50dd361 /Master/texmf-dist/tex/latex/ncclatex/nccart.clo | |
parent | a88bdfe70c672cfced299babf0a54881a916bcca (diff) |
Fix ctan2tds for pgf installation
comment powerdot-doc-vn in tpm-ctan-check, it always breaks
Update of the following packages:
labelcas pstricks-add sectionbox ltxmisc frenchle flowfram verse emulateapj
pst-pdf poemscol babelbib dk-bib breakurl screenplay ncctools xkeyval bibleref
muthesis pst-labo pgf ncclatex active-conf xcolor commath lineno dottex makeplo
git-svn-id: svn://tug.org/texlive/trunk@2240 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/ncclatex/nccart.clo')
-rw-r--r-- | Master/texmf-dist/tex/latex/ncclatex/nccart.clo | 35 |
1 files changed, 4 insertions, 31 deletions
diff --git a/Master/texmf-dist/tex/latex/ncclatex/nccart.clo b/Master/texmf-dist/tex/latex/ncclatex/nccart.clo index 37c29edabac..95abb246ed7 100644 --- a/Master/texmf-dist/tex/latex/ncclatex/nccart.clo +++ b/Master/texmf-dist/tex/latex/ncclatex/nccart.clo @@ -1,5 +1,5 @@ \ProvidesFile{nccart.clo} - [2005/03/23 v1.05 Article subclass (NCC)] + [2005/12/27 v1.06 Article subclass (NCC)] % % \changes{v1.01}{2002/02/19}{This version is uploaded to CTAN} % \changes{v1.02}{2002/05/17}{Bug in abstract fixed. Extra space removed.} @@ -7,33 +7,12 @@ % \changes{v1.04}{2004/12/06}{Replace \NCC@null with \StartFromTextArea} % \changes{v1.04}{2004/12/16}{Replace \NCC@gempty with \@empty} % \changes{v1.05}{2005/03/23}{Remove \skipwritingtoaux in index head} +% \changes{v1.06}{2005/12/24}{Definition of |thebibliography| removed} +% \changes{v1.06}{2005/12/24}{Remove \NCC@tochead, \NCC@idxhead macros} +% \changes{v1.06}{2005/12/27}{Remove headings support} % \setcounter{tocdepth}{3} \setcounter{secnumdepth}{3} -\def\NCC@tochead#1{\noheadingtag\skipwritingtoaux\section{#1}} -\def\NCC@idxhead#1{% - \twocolumn[\noheadingtag\section{#1}]% - \thispageheading{}% -} -% -% \ps@headings, \ps@myheadings -% -\def\ps@headings{\NCC@setpsheading - \def\partmark##1{% - \NCC@firstmark{\ifnum \c@secnumdepth>\m@ne\thepart.\enskip \fi - \ignorespaces##1}}% - \def\sectionmark##1{% - \NCC@firstmark{\ifnum \c@secnumdepth>\z@\thesection.\enskip \fi - \ignorespaces##1}}% - \def\subsectionmark##1{% - \NCC@secondmark{\ifnum\c@secnumdepth>\@ne\thesubsection.\enskip\fi - \ignorespaces##1}}% -} -\def\ps@myheadings{\NCC@setpsheading - \let\partmark \@gobble - \let\sectionmark \@gobble - \let\subsectionmark\@gobble -} % % \maketitle % @@ -79,10 +58,4 @@ \setcounter{section}{-1}\stepcounter{section}% \gdef\thesection{\@Alph\c@section}% } -% -% thebibliography -% -\newenvironment{thebibliography}{% - \noheadingtag \section{\refname}\biblist[0]% -}{\endbiblist} \endinput |