blob: 14ff161758311496d4ec85c7f4bc0d563f3a58cd (
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
|
% (C) Lars Madsen, daleif@imf.au.dk, 2007/05/18
% This material is subject to the LaTeX Project Public License.
% See http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html
% for the details of that license.
The dlfltxb bundle consists of (currently) three packages used for my
book "Introduktion til LaTeX" (in Danish, available from
http://www.imf.au.dk/system/latex/bog/).
One package consists of various home made macros (in the book
presented as code tips), which are also useful for other users. The
last two packages are used internally for writing the book.
At least one more package (dlfltxbsc) will be added to the bundle
later (presumably Fall 2007). This is the package used for all the
examples in the book.
Current file contents for the dlfltxb bundle:
=============================================
dlfltxbcodetips (v0.1):
-----------------------
* dlfltxbcodetips.sty
* dlfltxbcodetips.pdf (manual)
* dlfltxbcodetips.tex (source for the manual)
The dlfltxbcodetips package contains macros:
* \bigtimes (without the need for extra fonts)
* \nuparrow, \ndownarrow (using graphicx and \nrightarrow and \nleftarrow)
* \InsertTheoremBreak for inserting a 'linebreak' before the start of
a list, when that list is the first part of a theorem text
* a series of macros for helping with alignment in formulas
* \NewShadedTheorem for auto creating shaded theorems with the
ntheorem package (requires the user to load the (x)color and framed
packages and define the shadecolor, and of course using ntheorem)
* \SwapDeadSpace to be placed at the beginning of for example an align
to switch the spacing above from \abovedisplayskip to
\abovedisplayshortskip
dlfltxbmarkup (v0.6):
---------------------
* dlfltxbmarkup.sty
* dlfltxbmarkup.pdf (manual)
* dlfltxbmarkup.tex (source for the manual)
* dlfltxbmarkup-sample.cfg (sample configuration file, actually the
keys I currently use for the book)
* dlfltxbmarkup-showkeys.tex (a file that can be used to print a list
of category keys and their description)
* dlfltxbmarkup-showkeys.pdf (sample description file showing the
* contents of dlfltxbmarkup-sample.cfg)
The dlfltxbmarkup package provides:
* \markup for marking up words etc. in the text. The context is
controlled by user defined category keys. \markup can
automatically write in the text, in the (outer) margin and adding
the word to the index (in several places if so defined in the key
definition)
* \felineGenerateKey for generating category keys
The dlfltxbmarkup package requires the use of the memoir
class. Currently I do not plan on creating a version the is not
dependant of memoir.
dlfltxbmisc (v0.1):
-------------------
* dlfltxbmisc.sty
* dlfltxbmisc.pdf (manual)
* dlfltxbmics.tex (source for the manual)
The dlfltxbmisc package provides
* macros for writing sample LaTeX arguments
* two simple environments for displaying syntax
* the \addurl (bad name) that I use for specially wrapping URLs in
the bibliography
package_doc.bib:
----------------
Bibliographic information used by all three documentations.
INSTALLATION:
=============
Place all *.sty and *.cfg files in
tex/latex/dlfltxb
All *.tex *.bib *.pdf and README in
doc/latex/dlfltxb
/Lars Madsen
daleif@imf.au.dk
|