summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/engpron
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-08-15 22:49:46 +0000
committerKarl Berry <karl@freefriends.org>2008-08-15 22:49:46 +0000
commit5678264eb318e7ca4f57a6b5a46abeaa005aef1d (patch)
tree03f22438a635094d2c894cbaf8990c9023846d3b /Master/texmf-dist/doc/latex/engpron
parent17f6e913665cd141c5dd5c3cde1ed400c1434e59 (diff)
engpron 2 (15aug08)
git-svn-id: svn://tug.org/texlive/trunk@10364 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/engpron')
-rwxr-xr-xMaster/texmf-dist/doc/latex/engpron/LISEZMOI87
-rw-r--r--Master/texmf-dist/doc/latex/engpron/README86
-rw-r--r--Master/texmf-dist/doc/latex/engpron/engpron-en.pdfbin0 -> 499153 bytes
-rw-r--r--Master/texmf-dist/doc/latex/engpron/engpron-ex-en.pdfbin0 -> 412817 bytes
-rw-r--r--Master/texmf-dist/doc/latex/engpron/engpron-ex-fr.pdfbin0 -> 414243 bytes
-rw-r--r--Master/texmf-dist/doc/latex/engpron/engpron-fr.pdfbin0 -> 573117 bytes
-rw-r--r--Master/texmf-dist/doc/latex/engpron/engpron.pdfbin315145 -> 503791 bytes
-rw-r--r--Master/texmf-dist/doc/latex/engpron/engpron.xml31
-rw-r--r--Master/texmf-dist/doc/latex/engpron/exemple.pdfbin164443 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/latex/engpron/exemple.tex131
10 files changed, 173 insertions, 162 deletions
diff --git a/Master/texmf-dist/doc/latex/engpron/LISEZMOI b/Master/texmf-dist/doc/latex/engpron/LISEZMOI
new file mode 100755
index 00000000000..a3484667889
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/engpron/LISEZMOI
@@ -0,0 +1,87 @@
+% -*- coding: utf-8 -*-
+% Time-stamp: <2008-08-15T09:31:17 (cest) [yvon sur hypatie]>
+
+ENGPRON 2 2008-08-15
+Édition du cinquantenaire
+
+------------------------------------------------------------
+ DESCRIPTION :
+------------------------------------------------------------
+
+Ce lot comprend
+------------------------------------------------------------
+% le module lui-même
+engpron.sty
+% documentation bilingue OnlyDescription
+engpron.pdf
+% documentation pour l'utilisateur final
+engpron-fr.pdf % en français
+engpron-en.pdf % en anglais
+% fichiers d’exemples
+engpron-ex-fr.pdf % en français
+engpron-ex-en.pdf % en anglais
+% pour *nix make
+Makefile
+% sources
+engpron.dtx engpron.ins
+% partie anglaise
+README
+% partie française
+LISEZMOI % ce fichier
+% archive conforme à la TDS
+engpron.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 engpron.ins avec LATEX
+cela produit les fichiers suivants :
+engpron-en.ltx % documentation en anglais
+engpron-ex-en.tex % exemple en anglais
+engpron-fr.ltx % documentation en français
+engpron-ex-fr.tex % exemple en français
+engpron-tools.sty % pour produire la documentation
+engpron.sty % le fichier de style
+2) pour produire la documentation
+ 1) lancer pdflatex sur engpron-fr.ltx deux fois ;
+ 2) lancer « makeindex engpron-fr » ;
+ 3) lancer pdflatex sur engpron-fr.ltx une fois ;
+ 4) lire !
+
+============================================================
+ CHANGEMENTS.
+============================================================
+ENGPRON 2 2008-08-15
+Le caractère actif £ est rendu robuste au sens des arguments
+mobiles de LaTeX. Utilise drac.sty si l'option « drac » est
+choisie comme c'est le cas par défaut.
+Option contraire : nodrac.
+
+Macro pour syllabisation. Elle produit un glyphe si l'option
+« visible » est en vigueur. Option contraire : invisible.
+
+Les macros d'accents toniques permettent la césure si
+l'option « hyphenable » est en vigueur. Option contraire :
+unhyphenable.
+
+------------------------------------------------------------
+
+ENGPRON 1 2004-05-20
+1re version publique.
+
+--
+Yvon Henel, le TeXnicien de surface
+le.texnicien.de.surface@wanadoo.fr
diff --git a/Master/texmf-dist/doc/latex/engpron/README b/Master/texmf-dist/doc/latex/engpron/README
new file mode 100644
index 00000000000..40f44179730
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/engpron/README
@@ -0,0 +1,86 @@
+% Time-stamp: <2008-08-15T10:09:30 (cest) [yvon sur hypatie]>
+
+ENGPRON 2 2008-08-15
+50th anniversary edition
+
+------------------------------------------------------------
+ DESCRIPTION :
+------------------------------------------------------------
+
+This bundle contains
+------------------------------------------------------------
+% the package itself
+engpron.sty
+% bilingual OnlyDescription documentation
+engpron.pdf
+% documentation for the final user
+engpron-fr.pdf % in French
+engpron-en.pdf % in English
+% examples
+engpron-ex-fr.pdf % in French
+engpron-ex-en.pdf % in English
+% for *nix make
+Makefile
+% sources
+engpron.dtx engpron.ins
+% English part
+README % this file
+% French part
+LISEZMOI
+% TDS-compliant archive
+engpron.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 engpron.ins through LATEX (not TeX)
+that produces the following files
+engpron-en.ltx % English documentation
+engpron-ex-en.tex % English example
+engpron-fr.ltx % French documentation
+engpron-ex-fr.tex % French example
+engpron-tools.sty % a package to produce the documentation
+engpron.sty % the package
+2. to produce English documentation
+ 1/ run engpron-en.ltx through pdflatex twice
+ 2/ run ``makeindex engpron-en''
+ 3/ run engpron-en.ltx through pdflatex once
+ 4/ read!
+
+============================================================
+ CHANGES.
+============================================================
+ENGPRON 2 2008-08-15
+The active character £ is made `robust' with the meaning
+this word has in LaTeX parlance (moving argument) with the
+package drac if option `drac' is choosen as it is the case
+by default. Opposite option `nodrac'.
+
+Macros for syllable divisions and hyphenation.
+
+The macros for stress marking enable hyphenation if option
+`hyphenable' is enforced. Opposite option `unhyphenable'
+
+The macros for syllable divisions produce a glyph if option
+`visible' is enforced. Opposite option `invisible'.
+------------------------------------------------------------
+
+ENGPRON 1 2004-05-20
+1re version publique.
+
+--
+Yvon Henel, le TeXnicien de surface
+le.texnicien.de.surface@wanadoo.fr
diff --git a/Master/texmf-dist/doc/latex/engpron/engpron-en.pdf b/Master/texmf-dist/doc/latex/engpron/engpron-en.pdf
new file mode 100644
index 00000000000..a9029ba304b
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/engpron/engpron-en.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/engpron/engpron-ex-en.pdf b/Master/texmf-dist/doc/latex/engpron/engpron-ex-en.pdf
new file mode 100644
index 00000000000..bf9bc503bfd
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/engpron/engpron-ex-en.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/engpron/engpron-ex-fr.pdf b/Master/texmf-dist/doc/latex/engpron/engpron-ex-fr.pdf
new file mode 100644
index 00000000000..abfb62fe2ba
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/engpron/engpron-ex-fr.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/engpron/engpron-fr.pdf b/Master/texmf-dist/doc/latex/engpron/engpron-fr.pdf
new file mode 100644
index 00000000000..13f35b86751
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/engpron/engpron-fr.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/engpron/engpron.pdf b/Master/texmf-dist/doc/latex/engpron/engpron.pdf
index fed4d101960..24416ab7e03 100644
--- a/Master/texmf-dist/doc/latex/engpron/engpron.pdf
+++ b/Master/texmf-dist/doc/latex/engpron/engpron.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/engpron/engpron.xml b/Master/texmf-dist/doc/latex/engpron/engpron.xml
deleted file mode 100644
index 8e32069d4e6..00000000000
--- a/Master/texmf-dist/doc/latex/engpron/engpron.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE entry SYSTEM "../catalogue.dtd">
-<entry id="engpron"
- datestamp="2004/04/14"
- modifier="Yvon.Henel@wanadoo.fr">
- <about>
- <name>engpron</name>
- <caption>Helps to type the pronunciation of English words. Uses tipa.sty.</caption>
- <author>
- <name>Yvon Henel</name>
- <email>Yvon.Henel@wanadoo.fr</email>
- </author>
- <license type="lppl"/>
- <version>
- <number>1</number>
- </version>
- </about>
- <description>
- <abstract>
- This package provides macros beginning with the £ (pound)
-character, made active, which enable us to write the British or
-America English pronunciation as one can find it in the ``English
-Pronouncing Dictionary'' by Daniel Jones. There is an option to
-typeset the pronunciation in the style of the Harrap's.
- </abstract>
- </description>
- <distribution>
- <texlive>latex</texlive>
- <ctan>macros/latex/contrib/engpron</ctan>
- </distribution>
-</entry>
diff --git a/Master/texmf-dist/doc/latex/engpron/exemple.pdf b/Master/texmf-dist/doc/latex/engpron/exemple.pdf
deleted file mode 100644
index 2fdd647d0ea..00000000000
--- a/Master/texmf-dist/doc/latex/engpron/exemple.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/engpron/exemple.tex b/Master/texmf-dist/doc/latex/engpron/exemple.tex
deleted file mode 100644
index f155f69a3a1..00000000000
--- a/Master/texmf-dist/doc/latex/engpron/exemple.tex
+++ /dev/null
@@ -1,131 +0,0 @@
-\documentclass[a4paper]{article}
-\usepackage{array,xspace}
-\usepackage[latin1]{inputenc}
-\usepackage[tame]{engpron}
-\usepackage[T1]{fontenc}
-\usepackage{lmodern}
-\usepackage[english, frenchb]{babel}
-\setlength{\parindent}{0pt}
-\begin{document}
-
-\begin{center}
- \LARGE Utilisation du module \texttt{engpron}
-\end{center}
-
-Voici quelques exemples d'utilisation des macros avec \texttt{\£}. Le
-module \verb+engpron+ est chargé avec les options \texttt{jones} et
-\texttt{monstress} ---~options par défaut~--- et l'option explicite
-\texttt{tame} qui remplace l'option par défaut \texttt{wild}.
-
-\paragraph{Macro \texttt{\£X}} Cette macro \emph{doit} être suivie d'une
-lettre seule. Elle note les sons optionnels à la manière de
-Jones~\cite{jones15}.
-
-On aura par exemple
-\verb!\PRON{!\texttt{\£e\£h\£Xt\£s\£U.li.\£en}\verb!}!
-qui donnera \PRON{£e£h£Xt£s£U.li.£en}.
-
-Suivie de la lettre \og e \fg elle donne \Pron{£Xe}
-(\verb+\Pron{£Xe}+) comme dans \PRON{£B£af.ek£Ht£q.£s£Xen} qui
-s'obtient avec \verb+\PRON{£B£af.ek£Ht£q.£s£Xen}+.
-
-\paragraph{Macros \texttt{\£M} et \texttt{\£m}} Elles permettent
-d'obtenir les voyelles nasalisés, à la mode française pour la 1\iere
-et à la mode anglaise pour la 2\up{de}. Se reporter à la 2\ieme
-table. Elles doivent être suivies d'une des lettres : a, i, o,
-u. Penser à \og ban \fg, \og vin \fg, \og long \fg et \og parfum
-\fg (dans la prononciation très correcte du français soutenu).
-
-\paragraph{Macro \texttt{\£Z}} Elle note le \og r \fg final qui n'est
-prononcé qu'en cas de liaison. On a, p. ex. \Pron{£H£akt£e£Z} avec
-\verb+\Pron{£H£akt£e£Z}+.
-
-\vspace*{\stretch{1}}
-\begin{LivreActive}\Large
-\hspace*{\stretch{1}}
-\begin{tabular}[c]{|>{\ttfamily}c|c||>{\ttfamily}c|c||>{\ttfamily}c|c||>{\ttfamily}c|c||>{\ttfamily}c|c|}\hline
-\multicolumn{10}{|c|}{Classement par ordre alphabétique}\\
-\multicolumn{10}{|c|}{L'étoile renvoie aux explications ci-dessus}\\ \hline
-\£a & £a & \£b & £b & \£c & £c & \£d & £d & \£e & £e \\ \hline
-\£f & £f & \£g & £g & \£h & £h & \£i & £i & \£j & £j \\ \hline
-\£k & £k & \£l & £l & \£m & \(\ast\) & \£n & £n & \£o & £o \\ \hline
-\£p & £p & \£q & £q & \£r & £r & \£s & £s & \£t & £t \\ \hline
-\£u & £u & \£v & £v & \£w & £w & \£x & £x & \£y & £y \\ \hline
-\£z & £z & & & & & & & & \\ \hline
-\£A & £A & \£B & £B & \£C & £C & \£D & £D & \£E & £E \\ \hline
-\£F & £F & \£G & £G & \£H & £H & \£I & £I & \£J & £J \\ \hline
-\£K & £K & \£L & £L & \£M & \(\ast\) & \£N & £N & \£O & £O \\ \hline
-\£P & £P & \£Q & £Q & \£R & £R & \£S & £S & \£T & £T \\ \hline
-\£U & £U & \£V & £V & \£W & £W & \£X & \(\ast\) & \£Y & £Y \\ \hline
-\£Z & £Z & & & & & & & & \\ \hline
-\end{tabular}
-\hspace*{\stretch{1}}
-\end{LivreActive}
-\vspace*{\stretch{1}}
-
-\begin{thebibliography}{99}
-\bibitem{jones15} Daniel~\textsc{Jones} \dag.
-\emph{English Pronouncing Dictionary}.
-15th Edition. This major new edition edited by Peter Roach \& James
-Hartman.
-Cambridge University Press, 1997.
-\textsc{isbn} : \texttt{0-521-45903-6}
-\end{thebibliography}
-
-\newpage
-\thispagestyle{empty}
-
-\vspace*{\stretch{1}}
-\begin{LivreActive}
-\hspace*{\stretch{1}}
-{\Large
-\begin{tabular}[c]{|>{\ttfamily}c|c||>{\ttfamily}c|c||>{\ttfamily}c|c||>{\ttfamily}c|c|}\hline
-\multicolumn{8}{|c|}{Voyelles}\\ \hline
-\£a & £a & \£A & £A & \£e & £e & \£E & £E \\ \hline
-\£i & £i & \£I & £I & \£o & £o & \£O & £O \\ \hline
-\£u & £u & \£U & £U & \£v & £v & \£x & £x \\ \hline
-\£c & £c & \£C & £C & \£y & £y & & \\ \hline
-\multicolumn{8}{|c|}{Diphtongues}\\ \hline
-\£p & £p & \£q & £q & \£r & £r & \£P & £P\\ \hline
-\£Q & £Q & \£R & £R & \£w & £w & \£W & £W\\ \hline
-\£V & £V & & & & & & \\ \hline
-\multicolumn{8}{|c|}{Consonnes}\\ \hline
-\£d & £d & \£f & £f & \£j & £j & \£l & £l \\ \hline
-\£n & £n & \£s & £s & \£t & £t & \£z & £z \\ \hline
-\£T & £T & \£L & £L & & & & \\ \hline
-\multicolumn{8}{|c|}{Accents toniques}\\ \hline
-\£b & £b & \£B & £B & \£h & £h & \£H & £H \\ \hline
-\multicolumn{8}{|c|}{Voyelles nasalisées}\\
-\multicolumn{8}{|c|}{prononciation française}\\ \hline
-\£Ma & £Ma & \£Mi & £Mi & \£Mo & £Mo & \£Mu & £Mu \\ \hline
-\multicolumn{8}{|c|}{prononciation anglaise}\\ \hline
-\£ma & £ma & \£mi & £mi & \£mo & £mo & \£mu & £mu \\ \hline
-\end{tabular}}
-\hspace*{\stretch{1}}
-\vspace*{\stretch{1}}
-
-Le tableau ci-dessus est écrit dans un environnement
-\verb+LivreActive+ et l'on doit utiliser la macro \verb+\+\texttt{\£}
-pour obtenir le caractère \£. Mais on peut écrire \og £a \fg directement avec
-\og \texttt{\£a} \fg.
-
-Lorsque l'on se trouve dans l'environnement \verb+LivreActive+, on
-obtient \pron{£H£akt£e£Z} avec
-\verb+\pron{+\texttt{\£H\£akt\£e\£Z}\verb+}+ mais on remarquera, en
-lisant ce fichier \texttt{exemple.tex} ce qu'il faut faire comme \og
-gymnastique \fg pour obtenir un semblant de \texttt{verbatim}.
-
-\vspace{2\baselineskip}
-\newlength{\montruc}\settowidth{\montruc}{Yvon \textsc{Henel}, \TeX nicien de surface.}
-\hspace*{\stretch{1}}\makebox[\montruc][c]{Yvon \textsc{Henel}, \TeX nicien de surface.}\\[.5\baselineskip]
-\hspace*{\stretch{1}}\makebox[\montruc][c]{2003-04-23}
-
-\vspace*{\stretch{3}}
-
-\end{LivreActive}
-\end{document}
-
-%%% Local Variables:
-%%% mode: latex
-%%% TeX-master: t
-%%% End: