summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/dlfltxb/README
blob: a2cf999deeb03dcc06386671c00d75ca92f951da (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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
% (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.


HISTORY
=======

 * 20070601 added new versions of dlfltxbcodetips and
   dlfltxbmarkup-sample.cfg 


Current file contents for the dlfltxb bundle:
=============================================

dlfltxbcodetips (v0.2):
-----------------------

 * 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 


Changes
-------

  v0.2 Better implementations of \nuparrow, \ndownarrow and bigtimes,
       all due to Enrico Gregorio. Also changed the implementation of
       \NewShadedTheorem such that the environment giving the
       bagground is now configurable.


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.


Changes
-------

 20070601 new version of dlfltxbmarkup-sample.cfg



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