summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/titlesec/titlesec.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/titlesec/titlesec.tex')
-rw-r--r--Master/texmf-dist/doc/latex/titlesec/titlesec.tex29
1 files changed, 23 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/titlesec/titlesec.tex b/Master/texmf-dist/doc/latex/titlesec/titlesec.tex
index 1e6a3ad1af0..29d2a6ef517 100644
--- a/Master/texmf-dist/doc/latex/titlesec/titlesec.tex
+++ b/Master/texmf-dist/doc/latex/titlesec/titlesec.tex
@@ -21,7 +21,7 @@
% The Current Maintainer of this work is Javier Bezos.
\def\fileversion{2.9.2}
-\def\docdate{2011-08-28}
+\def\docdate{2011-11-17}
\documentclass[a4paper]{ltxguide}
\usepackage[sf,bf,compact,topmarks,calcwidth,pagestyles]{titlesec}
@@ -41,11 +41,12 @@
\usepackage{textcomp,pslatex}
\usepackage[linktocpage]{hyperref}
-\title{The \textsf{titlesec} and \textsf{titletoc}
+\title{The \textsf{titlesec}, \textsf{titleps} and \textsf{titletoc}
Packages\footnote{The \textsf{titlesec} package is currently at
version 2.9.2. \copyright{} 1998--2011 Javier Bezos.
The \textsf{titletoc} package is currently at
-version 1.6. \copyright{} 1999--2011 Javier Bezos. All Rights
+version 1.6. The \textsf{titleps} package is currently at version
+1.0. \copyright{} 1999--2011 Javier Bezos. All Rights
Reserved.}}
\author{Javier Bezos\footnote{For bug reports, comments and
@@ -1032,7 +1033,9 @@ headline and footline settings. Those page styles has been designed to work
with sectioning related information; you shouldn't use to create
headers with the first an last entry of a page in a dictionary,
for example (you could, but it is more complicated than with
-\textsf{fancyhdr}).
+\textsf{fancyhdr}). Most of these features (but not all) are also
+available as a separate package named \texttt{titleps} -- see below
+for further details.
It works with standard classes and many others; however, additional
\LaTeX{} layout
@@ -1073,7 +1076,7 @@ headlines. Fragile commands are allowed.
In |<commands>| you can use
\begin{desc}
-|\headrule \footrule|\\
+|\headrule \footrule|\\
|\setheadrule{<length>} \setfootrule{<length>}|
\end{desc}
@@ -1189,7 +1192,7 @@ as in:
\begin{desc}
|\widenhead[<even-left>][<even-right>]{<odd-left>}{<odd-right>}|\\
-|\widenhead*{<even-right>/<odd-left>/}{<even-left>/<odd-right>}|
+|\widenhead*{<even-right>/<odd-left>}{<even-left>/<odd-right>}|
\end{desc}
Makes the head/foot lines wider. The extra width is asymmetrically
@@ -1349,6 +1352,20 @@ package):
\pagestyle{latex}
\end{verbatim}
+\subsection{\textsf{titleps}}
+
+With this package you have access to most of the features described in
+this section without having to load \textsf{titlesec}. The following
+are not supported:
+\begin{itemize}
+\item top marks, and related options -- only first and bottom marks
+are allowed;
+\item |\ifthechapter|, |\ifthesection|, |\ifthesubsection|, etc.;
+\item being a new package, the deprecated option |floatps| is not
+available, but only |psfloats|.
+\end{itemize}
+
+
\section{Final comments}
%~~~~~~~~~~~~~~~~~~~~~