diff options
author | Karl Berry <karl@freefriends.org> | 2007-08-15 18:44:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-08-15 18:44:25 +0000 |
commit | a3e65cf58603aec6b27742b833f880c0f3372020 (patch) | |
tree | 4da1825a845000efd2cd9f1a9ca1a3e4099456ad /Master/texmf-dist/doc/latex/titlesec/README | |
parent | 91b4a01237a390c7baa513e9a4117de577a1d49a (diff) |
titlesec 2.7 (11aug07)
git-svn-id: svn://tug.org/texlive/trunk@4731 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/titlesec/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/titlesec/README | 105 |
1 files changed, 53 insertions, 52 deletions
diff --git a/Master/texmf-dist/doc/latex/titlesec/README b/Master/texmf-dist/doc/latex/titlesec/README index 117ac5fe87c..4a2a7e84717 100644 --- a/Master/texmf-dist/doc/latex/titlesec/README +++ b/Master/texmf-dist/doc/latex/titlesec/README @@ -1,52 +1,53 @@ -Titlesec package
-~~~~~~~~~~~~~~~~
-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.
-
-Titletoc package
-~~~~~~~~~~~~~~~~
-For toc entries formatting, providing the possibility of changing
-the format in the middle of a document, grouping the entries
-in a single paragraph, pretty free-forms entries, partial tocs, etc.
-
-The titletoc.sty file is not part of the titlesec package; it's
-an independent package, but it's described in titlesec.tex.
-
-Installation
-~~~~~~~~~~~~
-No .ins/.dtx preinstalation is required. Move the files to a place
-where LaTeX can find them and typeset titlesec.tex. All of files in
-this directory are necessary for titlesec.sty to work, except the
-manual titlesec.tex (and this 'readme' file). The manual requires
-titlesec.sty and titletoc.sty, and hence all the .tss, .def
-and .new files as well.
-
-Files with extension .new (titlesec.new and titletoc.new)
-are patch files, ie, files with bug fixes, which are loaded
-automatically.
-
-Web site, manual in PDF format and info
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-More details are available on
-
- http://texytipografia.com/titlesec.html
-
-Known problems
-~~~~~~~~~~
-Some language styles (for babel) add the indentation
-after a section in a so radical way that titlesec (which uses
-the internal LaTeX macros) cannot supress it again.
-For example, spanish (by myself) and frenchb.
-
-Changes
-~~~~~~~~
-2005/05/19. Patch for titletoc (titletoc.new, level 1) to
-fix a bug when partial tocs are used with \include'd
-files (a partial toc could appear in the wrong context).
-
-2005/05/19
-
-______________________________________________________________
-Javier Bezos | http://texytipografia.com
-..............................................................
\ No newline at end of file +Titlesec package +~~~~~~~~~~~~~~~~ +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.8. + +Titletoc package +~~~~~~~~~~~~~~~~ +For toc entries formatting, providing the possibility of changing +the format in the middle of a document, grouping the entries +in a single paragraph, pretty free-forms entries, partial tocs, etc. + +The titletoc.sty file is not part of the titlesec package; it's +an independent package, but it's described in titlesec.tex. + +Installation +~~~~~~~~~~~~ +No .ins/.dtx preinstalation is required. Move the files to a place +where LaTeX can find them and typeset titlesec.tex. All of files in +this directory are necessary for titlesec.sty to work, except the +manual titlesec.tex (and this 'readme' file). The manual requires +titlesec.sty and titletoc.sty, and hence all the .tss and .def +files as well. + +Files with extension .new (titlesec.new and titletoc.new) +used to be patch files, ie, files with bug fixes, which were +loaded automatically. Since titlesec 2.7 (titletoc 1.6), these +files do not exist any more and should be removed (however, +they will be ignored if present). + +Web site, manual in PDF format and info +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +More details are available on + + http://www.texytipografia.com/titlesec.html + +Contact +~~~~~~~ +Please, for suggestions, bug reports, etc., go to + + http://www.texytipografia.com/contact.html + +Known problems +~~~~~~~~~~ +Some language styles (for babel) add the indentation +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. + +2007/08/12 + |