diff options
author | Karl Berry <karl@freefriends.org> | 2010-03-05 00:37:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-03-05 00:37:43 +0000 |
commit | 0312acfe03e1ab61d0a37ad27e814509a17ac7c2 (patch) | |
tree | 8d57ba1ae50307ad3773b55f206b75e9a9d9229e /Master/texmf-dist/doc/latex/apprends-latex/README | |
parent | 1c7434bb6484069a01c6dad0c3cde3685a4e5d65 (diff) |
apprends-latex 4.01 (4mar10)
git-svn-id: svn://tug.org/texlive/trunk@17322 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/apprends-latex/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/apprends-latex/README | 68 |
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. |