summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/dlfltxb/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/dlfltxb/README')
-rw-r--r--Master/texmf-dist/doc/latex/dlfltxb/README104
1 files changed, 104 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/dlfltxb/README b/Master/texmf-dist/doc/latex/dlfltxb/README
new file mode 100644
index 00000000000..14ff1617583
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/dlfltxb/README
@@ -0,0 +1,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