summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/apprends-latex/README
blob: 48cc78d4627caea7b46054836c9b0997438dd1f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
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.