diff options
author | Karl Berry <karl@freefriends.org> | 2011-04-17 23:02:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-04-17 23:02:38 +0000 |
commit | c8312d27f49717ea381b1a46ad6a0e3d63b72152 (patch) | |
tree | 66e54395442b06300769b257c01df3495ea8d8c1 /Master/texmf-dist/doc/latex/nonumonpart | |
parent | b35f6c069825f540759ae0c3cbcc784a1411e115 (diff) |
new latex package nonumonpart 2011-04-15 (16apr11)
git-svn-id: svn://tug.org/texlive/trunk@22114 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/nonumonpart')
-rw-r--r-- | Master/texmf-dist/doc/latex/nonumonpart/LISEZMOI | 72 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/nonumonpart/README | 70 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/nonumonpart/nonumonpart-en.pdf | bin | 0 -> 233801 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/nonumonpart/nonumonpart-fr.pdf | bin | 0 -> 245666 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/nonumonpart/nonumonpart.pdf | bin | 0 -> 366179 bytes |
5 files changed, 142 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/nonumonpart/LISEZMOI b/Master/texmf-dist/doc/latex/nonumonpart/LISEZMOI new file mode 100644 index 00000000000..364078f70cf --- /dev/null +++ b/Master/texmf-dist/doc/latex/nonumonpart/LISEZMOI @@ -0,0 +1,72 @@ +% -*- coding: utf-8 -*- +% Time-stamp: <2011-04-15 09:25:17 yvon> + +NONUMONPART 1 2011-04-15 + +NONUMONPART = NO (page) NUMber ON PART title page + +Une enveloppe pour la réponse à la question souvent posée + « comment se débarasser du numéro de page sur + la page de titre d'une partie ? » + +------------------------------------------------------------ + DESCRIPTION : +------------------------------------------------------------ + +Ce lot comprend +------------------------------------------------------------ +% le module lui-même +nonumonpart.sty +% documentation du code, en anglais +nonumonpart.pdf +% documentation pour l'utilisateur final +nonumonpart-fr.pdf % en français +nonumonpart-en.pdf % en anglais +% pour *nix make +Makefile +% sources +nonumonpart.dtx nonumonpart.ins +% partie anglaise +README +% partie française +LISEZMOI % ce fichier +% archive conforme à la TDS +nonumonpart.tds.zip + +------------------------------------------------------------ + COMPILATION : +------------------------------------------------------------ +Pour utilisateur *nix : +make +ou +make all +pour produire les fichiers de style et la documentation + +make clean +pour supprimer les fichiers auxiliaires + +make distclean +pour revenir à l'état pour la publication sur CTAN +------------------------------------------------------------ +Sans utilisation du Makefile +1) compiler nonumonpart.ins avec LATEX +cela produit les fichiers suivants : +nonumonpart-en.ltx % documentation en anglais +nonumonpart-fr.ltx % documentation en français +nonumonpart-tools.sty % pour produire la documentation +nonumonpart-code.sty % pour produire la documentation +nonumonpart.sty % le fichier de style +2) pour produire la documentation + 1) lancer pdflatex sur nonumonpart-fr.ltx deux fois ; + 2) lire ! + +============================================================ + HISTORIQUE. +============================================================ + +NONUMONPART 1 2011-04-15 +1re version publique. + +-- +Yvon Henel, le TeXnicien de surface +le.texnicien.de.surface@wanadoo.fr diff --git a/Master/texmf-dist/doc/latex/nonumonpart/README b/Master/texmf-dist/doc/latex/nonumonpart/README new file mode 100644 index 00000000000..be1d27e3bab --- /dev/null +++ b/Master/texmf-dist/doc/latex/nonumonpart/README @@ -0,0 +1,70 @@ +% Time-stamp: <2011-04-15 09:23:35 yvon> + +NONUMONPART 1 2011-04-15 + +NONUMONPART = NO (page) NUMber ON PART title page + +A wrapper for answer to FAQ: +``How to get rid of page numbers (with \part)'' + +------------------------------------------------------------ + DESCRIPTION : +------------------------------------------------------------ + +This bundle contains +------------------------------------------------------------ +% the package itself +nonumonpart.sty +% code documentation +nonumonpart.pdf +% documentation for the final user +nonumonpart-fr.pdf % in French +nonumonpart-en.pdf % in English +% for *nix make +Makefile +% sources +nonumonpart.dtx nonumonpart.ins +% English part +README % this file +% French part +LISEZMOI +% TDS-compliant archive +nonumonpart.tds.zip + +------------------------------------------------------------ + COMPILATION : +------------------------------------------------------------ +For *nix user: +make +or +make all +to produce all the files and documentation + +make clean +to erase auxiliary files + +make distclean +to come back to prepublication state +------------------------------------------------------------ +Without Makefile +1. run nonumonpart.ins through LATEX (or TeX) +that produces the following files +nonumonpart-en.ltx % English documentation +nonumonpart-fr.ltx % French documentation +nonumonpart-tools.sty % a package to produce the documentation +nonumonpart-code.sty % a package to produce the documentation +nonumonpart.sty % the package +2. to produce English documentation + 1/ run nonumonpart-en.ltx through pdflatex twice + 2/ read! + +============================================================ + HISTORY. +============================================================ + +NONUMONPART 1 2011-04-15 +1st public version. + +-- +Yvon Henel, le TeXnicien de surface +le.texnicien.de.surface@wanadoo.fr diff --git a/Master/texmf-dist/doc/latex/nonumonpart/nonumonpart-en.pdf b/Master/texmf-dist/doc/latex/nonumonpart/nonumonpart-en.pdf Binary files differnew file mode 100644 index 00000000000..4dc848b8486 --- /dev/null +++ b/Master/texmf-dist/doc/latex/nonumonpart/nonumonpart-en.pdf diff --git a/Master/texmf-dist/doc/latex/nonumonpart/nonumonpart-fr.pdf b/Master/texmf-dist/doc/latex/nonumonpart/nonumonpart-fr.pdf Binary files differnew file mode 100644 index 00000000000..e267bb6474a --- /dev/null +++ b/Master/texmf-dist/doc/latex/nonumonpart/nonumonpart-fr.pdf diff --git a/Master/texmf-dist/doc/latex/nonumonpart/nonumonpart.pdf b/Master/texmf-dist/doc/latex/nonumonpart/nonumonpart.pdf Binary files differnew file mode 100644 index 00000000000..620a9c55065 --- /dev/null +++ b/Master/texmf-dist/doc/latex/nonumonpart/nonumonpart.pdf |