summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/l3ctr2e/README
blob: f5019fa5761a4ca0cc503d07900edc65fc1c2ee1 (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
%% l3ctr2e LaTeX2e counters in LaTeX3 ways
%%
%% Copyright (C) 2012-2013 by Simon Sigurdhsson <sigurdhsson@gmail.com>
%% 
%% 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.
%% 
%% This work has the LPPL maintenance status `maintained'.
%% 
%% The Current Maintainer of this work is Simon Sigurdhsson.
%% 
%% This work consists of the file l3ctr2e.tex and the  derived file
%% l3ctr2e.sty.

This is version 0.1d of the l3ctr2e package, a reimplementation of some
of the LaTeX2e counter functionality in LaTeX3 code. It should be
backwards-compatible with LaTeX2e counters.

The following files are enclosed.

  README        - This file
  Makefile      - GNU Makefile for making the package and documentation
  l3ctr.tex     - LaTeX source code of the class and documentation
  l3ctr.pdf     - PDF version of the documentation

Installation notes:
The easiest way to install this package, assuming you have obtained the
source code from Github or CTAN, is to simply run `make install`. This
will generate package code and documentation, install it into TEXMFHOME
and run `mktexlsr`. If you wish to compile the package but not install
it, run `make all` instead. If you insist on doing it manually, remember
that you must use `pdflatex` (not `tex` or `latex`).