Index of /archives/text/CTAN/info/apprends-latex

Icon  Name                      Last modified      Size  Description
[PARENTDIR] Parent Directory - [   ] Apprends_LaTeX.pdf 2010-07-09 05:04 2.4M [   ] Apprends_LaTeX.tex 2010-07-09 05:04 283K [TXT] README 2010-07-08 05:57 1.8K [   ] avance.bib 2010-03-29 06:51 2.6K [   ] bibliographie-index.bib 2009-11-01 03:48 451 [TXT] divers.bib 2010-02-05 18:36 907 [DIR] exemples/ 2010-07-09 06:23 - [   ] graphisme.bib 2010-01-30 18:59 1.0K [   ] index.ist 2009-11-04 05:45 243 [   ] latex.bib 2010-03-29 06:38 2.5K [   ] latexmkrc 2010-07-09 05:13 52 [   ] typographie.bib 2010-07-06 06:29 1.7K
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 2010 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 (this is the standard location of the Perl
   interpreter on a NetBSD system using pkgsrc, which is what I'm using) as the
   path for the Perl interpreter (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.