blob: 74be60d584d2fffb346f2e8de5b0d2f7af828b86 (
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
|
%%
%% This is file `README.txt',
%%
%% This file is part of the `datenumber' package,
%%
%% Copyright (C) 2001 J"org-Michael Schr"oder.
%%
%% IMPORTANT NOTICE:
%%
%% This program may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.2
%% 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.2 or later is part of all distributions of LaTeX
%% version 1999/12/01 or later.
%%
%% For error reports, or offers to help make this a more powerful
%% tool, please contact me on schrj020@mail.uni-mainz.de
%%
This program consists of all files listed here.
README.txt
datenumber.dtx
datenumber.ins
doc.tex
dov.dvi
docgerman.tex
docgerman.dvi
generated files:
datenumber.sty
datenumberenglish.ldf
datenumberUSenglish.ldf
datenumberfrench.ldf
datenumberspanish.ldf
datenumbergerman.ldf
datenumberdummy.ldf
Installation:
call latex on `datenumber.ins'
copy datenumber.sty and all *.ldf files to a place LaTeX can find it.
run `texhash', `initexmf -u' or something else.
say latex `doc.tex' (2 times) to get a short documentation
german documentation:
Eine kurze Dokumentation ist in docgerman.tex.
Für eine kurze Beschreibung des Programmcodes in Deutsch:
latex datenumber.dtx (2 mal)
makeindex -s gind.ist datenumber.idx
latex datenumber.dtx
|