summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/apprends-latex/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/apprends-latex/README')
-rw-r--r--Master/texmf-dist/doc/latex/apprends-latex/README68
1 files changed, 68 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/apprends-latex/README b/Master/texmf-dist/doc/latex/apprends-latex/README
new file mode 100644
index 00000000000..48cc78d4627
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/apprends-latex/README
@@ -0,0 +1,68 @@
+Apprends LaTeX !
+
+Marc Baudoin
+<babafou+latex@babafou.eu.org>
+
+-----------------------------------------------------------------
+
+Apprends LaTeX ! (Learn LaTeX!) is a French documentation aimed
+at LaTeX beginners.
+
+A PDF file is provided for convenience.
+
+If you want to build the documentation from sources, you will
+need:
+
+- A TeX distribution containing pdflatex, latexmk and the various
+ packages used. TeX Live 2009 is recommended as it includes all
+ that.
+
+- A Perl interpreter.
+
+- GNU make.
+
+This works fine on a UNIX system. I've never tested it
+elsewhere.
+
+Then you will have to follow these steps.
+
+1. Change to the exemples directory:
+
+ cd exemples
+
+2. Run the polices.pl and the beamer-themes.pl Perl scripts:
+
+ ./polices.pl
+ ./beamer-themes.pl
+
+ Both use /usr/pkg/bin/perl (which is the standard location of
+ Perl on a NetBSD system using pkgsrc) as the path for Perl (in
+ the first line of each file). If yours is different, you have
+ to change it before running these script.
+
+3. Run GNU make:
+
+ gmake (or make, depending on your system)
+
+ This will take some time, as it generates LaTeX source files
+ and PDF files for a lot of examples.
+
+4. Return to the top directory:
+
+ cd ..
+
+5. Run latexmk on Apprends_LaTeX.tex:
+
+ latexmk -pdf Apprends_LaTeX.tex
+
+-----------------------------------------------------------------
+
+% Copyright 1994-2010 Marc Baudoin
+%
+% 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.