From 9a1cc7f3633d6ca98c73dc8f2f7caf6a62d131b3 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 29 Aug 2011 00:03:39 +0000 Subject: titlesec (28aug11) git-svn-id: svn://tug.org/texlive/trunk@23733 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/titlesec/CHANGES | 6 +++++- Master/texmf-dist/doc/latex/titlesec/README | 6 ++++-- Master/texmf-dist/doc/latex/titlesec/titlesec.pdf | Bin 194710 -> 194551 bytes Master/texmf-dist/doc/latex/titlesec/titlesec.tex | 16 +++++++--------- 4 files changed, 16 insertions(+), 12 deletions(-) (limited to 'Master/texmf-dist/doc/latex/titlesec') diff --git a/Master/texmf-dist/doc/latex/titlesec/CHANGES b/Master/texmf-dist/doc/latex/titlesec/CHANGES index 8900459dc9f..866485ffb79 100644 --- a/Master/texmf-dist/doc/latex/titlesec/CHANGES +++ b/Master/texmf-dist/doc/latex/titlesec/CHANGES @@ -224,7 +224,7 @@ History of v.2.8 to \assignpagestyle. History of v.2.9 -~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~ 2010-05-04 Add \nobreak in \ttl@addcontentsline, to prevent the title going to footnotes (!) in runin style in some (rare) cases. 2010-05-06 Option uppercase (and \ttl@case). @@ -234,4 +234,8 @@ History of v.2.9 names are 'letters' and not 'others' 2011-07-18 Removed \if@nobreak test in wrap/drop, which added a line to the title after another section (why?) + +History of v.2.9.1 +~~~~~~~~~~~~~~~~~~ +2011-08-28 Removed a spurious > in wrap.tss \ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/titlesec/README b/Master/texmf-dist/doc/latex/titlesec/README index 12350ceaecf..a2a309b028e 100644 --- a/Master/texmf-dist/doc/latex/titlesec/README +++ b/Master/texmf-dist/doc/latex/titlesec/README @@ -4,7 +4,7 @@ This package allows to change the sectioning titles. Amongst its many features it provides margin titles, different format in left and right pages, rules above and below the title, etc. -Current version is 2.9. +Current version is 2.9.1. Titletoc package ~~~~~~~~~~~~~~~~ @@ -26,6 +26,8 @@ name). - Added package option uppercase - Fixed a bug when reckoning the number of lines in wrap/drop. +2.9.1: Fixed a typo (a spurious > in wrap.tss). + Installation ~~~~~~~~~~~~ No .ins/.dtx preinstalation is required. Move the files to a place @@ -58,5 +60,5 @@ after a section in a so radical way that titlesec (which uses the internal LaTeX macros) cannot supress it again. For example, spanish (fixed in version 5.0) and frenchb. -2011/07/25 +2011/08/28 diff --git a/Master/texmf-dist/doc/latex/titlesec/titlesec.pdf b/Master/texmf-dist/doc/latex/titlesec/titlesec.pdf index ce1b38070e9..a105daaad97 100644 Binary files a/Master/texmf-dist/doc/latex/titlesec/titlesec.pdf and b/Master/texmf-dist/doc/latex/titlesec/titlesec.pdf differ diff --git a/Master/texmf-dist/doc/latex/titlesec/titlesec.tex b/Master/texmf-dist/doc/latex/titlesec/titlesec.tex index 5611fadcd39..aabd86c5a82 100644 --- a/Master/texmf-dist/doc/latex/titlesec/titlesec.tex +++ b/Master/texmf-dist/doc/latex/titlesec/titlesec.tex @@ -5,7 +5,7 @@ % Copyright (c) 1998-2011 by Javier Bezos. % All Rights Reserved. % -% This file is part of the titlesec distribution release 2.9 +% This file is part of the titlesec distribution release 2.9.1 % ----------------------------------------------------------- % % It may be distributed and/or modified under the @@ -20,8 +20,8 @@ % % The Current Maintainer of this work is Javier Bezos. -\def\fileversion{2.9} -\def\docdate{2011-07-25} +\def\fileversion{2.9.1} +\def\docdate{2011-08-28} \documentclass[a4paper]{ltxguide} \usepackage[sf,bf,compact,topmarks,calcwidth,pagestyles]{titlesec} @@ -43,7 +43,7 @@ \title{The \textsf{titlesec} and \textsf{titletoc} Packages\footnote{The \textsf{titlesec} package is currently at -version 2.9. \copyright{} 1998--2011 Javier Bezos. +version 2.9.1. \copyright{} 1998--2011 Javier Bezos. The \textsf{titletoc} package is currently at version 1.6. \copyright{} 1999--2011 Javier Bezos. All Rights Reserved.}} @@ -1527,8 +1527,8 @@ The definitions for section and subsection entries in the \textsf{book} class are roughly equivalent to: \begin{verbatim} \contentsmargin{2.55em} -\dottedcontents{section}[1.5em]{}{2.3em}{1pc} -\dottedcontents{subsection}[3.8em]{}{3.2em}{1pc} +\dottedcontents{section}[3.8em]{}{2.3em}{1pc} +\dottedcontents{subsection}[6.1em]{}{3.2em}{1pc} \end{verbatim} \begin{desc} @@ -1581,7 +1581,7 @@ The \textsf{book} class formats section entries similarly (but not equally) to: \begin{verbatim} \titlecontents{section} - [1.5em] + [3.8em] % ie, 1.5em (chapter) + 2.3em {} {\contentslabel{2.3em}} {\hspace*{-2.3em}} @@ -2359,5 +2359,3 @@ class, |\unitlength|, paper size, etc.) \end{document} - - -- cgit v1.2.3