diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-11 23:55:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-11 23:55:56 +0000 |
commit | 44d5743506d09ed3576840868832d7ee1a763202 (patch) | |
tree | f9d3ed7cb737afbe302922f6e3f29383983ef243 /Master/texmf-dist/source | |
parent | de587d62664bc9c125fb8ed97513fd5b322dc7bd (diff) |
trunk/Master/texmf-dist/source/latex/paresse
git-svn-id: svn://tug.org/texlive/trunk@435 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/paresse/Makefile | 201 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/paresse/english-paresse.dtx | 402 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/paresse/paresse.dtx | 438 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/paresse/paresse.ins | 72 |
4 files changed, 1113 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/paresse/Makefile b/Master/texmf-dist/source/latex/paresse/Makefile new file mode 100644 index 00000000000..221c66ed2c9 --- /dev/null +++ b/Master/texmf-dist/source/latex/paresse/Makefile @@ -0,0 +1,201 @@ +# --------------------------------------------------------------- +# Makefile for the paresse package by Y. Henel +# modified version of the Makefile of the kerntest package +# many thanks to Harald Harders whose kerntest.xml I have also +# hacked to obtain my paresse.xml +# --------------------------------------------------------------- + +SRCDIR=paresse +INSTALLDIR=`kpsewhich --expand-path='$$TEXMFLOCAL'`/tex/latex/paresse +DOCDIR=`kpsewhich --expand-path='$$TEXMFLOCAL'`/doc/latex/paresse +SOURCEDIR=`kpsewhich --expand-path='$$TEXMFLOCAL'`/source/latex/paresse +VERSION=1a + +TEX= \ + paresse.sty \ + +DOC= \ + paresse.pdf \ + exemple.tex \ + exemple-fourier.tex \ + exemple-fourier.pdf \ + exemple.pdf \ + LISEZMOI \ + paresse.xml \ + +ENGLISHDOC= \ + paresse.pdf \ + example.tex \ + example.pdf \ + example-fourier.tex \ + example-fourier.pdf \ + README \ + paresse.xml \ + +SOURCE= \ + Makefile \ + paresse.dtx \ + paresse.ins \ + +ENGLISHSOURCE= \ + Makefile \ + english-paresse.dtx \ + english-paresse.ins \ + +# --------------------------------------------------------------- + +.SUFFIXES: .sty .ins .dtx .dvi .ps .pdf + +# --------------------------------------------------------------- +.ins.sty: + latex $< + +.dtx.pdf: + pdflatex $< + makeindex -s gind.ist $(*D)/$(*F) + makeindex -s gglo.ist -o $(*D)/$(*F).gls $(*D)/$(*F).glo + pdflatex $< + +.tex.pdf: + pdflatex $< + pdflatex $< + +.dvi.ps: + dvips -o $(*D)/$(*F).ps $(*D)/$(*F) + +# --------------------------------------------------------------- + +help: + @-echo "******************************************************" + @-echo "** Choisir une des options :" + @-echo "== Choose one of the options:" + @-echo "** 'doc' ou 'frenchdoc' pour la documentation" + @-echo "== 'englishdoc' for the English documentation" + @-echo "** 'sty' -> paresse.sty (version francaise)" + @-echo "== 'eng-sty' -> paresse.sty (English version)" + @-echo "** 'dist'-> paresse.sty & frenchdoc & englishdoc" + @-echo "** 'clean' petit nettoyage" + @-echo "** 'distclean' (encore plus propre)" + @-echo "** 'tar' -> paresse-VERSION.tar.gz" + @-echo "** 'install' pour l'installation" + @-echo "** de l'extension et de la documentation." + @-echo "== OR 'install-english' for an installation" + @-echo "== of the English version of package and documentation." + @-echo "************ NOTA BENE ***********" + @-echo "** l'installation est faite par defaut dans TEXMFLOCAL " + @-echo "== by default installs in TEXMFLOCAL" + @-echo " c'est a dire / that is : "`kpsewhich --expand-path='$$TEXMFLOCAL'` + @-echo "******************************************************" + +sty: paresse.sty + +eng-sty: + latex english-paresse.ins + +dist: sty example.pdf exemple.pdf \ + english-paresse.pdf paresse.pdf \ + exemple-fourier.pdf example-fourier.pdf + +# --------------------------------------------------------------- + +clean: + @-rm -f paresse.glo paresse.gls paresse.idx paresse.ilg + @-rm -f paresse.ind paresse.aux paresse.log paresse.toc + @-rm -f english-paresse.glo english-paresse.gls + @-rm -f english-paresse.ind english-paresse.aux + @-rm -f english-paresse.idx english-paresse.ilg + @-rm -f english-paresse.log english-paresse.toc + @-rm -f *~ + @-rm -f example.aux example.dvi + @-rm -f example.log example.ps + @-rm -f exemple.aux exemple.dvi + @-rm -f exemple.log exemple.ps + @-rm -f example-fourier.aux example-fourier.dvi + @-rm -f example-fourier.log example-fourier.ps + @-rm -f exemple-fourier.aux exemple-fourier.dvi + @-rm -f exemple-fourier.log exemple-fourier.ps + +distclean: clean + @-rm -f paresse.sty + @-rm -f english-paresse.pdf + @-rm -f french-paresse.pdf + @-rm -f paresse.pdf + @-rm -f example.pdf + @-rm -f exemple.pdf + @-rm -f exemple-fourier.pdf + @-rm -f example-fourier.pdf + @-rm -f exemple.pdf + +# --------------------------------------------------------------- + +tar: dist clean + echo paresse-$(VERSION).tar.gz + -rm -f paresse-$(VERSION).tar.gz + tar czCf .. paresse-$(VERSION).tar.gz \ + $(SRCDIR)/README \ + $(SRCDIR)/Makefile \ + $(SRCDIR)/paresse.dtx \ + $(SRCDIR)/english-paresse.dtx \ + $(SRCDIR)/paresse.ins \ + $(SRCDIR)/paresse.pdf \ + $(SRCDIR)/english-paresse.pdf \ + $(SRCDIR)/paresse.xml \ + $(SRCDIR)/example.tex \ + $(SRCDIR)/exemple.tex \ + $(SRCDIR)/example.pdf \ + $(SRCDIR)/exemple.pdf \ + $(SRCDIR)/example-fourier.pdf \ + $(SRCDIR)/exemple.pdf \ + +# --------------------------------------------------------------- + +texlive: sty clean + @-rm -rf texmf-dist + mkdir -p texmf-dist/tex/latex/paresse + mkdir -p texmf-dist/doc/latex/paresse + mkdir -p texmf-dist/source/latex/paresse + cp $(TEX) texmf-dist/tex/latex/paresse + cp $(DOC) texmf-dist/doc/latex/paresse + cp $(SOURCE) texmf-dist/source/latex/paresse + +# --------------------------------------------------------------- + +zip: texlive + -@rm -f paresse-$(VERSION).zip + zip -r paresse-$(VERSION).zip texmf-dist + @-rm -r texmf-dist/ + +# --------------------------------------------------------------- + +install: sty doc + if [ ! -d $(INSTALLDIR) ]; then mkdir -p $(INSTALLDIR); fi + if [ ! -d $(DOCDIR) ]; then mkdir -p $(DOCDIR); fi + if [ ! -d $(SOURCEDIR) ]; then mkdir -p $(SOURCEDIR); fi + install -m644 $(TEX) $(INSTALLDIR) + install -m644 $(DOC) $(DOCDIR) + install -m644 $(SOURCE) $(SOURCEDIR) + texhash +# --------------------------------------------------------------- + +install-english: eng-sty englishdoc + @-mv english-paresse.pdf paresse.pdf + if [ ! -d $(INSTALLDIR) ]; then mkdir -p $(INSTALLDIR); fi + if [ ! -d $(DOCDIR) ]; then mkdir -p $(DOCDIR); fi + if [ ! -d $(SOURCEDIR) ]; then mkdir -p $(SOURCEDIR); fi + install -m644 $(TEX) $(INSTALLDIR) + install -m644 $(ENGLISHDOC) $(DOCDIR) + install -m644 $(ENGLISHSOURCE) $(SOURCEDIR) + texhash + +# --------------------------------------------------------------- + +paresse.sty: paresse.ins paresse.dtx +doc: sty paresse.pdf exemple.pdf \ + exemple-fourier.pdf +englishdoc: eng-sty english-paresse.pdf \ + example.pdf example-fourier.pdf + +frenchdoc: doc +# --------------------------------------------------------------- +# echu e an abaden +# Le \TeX nicien de surface 2005-03-01 diff --git a/Master/texmf-dist/source/latex/paresse/english-paresse.dtx b/Master/texmf-dist/source/latex/paresse/english-paresse.dtx new file mode 100644 index 00000000000..9a9490d70e4 --- /dev/null +++ b/Master/texmf-dist/source/latex/paresse/english-paresse.dtx @@ -0,0 +1,402 @@ +% \iffalse meta-comment +% +%%%% Copyright (C) 2004 by Yvon Henel <Yvon.Henel@wanadoo.fr> +%%%% -------------------------------------------------------- +% +% +% This file may be distributed and/or modified under the +% conditions of the LaTeX Project Public License, either version 1.2 +% of this license or (at your option) any later version. +% The latest version of this license is in: +% +% http://www.latex-project.org/lppl.txt +% +% and version 1.2 or later is part of all distributions of LaTeX +% version 1999/12/01 or later. +% \fi +% +% \iffalse +%<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01] +%<package>\def\fileversion{v1a} +%<package>\def\filedate{2005/03/01} +%<package>\def\fileinfo{file paresse.dtx (English version) by The `\TeX nicien de surface'} +%<package>\ProvidesPackage{paresse} +%<package> [\filedate\space\fileversion\space\fileinfo] +% +%<*driver> +\documentclass[a4paper]{ltxdoc} +\usepackage[latin1]{inputenc} +\usepackage[T1]{fontenc} +\usepackage[tame]{paresse} +\usepackage{xspace,url,array,ifthen} +\IfFileExists{lmodern.sty}{\usepackage{lmodern}}{} +\usepackage[frenchb,english]{babel} +% comment out the following line to obtain the full code with explanations +\OnlyDescription +\EnableCrossrefs +\CodelineIndex +\RecordChanges +\begin{document} + \DocInput{english-paresse.dtx} +\end{document} +%</driver> +% \fi +% +% \CheckSum{319} +% +% \CharacterTable +% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z +% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z +% Digits \0\1\2\3\4\5\6\7\8\9 +% Exclamation \! Double quote \" Hash (number) \# +% Dollar \$ Percent \% Ampersand \& +% Acute accent \' Left paren \( Right paren \) +% Asterisk \* Plus \+ Comma \, +% Minus \- Point \. Solidus \/ +% Colon \: Semicolon \; Less than \< +% Equals \= Greater than \> Question mark \? +% Commercial at \@ Left bracket \[ Backslash \\ +% Right bracket \] Circumflex \^ Underscore \_ +% Grave accent \` Left brace \{ Vertical bar \| +% Right brace \} Tilde \~} +% +% +% \changes{v0.0}{2004/02/07}{New name, some redefinitions, first public +% release} +% \changes{v1}{2004/04/17}{New documentation} +% \changes{v1a}{2005/03/01}{Error in Infofile corrected} +% +% \GetFileInfo{paresse.sty} +% +% \DoNotIndex{\newcommand,\newenvironment,\i,\ae,\oe,\DeclareOption,% +% \ifthenelse,\if,\else,\fi,\tr@@c,\ExecuteOptions,\ProcessOptions,% +% \relax,\MessageBreak,\CurrentOption,\RequirePackage,\PackageError,% +% \def,\endinput,\let,\boolean,\newboolean,\setboolean,\renewcommand,% +% \afterassignment,\global,\aftergroup,\bgroup,\egroup,\csname,% +% \endcsname,\emph,\catcode,\space,\string,\next,\active,\rmfamily,\rule,% +% \textsl,\upshape, \alpha, \beta, \gamma, \delta, \epsilon, % +% \varepsilon, \zeta, \eta, \theta, \vartheta, \iota, \kappa, % +% \lambda, \mu, \nu, \xi, \pi, \varpi, \rho, \varrho, \sigma, % +% \varsigma, \tau, \upsilon, \phi, \varphi, \chi, \psi, \omega, % +% \Delta, \Gamma, \Theta, \Lambda, \Xi, \Pi, \Sigma, \Upsilon, % +% \Phi, \Psi, \Omega, \newif, \ifnum, \count@, \ensuremath} % +% +% \title{The package \textsf{paresse}\thanks{This document corresponds to the +% file \textsf{paresse}~\fileversion, dated \filedate.}\\ +% English translation by the author\footnote{Any comment about the +% translation is welcome.}} +% \author{Le \TeX nicien de surface\\ \url{Yvon.Henel@wanadoo.fr}} +% +% \maketitle +% \begin{otherlanguage}{french} +% \begin{abstract} +% Ce module, reprenant un exemple de T.~\textsc{Lachand-Robert} +% dans~\cite{tlachand}, fournit un moyen de taper des lettres +% grecques isolées à l'aide du caractère actif et +% redéfini. Au lieu de |\(\alpha\)| ou tape |§a| pour obtenir +% \(\alpha\). +% +% \textbf{Important} : Il doit être chargé \textbf{après} |inputenc| si +% ce dernier est utilisé. De plus, il faut que le signe § soit une lettre +% pour \TeX. +% \end{abstract} +% \end{otherlanguage} +% \begin{abstract} +% This package implements an example from T.~\textsc{Lachand-Robert} +% in~\cite{tlachand}. It provides a means of typing isolated +% greek letters with the character § activated and +% redefined. Instead of |\(\alpha\)| one types |§a| to obtain +% \(\alpha\). +% +% \textbf{Important}: You have to load it \textbf{after} the +% |inputenc| package if the latter is used. Moreover the sign +% § must be a letter for \TeX. +% \end{abstract} +% +% \section{Introduction} +% This is the English version of the |paresse| package. +% +% This package provides only a `quick and low-cost' access to greek letters +% which one can obtain with a macro such as |\alpha| or |\Omega|. It provides +% also an environment and a macro which make possible the use of § to type in +% those letters. Because of an |\ensuremath| we are not bound to explicitly +% enter ---~i.e. by typing |$ $| or |\( \)| or else |\[ \]| or anything +% whatsoever with the same effect~--- mathematics mode to obtain a greek +% letter. +% +% The idea of the method is from T.~\textsc{Lachand-Robert} and described +% in~\cite{tlachand}. I have just add the +% |\ensuremath| which is so agreeable to write macros. +% +% There is \emph{no} macros for the lowercase omicron nor for the uppercase +% alpha, beta... that one can obtain with the latin roman letters with the +% same look. I have not had the courage nor the strength to build a solution +% which would provide a means of obtaining an upright uppercase alpha in a +% math formula enbedded in an italic boldfaced text. +% +% Even if the meaning of the French `paresse' is just `lazyness' I would +% like to enphasize that the name of this package comes from the fact that the +% sign § can be used to point at a paragraph and looks like an S. So there is +% no connection between the name and the not unfrequent sin of the same +% (French) name... or maybe... +% +% \section{Usage} +% +% One loads the package with |\usepackage{paresse}| +% \textbf{after} the package |inputenc|. The sign § must be recognised as a +% letter by \TeX. On can use for instance |inputenc| with option |latin1| for +% such a purpose. +% +% By default the package is loaded with option |wild| and so the macros such +% as |§a| are immediately available. If one prefers one can choose the option +% |tame| by writing +% |\usepackage[tame]{paresse}|. One must then use the +% command |\ActiveLaParesse| or the environment |ParesseActive| +% to use the `§-macros'. +% +% When `paresse' is active, one has just to type |§a| in to obtain +% \(\alpha\). One has access, by the same means, to all the other +% greek letters to which a macro is devoted such as |\alpha|, +% see the table page~\pageref{tableau}. One obtains +% \(\alpha^{\beta}\) with |\(§a^{§b}\)| when § is active. One will +% note that, if the package |amsmath| is loaded, the curly braces are +% \emph{not} compulsory and that one obtains the same result with just +% |\(§a^§b\)|. +% +% \subsection{Options} +% +% \begin{itemize} +% \item |tame| is the contrary of |wild| which is the option by +% default. When |tame| reigns, one \textbf{must} use an environment +% |ParesseActive| or a command |\ActiveLaParesse| in order to +% use the §-macros. +% \item |ttau| is the contrary of |ttheta| which is selected by +% default. When |ttheta| is active |§t| gives \(\theta\) in the +% contrary |§t| gives \(\tau\). In all cases, \(\theta\) +% is given by |§v| and \(\tau\) by |§y|. +% +% \textbf{Remark:} \(\Theta\) is `regularly' obtained with |§V| and +% \emph{also} with |§T| whatever is the chosen option. +% +% \item |epsilon| is the contrary of |varepsilon| which is selected by +% default. With |epsilon|, |§e| gives \(\epsilon\) otherwide |§e| +% gives \(\varepsilon\). +% \item The following `couples' behave as |epsilon|, |varepsilon|: +% |theta| and |vartheta|; |pi| and |varpi|; |rho| +% and |varrho|; |sigma| and |varsigma|; |phi| and |varphi|. +% +% The default options are |theta|, |pi|, |rho|, |sigma| and |varphi|. +% \end{itemize} +% +% \subsection{Commands and environment} +% \DescribeMacro{\makeparesseletter} +% This command gives the letter-catcode to the `character' §. After that one +% can use § in the name of a macro, for instance. It corresponds to the +% well-known |\makeatletter|. +% +% \DescribeMacro{\makeparesseother} +% This macro gives the catcode \emph{other} to the character §. It is the +% `contrary' of the preceding one. It corresponds to |\makeatother|. +% +% \DescribeMacro{\ActiveLaParesse} +% This macro makes § active and thus enable one to access the macros the name +% of which begins with § such as |§a|. A list of these macros and theirs +% meanings is given in the table~\pageref{tableau}. +% +% \DescribeEnv{ParesseActive} +% In this environment § is active and one can use the §-macros. One could use +% this environment if one want to use the §-macros when the package +% \texttt{paresse.sty} is loaded whith the option \texttt{tame}. +% +% +% \subsection{Table of the §-macros} +% +% \begin{center}\Large +% \begin{ParesseActive} \label{tableau} +% \begin{tabular}{*4{||>{\ttfamily \§}c| c}||}\hline +% a & §a & b & §b & g & §g & d & §d\\ \hline +% e & §e & z & §z & h & §h & v & §v\\ \hline +% i & §i & k & §k & l & §l & m & §m\\ \hline +% n & §n & x & §x & p & §p & r & §r\\ \hline +% s & §s & y & §y & u & §u & f & §f\\ \hline +% c & §c & q & §q & w & §w &\multicolumn{1}{ c|}{} & \\ \hline\hline +% G & §G & D & §D & V & §V & L & §L\\ \hline +% X & §X & P & §P & S & §S & U & §U\\ \hline +% F & §F & Q & §Q & W & §W &\multicolumn{1}{ c|}{} & \\ \hline +% \end{tabular} +% \end{ParesseActive} +% \end{center} +% +% \paragraph{Remarks : } all the latin letters used in the name of the +% §-macros, but for {\ActiveLaParesse §v, §y and §q}, are loaded with +% reminiscences, I hope \texttt{:-)} and the greek uppercases are obtained +% with the (latin) corresponding uppercases. +% +% \StopEventually{ +% \selectlanguage{french} +% \begin{thebibliography}{99} +% \addcontentsline{toc}{section}{Bibliographie} +% \bibitem{tlachand} T.~\textsc{Lachand-Robert}. +% \emph{La maîtrise de \TeX{} et \LaTeX{}}. +% Masson, Paris, Milan, Barcelone, \oldstylenums{1995}.\\ +% \textsc{isbn} : \texttt{2-225-84832-7}. +% \end{thebibliography} +% \PrintChanges \PrintIndex} +% +% \section{Implementation} +% There is almost no comment in the code. I hope it is clear enough moreover +% it largely looks like the code of the package |engpron| from the same +% \emph{author}. +% +% Here I use a lot of |\def| to grab the redefinitions of the macros done by +% packages such as |fourier|\footnote{Many thanks to Michel \textsc{Bovani} +% for his precious advice on \url{fr.comp.text.tex}.}. +% +% The package says `hello'. Some booleans are defined and default values are +% set. Options are cared for and the package yells if one option is not valid. +% \begin{macrocode} +\newif\if@optiontame \newif\if@optiontau \newif\if@optionvareps +\newif\if@optionvartheta \newif\if@optionvarrho \newif\if@optionvarsigma +\newif\if@optionvarphi \newif\if@optionvarpi +% +\DeclareOption{tame}{\@optiontametrue} +\DeclareOption{wild}{\@optiontamefalse} +\DeclareOption{ttau}{\@optiontautrue} +\DeclareOption{ttheta}{\@optiontaufalse} +\DeclareOption{varepsilon}{\@optionvarepstrue} +\DeclareOption{epsilon}{\@optionvarepsfalse} +\DeclareOption{vartheta}{\@optionvarthetatrue} +\DeclareOption{theta}{\@optionvarthetafalse} +\DeclareOption{varrho}{\@optionvarrhotrue} +\DeclareOption{rho}{\@optionvarrhofalse} +\DeclareOption{varpi}{\@optionvarpitrue} +\DeclareOption{pi}{\@optionvarpifalse} +\DeclareOption{varsigma}{\@optionvarsigmatrue} +\DeclareOption{sigma}{\@optionvarsigmafalse} +\DeclareOption{varphi}{\@optionvarphitrue} +\DeclareOption{phi}{\@optionvarphifalse} +% +\DeclareOption{defaut}{\@optiontamefalse \@optionvarepstrue + \@optionvarthetafalse \@optionvarrhofalse \@optionvarsigmafalse + \@optionvarpifalse \@optionvarphitrue \@optiontaufalse} +% +\DeclareOption*{\PackageError{paresse}{% + The option \CurrentOption\space is not known!\MessageBreak + The default options are `wild' and `theta'.}% + {Choose between `wild' (for an active Paresse in all the + document) \MessageBreak and `tame' (so that § prints + the paragraph symbol). \MessageBreak Choose between ` + theta' (for §t to give theta) \MessageBreak and `tau' (for §t to give + tau).}} \ExecuteOptions{defaut} +\ProcessOptions\relax +% \end{macrocode} +% The current catcode and definition of § are saved. +% \begin{macrocode} +\count@=\catcode`\§ +\let\GA@LaVieilleParesse= § +% \end{macrocode} +% A macro is defined to obtain the character itself. It could happen to be +% usefull, maybe... +% \begin{macrocode} +\def\§{\S} +% \end{macrocode} +% Some more or less `hidden' macros are defined. The contorsions are +% required in order not to make \TeX\ yell something as vulgar as +% |\inaccessible|. +% \begin{macrocode} +\newcommand{\makeparesseletter}{\catcode `\§=11\relax} +\newcommand{\makeparesseother}{\catcode `\§=12\relax} +\newcommand{\GA@MakeParesseActive}{\catcode `\§=\active} +\def\GA@ActiveLaParessexii{\catcode `\§=\active} +\def\GA@ActiveLaParessexiii{\catcode `\§=\active + \def§##1{\ensuremath{\csname \string§##1\endcsname}}} +\ifnum\count@=12 +\let\GA@ActiveLaParesse \GA@ActiveLaParessexii +\else +\let\GA@ActiveLaParesse \GA@ActiveLaParessexiii +\fi +% \end{macrocode} +% The usefull macro then \emph{the} environment. They both use +% the \emph{hidden} macro which follows. +% \begin{macro}{\ActiveLaParesse} +% \begin{macrocode} +\newcommand{\ActiveLaParesse}{\GA@ActiveLaParesse} +% \end{macrocode} +% \end{macro} +% \begin{environment}{ParesseActive} +% \begin{macrocode} +\newenvironment{ParesseActive}{\GA@ActiveLaParesse}{} +% \end{macrocode} +% \end{environment} +% \begin{macro}{\GA@ActiveL@P@resse} +% \begin{macrocode} +\newcommand{\GA@ActiveL@P@resse}{\catcode `\§=\active% + \def§##1{\ensuremath{\csname \string§##1\endcsname}}} +% \end{macrocode} +% \end{macro} +% A sequence of macros for the letters with variants. +% \begin{macrocode} +\if@optionvareps \def\@epsilon {\varepsilon} + \else \def\@epsilon {\epsilon} \fi +\if@optionvartheta \def\@theta {\vartheta} + \else \def\@theta {\theta} \fi +\if@optionvarpi \def\@pi {\varpi} + \else \def\@pi {\pi} \fi +\if@optionvarrho \def\@rho {\varrho} + \else \def\@rho {\rho} \fi +\if@optionvarsigma \def\@sigma {\varsigma} + \else \def\@sigma {\sigma} \fi +\if@optionvarphi \def\@phi {\varphi} + \else \def\@phi {\phi} \fi +% \end{macrocode} +% § becomes a \TeX-letter and I define macros whith the help of +% |\def\§...|. Before going to uppercases, I take care of the +% letter t (options |ttau| and |ttheta|). +% \begin{macrocode} +\makeparesseletter +%%% lowercase +\def\§a {\alpha} \def\§b {\beta} +\def\§g {\gamma} \def\§d {\delta} +\def\§e {\@epsilon} \def\§z {\zeta} +\def\§h {\eta} \def\§v {\@theta} +\def\§i {\iota} \def\§k {\kappa} +\def\§l {\lambda} \def\§m {\mu} +\def\§n {\nu} \def\§x {\xi} +\def\§p {\@pi} +\def\§r {\@rho} \def\§s {\@sigma} +\def\§y {\tau} \def\§u {\upsilon} +\def\§f {\@phi} \def\§c {\chi} +\def\§q {\psi} \def\§w {\omega} +% +\if@optiontau \def\§t {\tau}\else \def\§t {\@theta}\fi +% +%%% uppercase +\def\§G {\Gamma} \def\§D {\Delta} +\def\§V {\Theta} \def\§T {\Theta} +\def\§L {\Lambda} \def\§X {\Xi} +\def\§P {\Pi} \def\§S {\Sigma} +\def\§U {\Upsilon} \def\§F {\Phi} +\def\§Q {\Psi} \def\§W {\Omega} +% \end{macrocode} +% § is made active and the §-macros are defined. +% \begin{macrocode} +\catcode `\§=\active +\def§#1{\ensuremath{\csname \string§#1\endcsname}} +% \end{macrocode} +% If |tame| has been set, § is given its previous state and the package +% finishes. +% \begin{macrocode} +\if@optiontame +\catcode`\§=\count@ +\ifnum\count@=13 \let §=\GA@LaVieilleParesse \fi +\fi +\endinput +% \end{macrocode} +% \Finale +\endinput + +%%% Local Variables: +%%% mode: latex +%%% coding: iso-8859-15 +%%% TeX-master: t +%%% End: diff --git a/Master/texmf-dist/source/latex/paresse/paresse.dtx b/Master/texmf-dist/source/latex/paresse/paresse.dtx new file mode 100644 index 00000000000..5b3ebde2b5e --- /dev/null +++ b/Master/texmf-dist/source/latex/paresse/paresse.dtx @@ -0,0 +1,438 @@ +% \iffalse meta-comment +% +%%%% Copyright (C) 2004 by Yvon Henel <Yvon.Henel@wanadoo.fr> +%%%% -------------------------------------------------------- +% +% +% This file may be distributed and/or modified under the +% conditions of the LaTeX Project Public License, either version 1.2 +% of this license or (at your option) any later version. +% The latest version of this license is in: +% +% http://www.latex-project.org/lppl.txt +% +% and version 1.2 or later is part of all distributions of LaTeX +% version 1999/12/01 or later. +% \fi +% +% \iffalse +%<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01] +%<package>\def\fileversion{v1a} +%<package>\def\filedate{2005/03/01} +%<package>\def\fileinfo{fichier paresse.dtx par Le \TeX nicien de surface} +%<package>\ProvidesPackage{paresse} +%<package> [\filedate\space\fileversion\space\fileinfo] +% +%<*driver> +\documentclass[a4paper]{ltxdoc} +\usepackage[latin1]{inputenc} +\usepackage[T1]{fontenc} +\usepackage[tame]{paresse} +\usepackage{xspace,url,array, ifthen} +\IfFileExists{lmodern.sty}{\usepackage{lmodern}}{} +\usepackage[english,frenchb]{babel} +% commentez la ligne suivante pour avoir un document avec le code +\OnlyDescription +% puis cherchez \StopEventually pour d'éventuels réglages +\EnableCrossrefs +\CodelineIndex +\RecordChanges +\makeatletter +%%% quelques redéfinition de commande de la classe ltxdoc.cls ou de +%%% l'extension doc.sty pour une documentation en français. +\GlossaryPrologue{\section*{{Changements}}\markboth{{Changements}}{{Changements}}} +\IndexPrologue{\section*{Index}\markboth{Index}{Index}% +Les nombres en italique renvoient à la page où l'entrée est décrite ; les + nombres soulignés renvoient à la ligne de code de la définition ; les + nombres en caractères romains renvoient à la ligne de code où l'entrée est + utilisée.} +\renewcommand{\SpecialMainEnvIndex}[1]{\@bsphack\special@index{% + #1\actualchar + {\string\ttfamily\space#1} + (environnement)% + \encapchar main}% + \special@index{environnements:\levelchar{% + \string\ttfamily\space#1}\encapchar + main}\@esphack} +\makeatother +%%% fin de la francisation +\begin{document} + \DocInput{paresse.dtx} +\end{document} +%</driver> +% \fi +% +% \CheckSum{319} +% +% \CharacterTable +% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z +% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z +% Digits \0\1\2\3\4\5\6\7\8\9 +% Exclamation \! Double quote \" Hash (number) \# +% Dollar \$ Percent \% Ampersand \& +% Acute accent \' Left paren \( Right paren \) +% Asterisk \* Plus \+ Comma \, +% Minus \- Point \. Solidus \/ +% Colon \: Semicolon \; Less than \< +% Equals \= Greater than \> Question mark \? +% Commercial at \@ Left bracket \[ Backslash \\ +% Right bracket \] Circumflex \^ Underscore \_ +% Grave accent \` Left brace \{ Vertical bar \| +% Right brace \} Tilde \~} +% +% +% \changes{v0.0}{2004/02/07}{Nouveau nom, quelques redéfinitions, +% première version publique.} +% \changes{v1}{2004/04/17}{Mise à jour de la documentation.} +% \changes{v1a}{2005/03/01}{Correction d'une erreur dans Infofile qui +% empéchait le chargement du module.} +% +% \GetFileInfo{paresse.sty} +% +% \DoNotIndex{\newcommand,\newenvironment,\i,\ae,\oe,\DeclareOption,% +% \ifthenelse,\if,\else,\fi,\tr@@c,\ExecuteOptions,\ProcessOptions,% +% \relax,\MessageBreak,\CurrentOption,\RequirePackage,\PackageError,% +% \def,\endinput,\let,\boolean,\newboolean,\setboolean,\renewcommand,% +% \afterassignment,\global,\aftergroup,\bgroup,\egroup,\csname,% +% \endcsname,\emph,\catcode,\space,\string,\next,\active,\rmfamily,\rule,% +% \textsl,\upshape, \alpha, \beta, \gamma, \delta, \epsilon, % +% \varepsilon, \zeta, \eta, \theta, \vartheta, \iota, \kappa, % +% \lambda, \mu, \nu, \xi, \pi, \varpi, \rho, \varrho, \sigma, % +% \varsigma, \tau, \upsilon, \phi, \varphi, \chi, \psi, \omega, % +% \Delta, \Gamma, \Theta, \Lambda, \Xi, \Pi, \Sigma, \Upsilon, % +% \Phi, \Psi, \Omega, \newif, \ifnum, \count@, \ensuremath} % +% +% \title{Le module \textsf{paresse}\thanks{Ce document correspond au +% fichier \textsf{paresse}~\fileversion, du \filedate.}} +% \author{Le \TeX nicien de surface\\ \url{Yvon.Henel@wanadoo.fr}} +% +% \maketitle +% \begin{abstract} +% Ce module, reprenant un exemple de T.~\textsc{Lachand-Robert} +% dans~\cite{tlachand}, fournit un moyen de taper des lettres +% grecques isolées à l'aide du caractère actif et +% redéfini. Au lieu de |\(\alpha\)| ou tape |§a| pour obtenir +% \(\alpha\). +% +% \textbf{Important} : Il doit être chargé \textbf{après} |inputenc| si +% ce dernier est utilisé. De plus, il faut que le signe § soit une lettre +% pour \TeX. +% \end{abstract} +% \begin{otherlanguage}{english} +% \begin{abstract} +% This package implements an example from T.~\textsc{Lachand-Robert} +% in~\cite{tlachand}. It provides a means of typing isolated +% greek letters with the character § activated and +% redefined. Instead of |\(\alpha\)| one types |§a| to obtain +% \(\alpha\). +% +% \textbf{Important}: You have to load it \textbf{after} the +% |inputenc| package if the latter is used. Moreover the sign +% § must be a letter for \TeX. +% \end{abstract} +% \end{otherlanguage} +% +% \section{Introduction} +% Cette extension ne fournit qu'un accès \og rapide et économique +% \fg aux lettres grecques qui s'obtiennent à l'aide d'une macro +% comme |\alpha| ou |\Omega|. Elle fournit un environnement et +% une commande qui permettent d'utiliser § pour taper ces +% lettres. Un |\ensuremath| nous dispense de nous placer +% explicitement ---~c'est-à-dire en tapant |$ $| ou bien |\( \)| ou +% encore |\[ \]| ou tout autre chose ayant le même effet~--- en +% mode mathématique pour obtenir une lettre grecque. +% +% L'idée de la méthode est due à T.~\textsc{Lachand-Robert} et +% est exposée dans~\cite{tlachand}. Je n'ai fait qu'ajouter le +% |\ensuremath| bien agréable pour l'écriture de macros. +% +% Bien entendu, on \textbf{ne} dispose \textbf{pas} de macros +% pour la minuscule omicron ni pour les majuscules alpha, +% beta... qui s'obtiennent à l'aide des latines romaines de même +% apparence\footnote{Je ne ferai aucune remarque sur les +% problèmes de codage que cela pose.}. Je ne me suis pas senti le +% courage ni la force de fournir une solution qui permettent +% d'obtenir dans une formule baignant dans un texte en italique +% gras un alpha majuscule droit, romain, \&c. +% +% Pour finir cette introduction, glosons le nom de cette +% extension. |paresse| vient de ce que le signe § indique un \og +% paragraphe \fg en ayant une forme lointainement apparentée au +% S et n'a donc aucun lien avec le \emph{défaut} si fréquent, +% encore que, à bien y réfléchir... +% +% \section{Utilisation} +% +% On charge cette extension avec |\usepackage{paresse}| +% \textbf{après} l'extension |inputenc|. Il faut que la \og +% caractère \fg § soit reconnu par \TeX\ comme une lettre. On +% pourra, par exemple, utiliser l'option |latin1| de |inputenc| +% pour obtenir cela. +% +% +% Par défaut, l'extension est chargée avec l'option |wild| ce qui +% signifie que les macros de la forme |§a| sont disponibles. Si +% l'on préfère, on peut passer à |paresse| l'option |tame| avec +% |\usepackage[tame]{paresse}|. Il faut alors utiliser la +% commande |\ActiveLaParesse| ou l'environnement |ParesseActive| +% pour utiliser les macros en §. +% +% Lorsque la \og paresse est active \fg, il suffit de taper |§a| +% pour obtenir \(\alpha\). On a de même accès à toutes les +% lettres grecques auxquelles sont consacrées une macro comme +% |\alpha|, voyez~\pageref{tableau}. On obtient, de même, +% \(\alpha^{\beta}\) avec |\(§a^{§b}\)| lorsque § est active. On +% notera que, si l'extension |amsmath| est utilisée, les +% accolades sont optionelles et qu'on obtient un résultat +% identique avec |\(§a^§b\)|. +% +% \subsection{Les options} +% +% \begin{itemize} +% \item |tame| s'oppose à |wild| qui est l'option par +% défaut. Lorsque |tame| règne, il \textbf{faut} un environnement +% |ParesseActive| ou une commande |\ActiveLaParesse| pour +% utiliser les macros à §. +% \item |ttau| s'oppose à |ttheta| qui est l'option par +% défaut. Lorsque |ttheta| est active |§t| donne \(\theta\) dans +% le cas contraire |§t| donne \(\tau\). En tous cas, \(\theta\) +% est accessible par |§v| et \(\tau\) par |§y|. +% +% \textbf{Remarque :} \(\Theta\) est obtenu par |§V| de manière +% \og régulière \fg et \emph{également} par |§T| quelle que soit +% l'option choisie. +% \item |epsilon| s'oppose à |varepsilon| qui est l'option par +% défaut. Avec |epsilon|, |§e| donne \(\epsilon\) sinon |§e| +% donne \(\varepsilon\). +% \item Se comportent comme le couple |epsilon|, |varepsilon| les +% couples suivants |theta| et |vartheta| ; |pi| et |varpi| ; |rho| +% et |varrho| ; |sigma| et |varsigma| ; |phi| et |varphi|. +% +% Par défaut on a |theta|, |pi|, |rho|, |sigma| et |varphi|. +% \end{itemize} +% +% \subsection{Commandes et environnement} +% \DescribeMacro{\makeparesseletter} +% Cette macro donne au \og caractère \fg § le catcode d'une +% lettre. Après cela, on peut se servir de § dans un nom de +% macro, par exemple. C'est le pendant de |\makeatletter|. +% +% \DescribeMacro{\makeparesseother} +% Cette macro donne au caractère § le catcode +% \emph{other}. C'est le \og contraire \fg de la +% précédente. Cela équivaut au |\makeatother|. +% +% \DescribeMacro{\ActiveLaParesse} +% Cette macro active le caractère § et permet ainsi d'accéder aux +% macros dont le nom commence par § comme |§a|. Pour une +% liste de ces macros et leurs significations, voyez le +% tableau~\pageref{tableau}. +% +% \DescribeEnv{ParesseActive} +% Dans cet environnement le caractère § est actif ce qui permet +% d'utiliser les macros en §. +% On utilisera cet environnement si l'on veut utiliser les macros +% quand on a chargé l'extension \texttt{paresse.sty} avec +% l'option \texttt{tame}. +% +% +% \subsection{Tableau des macros} +% +% \begin{center}\Large +% \begin{ParesseActive} \label{tableau} +% \begin{tabular}{*4{||>{\ttfamily \§}c| c}||}\hline +% a & §a & b & §b & g & §g & d & §d\\ \hline +% e & §e & z & §z & h & §h & v & §v\\ \hline +% i & §i & k & §k & l & §l & m & §m\\ \hline +% n & §n & x & §x & p & §p & r & §r\\ \hline +% s & §s & y & §y & u & §u & f & §f\\ \hline +% c & §c & q & §q & w & §w &\multicolumn{1}{ c|}{} & \\ \hline\hline +% G & §G & D & §D & V & §V & L & §L\\ \hline +% X & §X & P & §P & S & §S & U & §U\\ \hline +% F & §F & Q & §Q & W & §W &\multicolumn{1}{ c|}{} & \\ \hline +% \end{tabular} +% \end{ParesseActive} +% \end{center} +% +% \paragraph{Remarques : } à l'exception de {\ActiveLaParesse §v, +% §y et §q} les lettres utilisées dans les noms des macros sont +% chargées de vertu mnémotechniques \texttt{:-)} et les +% majuscules grecques s'obtiennent à l'aide de la majuscule +% correspondante. +% +% \StopEventually{ +% \begin{thebibliography}{99} +% \addcontentsline{toc}{section}{Bibliographie} +% \bibitem{tlachand} T.~\textsc{Lachand-Robert}. +% \emph{La maîtrise de \TeX{} et \LaTeX{}}. +% Masson, Paris, Milan, Barcelone, \oldstylenums{1995}.\\ +% \textsc{isbn} : \texttt{2-225-84832-7}. +% \end{thebibliography} +% \PrintChanges \PrintIndex} +% +% \section{Le code} +% Le code est fourni presque sans commentaire. J'espère qu'il est +% assez clair. Cela dit, il ressemble beaucoup à celui de +% l'extension |engpron| du même \emph{auteur}. +% +% Ici j'utilise |\def| à outrance pour récupérer les +% redéfinitions des macros faites par des extensions comme +% |fourier|\footnote{Mes remerciements à Michel \textsc{Bovani} +% pour ses conseils sur \url{fr.comp.text.tex}.}. +% +% On dit bonjour. On définit quelques variables booléennes et on +% fixe leur valeur par défaut. On traite les options et on crie +% si l'une d'elles n'est pas connue. +% \begin{macrocode} +\newif\if@optiontame \newif\if@optiontau +\newif\if@optionvareps +\newif\if@optionvartheta +\newif\if@optionvarrho +\newif\if@optionvarsigma +\newif\if@optionvarphi +\newif\if@optionvarpi +% +\DeclareOption{tame}{\@optiontametrue} +\DeclareOption{wild}{\@optiontamefalse} +\DeclareOption{ttau}{\@optiontautrue} +\DeclareOption{ttheta}{\@optiontaufalse} +\DeclareOption{varepsilon}{\@optionvarepstrue} +\DeclareOption{epsilon}{\@optionvarepsfalse} +\DeclareOption{vartheta}{\@optionvarthetatrue} +\DeclareOption{theta}{\@optionvarthetafalse} +\DeclareOption{varrho}{\@optionvarrhotrue} +\DeclareOption{rho}{\@optionvarrhofalse} +\DeclareOption{varpi}{\@optionvarpitrue} +\DeclareOption{pi}{\@optionvarpifalse} +\DeclareOption{varsigma}{\@optionvarsigmatrue} +\DeclareOption{sigma}{\@optionvarsigmafalse} +\DeclareOption{varphi}{\@optionvarphitrue} +\DeclareOption{phi}{\@optionvarphifalse} +% +\DeclareOption{defaut}{\@optiontamefalse \@optionvarepstrue + \@optionvarthetafalse \@optionvarrhofalse \@optionvarsigmafalse + \@optionvarpifalse \@optionvarphitrue \@optiontaufalse} +% +\DeclareOption*{\PackageError{paresse}{% + L'option \CurrentOption\space n'est pas connue !\MessageBreak + Les options par défaut sont << wild >> et << theta >>.}% + {Choisissez entre << wild >> (pour une Paresse active dans tout + le document) \MessageBreak et << tame >> (pour que § imprime + la marque de paragraphe). \MessageBreak Choisissez entre << + theta >> (pour que §t imprime theta) \MessageBreak et << tau + >> (pour que §t imprime tau).}} \ExecuteOptions{defaut} +\ProcessOptions\relax +% \end{macrocode} +% On sauvegarde le catcode et la définition courante du caractère +% §. +% \begin{macrocode} +\count@=\catcode`\§ +\let\GA@LaVieilleParesse= § +% \end{macrocode} +% On définit une macro pour pouvoir obtenir le caractère +% lui-même. Ça peut servir, parfois... +% \begin{macrocode} +\def\§{\S} +% \end{macrocode} +% On définit une série de macros plus ou moins \og cachées \fg. +% On doit recourir à des acrobaties pour obtenir ce que l'on veut +% et pour éviter que \TeX\ ne hurle des méchancetés du genre +% |\inaccessible|. +% \begin{macrocode} +\newcommand{\makeparesseletter}{\catcode `\§=11\relax} +\newcommand{\makeparesseother}{\catcode `\§=12\relax} +\newcommand{\GA@MakeParesseActive}{\catcode `\§=\active} +\def\GA@ActiveLaParessexii{\catcode `\§=\active} +\def\GA@ActiveLaParessexiii{\catcode `\§=\active + \def§##1{\ensuremath{\csname \string§##1\endcsname}}} +\ifnum\count@=12 +\let\GA@ActiveLaParesse \GA@ActiveLaParessexii +\else +\let\GA@ActiveLaParesse \GA@ActiveLaParessexiii +\fi +% \end{macrocode} +% La macro utile puis l'environnement itou. Ils font tous les +% deux appels à la macro \emph{cachée} qui suit. +% \begin{macro}{\ActiveLaParesse} +% \begin{macrocode} +\newcommand{\ActiveLaParesse}{\GA@ActiveLaParesse} +% \end{macrocode} +% \end{macro} +% \begin{environment}{ParesseActive} +% \begin{macrocode} +\newenvironment{ParesseActive}{\GA@ActiveLaParesse}{} +% \end{macrocode} +% \end{environment} +% \begin{macro}{\GA@ActiveL@P@resse} +% \begin{macrocode} +\newcommand{\GA@ActiveL@P@resse}{\catcode `\§=\active% + \def§##1{\ensuremath{\csname \string§##1\endcsname}}} +% \end{macrocode} +% \end{macro} +% Une série de macros pour les lettres à variantes. +% \begin{macrocode} +\if@optionvareps \def\@epsilon {\varepsilon} + \else \def\@epsilon {\epsilon} \fi +\if@optionvartheta \def\@theta {\vartheta} + \else \def\@theta {\theta} \fi +\if@optionvarpi \def\@pi {\varpi} + \else \def\@pi {\pi} \fi +\if@optionvarrho \def\@rho {\varrho} + \else \def\@rho {\rho} \fi +\if@optionvarsigma \def\@sigma {\varsigma} + \else \def\@sigma {\sigma} \fi +\if@optionvarphi \def\@phi {\varphi} + \else \def\@phi {\phi} \fi +% \end{macrocode} +% On fait de § une lettre et on définit les macros à coup de +% |\def\§...|. Avant de passer aux majuscules, on s'occupe de la +% lettre t (option |ttau| et |ttheta|). +% \begin{macrocode} +\makeparesseletter +%%% minuscules +\def\§a {\alpha} \def\§b {\beta} +\def\§g {\gamma} \def\§d {\delta} +\def\§e {\@epsilon} \def\§z {\zeta} +\def\§h {\eta} \def\§v {\@theta} +\def\§i {\iota} \def\§k {\kappa} +\def\§l {\lambda} \def\§m {\mu} +\def\§n {\nu} \def\§x {\xi} +\def\§p {\@pi} +\def\§r {\@rho} \def\§s {\@sigma} +\def\§y {\tau} \def\§u {\upsilon} +\def\§f {\@phi} \def\§c {\chi} +\def\§q {\psi} \def\§w {\omega} +% +\if@optiontau \def\§t {\tau}\else \def\§t {\@theta}\fi +% +%%% Majuscules +\def\§G {\Gamma} \def\§D {\Delta} +\def\§V {\Theta} \def\§T {\Theta} +\def\§L {\Lambda} \def\§X {\Xi} +\def\§P {\Pi} \def\§S {\Sigma} +\def\§U {\Upsilon} \def\§F {\Phi} +\def\§Q {\Psi} \def\§W {\Omega} +% \end{macrocode} +% On rend actif le caractère § et on définit les macros à +% noms commençant par §. +% \begin{macrocode} +\catcode `\§=\active +\def§#1{\ensuremath{\csname \string§#1\endcsname}} +% \end{macrocode} +% Si l'option |tame| est en vigueur, on remet § dans son état +% initial et on sort. +% \begin{macrocode} +\if@optiontame +\catcode`\§=\count@ +\ifnum\count@=13 \let §=\GA@LaVieilleParesse \fi +\fi +\endinput +% \end{macrocode} +% \Finale +\endinput + +%%% Local Variables: +%%% mode: latex +%%% coding: iso-8859-15 +%%% TeX-master: t +%%% End: diff --git a/Master/texmf-dist/source/latex/paresse/paresse.ins b/Master/texmf-dist/source/latex/paresse/paresse.ins new file mode 100644 index 00000000000..75d41bb5ee2 --- /dev/null +++ b/Master/texmf-dist/source/latex/paresse/paresse.ins @@ -0,0 +1,72 @@ +%% +%% Copyright (C) 2003 by Yvon Henel Le TeXnicien de surface +%% <Yvon.Henel@wanadoo.fr> +%% +%% This file may be distributed and/or modified under the conditions of +%% the LaTeX Project Public License, either version 1.2 of this license +%% or (at your option) any later version. The latest version of this +%% license is in: +%% +%% http://www.latex-project.org/lppl.txt +%% +%% and version 1.2 or later is part of all distributions of LaTeX version +%% 1999/12/01 or later. +%% + +\input docstrip.tex +\keepsilent + +\preamble + +This is a generated file. + +Copyright (C) 2003 Y. Henel, le TeXnicien de surface +<Yvon.Henel@wanadoo.fr> + +This file may be distributed and/or modified under the conditions of +the LaTeX Project Public License, either version 1.2 of this license +or (at your option) any later version. The latest version of this +license is in: + + http://www.latex-project.org/lppl.txt + +and version 1.2 or later is part of all distributions of LaTeX version +1999/12/01 or later. + +\endpreamble + +\generate{\file{paresse.sty}{\from{paresse.dtx}{package}}} + +\Msg{****************************************************************} +\Msg{*} +\Msg{* Pour finir l'installation vous devez placer} +\Msg{* le fichier suivant dans un répertoire parcouru par TeX.} +\Msg{*} +\Msg{* \space\space paresse.sty} +\Msg{*} +\Msg{* Pour produire la documentation faire : } +\Msg{* pdflatex paresse.dtx} +\Msg{* makeindex -s gind paresse } +\Msg{* makeindex -s gglo -o paresse.gls paresse.glo} +\Msg{* pdflatex paresse.dtx} +\Msg{*} +\Msg{* puis placez paresse.pdf dans un répertoire de documentation} +\Msg{* comme par exemple texmf-local/doc/latex/paresse} +\Msg{*} +\Msg{* ou utilisez, sous *nix, « make doc » pour obtenir la doc } +\Msg{* ou « make install-doc » pour la créer et l'installer.} +\Msg{*} +\Msg{********************* TeXez dans la joie ! *********************} +\Msg{****************************************************************} + +\endbatchfile + + + + + + + + + + |