summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/lettre/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/lettre/README
Initial commit
Diffstat (limited to 'macros/latex/contrib/lettre/README')
-rw-r--r--macros/latex/contrib/lettre/README104
1 files changed, 104 insertions, 0 deletions
diff --git a/macros/latex/contrib/lettre/README b/macros/latex/contrib/lettre/README
new file mode 100644
index 0000000000..23d15a39a5
--- /dev/null
+++ b/macros/latex/contrib/lettre/README
@@ -0,0 +1,104 @@
+License
+=======
+This file is part of the "lettre" package.
+Copyright 2000-2013 Denis M\'gevand
+Copyright 2013-2017 Vincent Bela\"iche
+
+This work may be distributed and/or modified under the conditions of the
+LaTeX Project Public License, either version 1.3 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.3 or later is part of all
+distributions of LaTeX version 2005/12/01 or later.
+
+This work has the LPPL maintenance status `maintained'.
+
+The Current Maintainer of this work is Vincent Bela\"iche.
+
+This work consists of all files listed hereinafter:
+lettre.zip/lettre.dtx
+lettre.zip/lettre.pdf lettre.zip/README lettre.zip/ALIRE
+
+lettre.zip/lettre.tds.zip/doc/latex/lettre/lettre.pdf lettre.zip/lettre.tds.zip/doc/latex/lettre/README_TDS lettre.zip/lettre.tds.zip/doc/latex/lettre/ALIRE_TDS
+
+lettre.zip/lettre.tds.zip/tex/latex/lettre/lettre.cls lettre.zip/lettre.tds.zip/tex/latex/lettre/lettre-english.ldf lettre.zip/lettre.tds.zip/tex/latex/lettre/lettre-french.ldf lettre.zip/lettre.tds.zip/tex/latex/lettre/lettre-german.ldf lettre.zip/lettre.tds.zip/tex/latex/lettre/lettre-romand.ldf lettre.zip/lettre.tds.zip/tex/latex/lettre/lettre-USenglish.ldf lettre.zip/lettre.tds.zip/tex/latex/lettre/lettre-amg.cfg lettre.zip/lettre.tds.zip/tex/latex/lettre/lettre-obs.cfg lettre.zip/lettre.tds.zip/tex/latex/lettre/lettre-default.cfg
+
+lettre.zip/lettre.tds.zip/doc/latex/lettre/3.000-release-notes
+
+Lettre
+======
+author: Denis M\'egevand
+maintainer: Vincent Bela\"iche
+version: 3.000
+date: 2017/08/03
+Email: vincentb1@users.sourceforge.net
+
+New features and bug corrections are described in the file 3.000-release-notes.
+
+The documentation (only available in french) is provided in file
+lettre.zip/lettre.pdf, the source code for documentation can be extracted from the
+lettre.dtx file as explained hereinafter.
+
+Installation
+============
+Installation is very simple, the only sensitive files are lettre.cls and
+default.ins which are to be put in the macro path, usually hidden behind the
+environment variable $TEXINPUTS.
+
+
+Please proceed as follows:
+
+ 1) extract file lettre.dtx from lettre.zip to a temporary directory named e.g.
+ LETTRE.
+
+ 2) in the LETTRE directory, type command:
+
+ latex lettre.dtx
+
+ so that all files packed within lettre.dtx are extracted.
+
+
+ 3) place files lettre.cls and default.ins into ${TEXINPUTS}/tex/latex/lettre, where
+ ${TEXINPUTS} denotes the installation TDS tree.
+
+
+
+ 4) refresh your file name data base (Under MiKTeX click on
+ "refresh FNDB" button in the administation pannel)
+
+ 5) the manual is also available in lettre.zip, you should place it under
+ ${TEXINPUTS}/doc/latex/lettre
+
+ 6) if you wish to recompile the manual, in the dezip directory LETTRE, type command :
+
+ latexmk -r latexmkrc.pl
+
+ this needs that latexmk perl script is installed in your LaTeX
+ distribution, which is in general true. Otherwise you can get it from there:
+
+ http://ctan.org/pkg/latexmk
+
+
+Usage
+=====
+Print, then follow the documentation. The examples give real letter and telefax
+source codes that are compiled with the class along with the PDF output included
+as a picture in the manual. Try to compile them to check the package against
+your LaTeX installation.
+
+SVN Repository
+==============
+
+If you want to get the development version, the project is under the GNA! forge,
+you need the svn (Subversion) utilitary to check it out with one of the two
+following commands:
+
+svn co svn://svn.gna.org/svn/lettre_observatoire/trunk lettre_observatoire
+svn co http://svn.gna.org/svn/lettre_observatoire/trunk lettre_observatoire
+
+The v3.000 version that you have in hands can be checked out with
+one of the two following commands:
+
+svn co svn://svn.gna.org/svn/lettre_observatoire/tags/ctan3.000 lettre_observatoire
+svn co http://svn.gna.org/svn/lettre_observatoire/tags/ctan3.000 lettre_observatoire
+
+