summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/sfheaders/README6
-rw-r--r--Master/texmf-dist/tex/latex/sfheaders/sfheaders.sty172
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check2
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds2
-rw-r--r--Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc1
-rw-r--r--Master/tlpkg/tlpsrc/sfheaders.tlpsrc0
6 files changed, 2 insertions, 181 deletions
diff --git a/Master/texmf-dist/doc/latex/sfheaders/README b/Master/texmf-dist/doc/latex/sfheaders/README
deleted file mode 100644
index 95c9ded5de4..00000000000
--- a/Master/texmf-dist/doc/latex/sfheaders/README
+++ /dev/null
@@ -1,6 +0,0 @@
-This style file (for LaTeX-2e) borrows some definitions from the
-standard article/report/book classes; and modifies them in order to
-print the part(*), chapter(*), section, subsection ... headers with
-the Sans-Serif variant of the current font.
-
-(*) Some standard classes do not have these headers
diff --git a/Master/texmf-dist/tex/latex/sfheaders/sfheaders.sty b/Master/texmf-dist/tex/latex/sfheaders/sfheaders.sty
deleted file mode 100644
index d7f06f94cd8..00000000000
--- a/Master/texmf-dist/tex/latex/sfheaders/sfheaders.sty
+++ /dev/null
@@ -1,172 +0,0 @@
-% Package: SFheaders.sty
-% Sans-Serif headers; modified from {book|report|article}.cls defaults.
-% Last change: MLO 1997-09-25 10:21 *****
-%
-% Author: Maurizio Loreti, aka MLO or (HAM) I3NOO
-% Work: University of Padova - Department of Physics
-% Via F. Marzolo, 8 - 35131 PADOVA - Italy
-% EMail: loreti@padova.infn.it
-% WWW: http://wwwcdf.pd.infn.it/~loreti/mlo.html
-
-\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{sfheaders}[1997/09/25 Sans-Serif headers]
-
-\@ifclassloaded{article}{
-% Here if \documentclass{article}
- \def\@part[#1]#2{%
- \ifnum \c@secnumdepth >\m@ne
- \refstepcounter{part}%
- \addcontentsline{toc}{part}{\thepart\hspace{1em}#1}%
- \else
- \addcontentsline{toc}{part}{#1}%
- \fi
- {\parindent \z@ \raggedright
- \interlinepenalty \@M
- \normalfont
- \ifnum \c@secnumdepth >\m@ne
- \Large \sffamily \bfseries \partname~\thepart
- \par\nobreak
- \fi
- \huge \sffamily \bfseries #2%
- \markboth{}{}\par}%
- \nobreak
- \vskip 3ex
- \@afterheading}
- \def\@spart#1{%
- {\parindent \z@ \raggedright
- \interlinepenalty \@M
- \normalfont
- \huge \sffamily \bfseries #1\par}%
- \nobreak
- \vskip 3ex
- \@afterheading}}
-{\@ifclassloaded{book}{
-% Here if \documentclass{book}
- \def\@part[#1]#2{%
- \ifnum \c@secnumdepth >-2\relax
- \refstepcounter{part}%
- \addcontentsline{toc}{part}{\thepart\hspace{1em}#1}%
- \else
- \addcontentsline{toc}{part}{#1}%
- \fi
- \markboth{}{}%
- {\centering
- \interlinepenalty \@M
- \normalfont
- \ifnum \c@secnumdepth >-2\relax
- \huge \sffamily \bfseries \partname~\thepart
- \par
- \vskip 20\p@
- \fi
- \Huge \sffamily \bfseries #2\par}%
- \@endpart}
-
- \def\@spart#1{%
- {\centering
- \interlinepenalty \@M
- \normalfont
- \Huge \sffamily \bfseries #1\par}%
- \@endpart}
-
- \def\@makechapterhead#1{%
- \vspace*{50\p@}%
- {\parindent \z@ \raggedright \normalfont
- \ifnum \c@secnumdepth >\m@ne
- \if@mainmatter
- \huge \sffamily \bfseries \@chapapp\space \thechapter
- \par\nobreak
- \vskip 20\p@
- \fi
- \fi
- \interlinepenalty\@M
- \Huge \sffamily \bfseries #1\par\nobreak
- \vskip 40\p@
- }}
-
- \def\@makeschapterhead#1{%
- \vspace*{50\p@}%
- {\parindent \z@ \raggedright
- \normalfont
- \interlinepenalty\@M
- \Huge \sffamily \bfseries #1\par\nobreak
- \vskip 40\p@
- }}
-}{
-% Here if none of the above (\documentclass{report} ?)
- \def\@part[#1]#2{%
- \ifnum \c@secnumdepth >-2\relax
- \refstepcounter{part}%
- \addcontentsline{toc}{part}{\thepart\hspace{1em}#1}%
- \else
- \addcontentsline{toc}{part}{#1}%
- \fi
- \markboth{}{}%
- {\centering
- \interlinepenalty \@M
- \normalfont
- \ifnum \c@secnumdepth >-2\relax
- \huge \sffamily \bfseries \partname~\thepart
- \par
- \vskip 20\p@
- \fi
- \Huge \sffamily \bfseries #2\par}%
- \@endpart}
-
- \def\@spart#1{%
- {\centering
- \interlinepenalty \@M
- \normalfont
- \Huge \sffamily \bfseries #1\par}%
- \@endpart}
-
- \def\@makechapterhead#1{%
- \vspace*{50\p@}%
- {\parindent \z@ \raggedright \normalfont
- \ifnum \c@secnumdepth >\m@ne
- \huge \sffamily \bfseries \@chapapp\space \thechapter
- \par\nobreak
- \vskip 20\p@
- \fi
- \interlinepenalty\@M
- \Huge \sffamily \bfseries #1\par\nobreak
- \vskip 40\p@
- }}
-
- \def\@makeschapterhead#1{%
- \vspace*{50\p@}%
- {\parindent \z@ \raggedright
- \normalfont
- \interlinepenalty\@M
- \Huge \sffamily \bfseries #1\par\nobreak
- \vskip 40\p@
- }}
-}}
-
-\renewcommand{\section}{\@startsection {section}{1}{\z@}%
- {-3.5ex \@plus -1ex \@minus -.2ex}%
- {2.3ex \@plus.2ex}%
- {\normalfont\Large\sffamily\bfseries}}
-
-\renewcommand{\subsection}{\@startsection{subsection}{2}{\z@}%
- {-3.25ex\@plus -1ex \@minus -.2ex}%
- {1.5ex \@plus .2ex}%
- {\normalfont\large\sffamily\bfseries}}
-
-\renewcommand{\subsubsection}{\@startsection{subsubsection}{3}{\z@}%
- {-3.25ex\@plus -1ex \@minus -.2ex}%
- {1.5ex \@plus .2ex}%
- {\normalfont\normalsize\sffamily\bfseries}}
-
-\renewcommand{\paragraph}{\@startsection{paragraph}{4}{\z@}%
- {3.25ex \@plus1ex \@minus.2ex}%
- {-1em}%
- {\normalfont\normalsize\sffamily\bfseries}}
-
-\renewcommand{\subparagraph}{\@startsection{subparagraph}{5}{\parindent}%
- {3.25ex \@plus1ex \@minus .2ex}%
- {-1em}%
- {\normalfont\normalsize\sffamily\bfseries}}
-\endinput
-
-%%
-%% End of `SFheaders.sty'.
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index e0b769db939..3f8f74c78d0 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -316,7 +316,7 @@ my @TLP_working = qw(
scalebar schemabloc scientificpaper sciposter screenplay sdrt
secdot section sectionbox sectsty selectp semantic semaphor
seminar semioneside sepnum
- seqsplit serbian-lig setspace seuthesis sf298 sffms sfg sfheaders
+ seqsplit serbian-lig setspace seuthesis sf298 sffms sfg
sfmath sgame shade shadethm shadow shapepar
shipunov shorttoc show2e showexpl showlabels showtags shuffle
sidecap sides silence simplecd simplecv simplewick simplified-latex
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index d77d0ed66fd..95f1d82aa98 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -731,7 +731,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'seminar', "&MAKEseminar",
'setouterbox', "die 'skipping, use oberdiek'",
'sfarticle', "die 'skipping, LaTeX 2.09'",
-# 'sfheaders', "die 'skipping, noinfo license, no reply from author'",
+ 'sfheaders', "die 'skipping, noinfo license, no reply from author'",
'shadbox', "die 'skipping, nonfree license'",
'shipunov', "&MAKEcopy",
'shortlst', "die 'skipping, nosell license'",
diff --git a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
index 0e4ad99f3d8..d7ea4a56b08 100644
--- a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
+++ b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
@@ -577,7 +577,6 @@ depend seqsplit
depend serbian-lig
depend sf298
depend sffms
-depend sfheaders
depend sfmath
depend shadow
depend shadethm
diff --git a/Master/tlpkg/tlpsrc/sfheaders.tlpsrc b/Master/tlpkg/tlpsrc/sfheaders.tlpsrc
deleted file mode 100644
index e69de29bb2d..00000000000
--- a/Master/tlpkg/tlpsrc/sfheaders.tlpsrc
+++ /dev/null