AZ logo

CTAN directory: /info/apprends-latex

You can get the contents of this directory bundled as a zip file.

Packages in this directory:

Identifier Caption
apprends-latex Apprends LaTeX!

Subdirectories

Name Notes
exemples/

Files

Name Size* Date UTC Notes
Apprends_LaTeX.pdf 2446 KiB 2010-Jul-08
Apprends_LaTeX.tex 283 KiB 2010-Jul-08
README 2 KiB 2010-Jul-07 Shown below
avance.bib 3 KiB 2010-Mar-28
bibliographie-index.bib 451 bytes 2009-Oct-31
divers.bib 1 KiB 2010-Feb-05
graphisme.bib 1 KiB 2010-Jan-30
index.ist 243 bytes 2009-Nov-03
latex.bib 2 KiB 2010-Mar-28
latexmkrc 52 bytes 2010-Jul-08
typographie.bib 2 KiB 2010-Jul-05

  *File sizes in kibibytes.

Contents of README

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.