summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/dlfltxb
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-06-02 22:51:05 +0000
committerKarl Berry <karl@freefriends.org>2007-06-02 22:51:05 +0000
commitf7abbe11ae8b67804ec79e82c1ae107392b325e0 (patch)
treea3947220e255c98274cc193cbeda3718f764dee9 /Master/texmf-dist/doc/latex/dlfltxb
parent4dc41c7ce0ba9d2d0f679d1d6825b5b29a4ccb35 (diff)
-mdlfltxb update (1jun07)
git-svn-id: svn://tug.org/texlive/trunk@4406 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/dlfltxb')
-rw-r--r--Master/texmf-dist/doc/latex/dlfltxb/README26
-rw-r--r--Master/texmf-dist/doc/latex/dlfltxb/dlfltxbcodetips.pdfbin204829 -> 206243 bytes
-rw-r--r--Master/texmf-dist/doc/latex/dlfltxb/dlfltxbcodetips.tex13
-rw-r--r--Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmarkup-sample.cfg30
-rw-r--r--Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmarkup-showkeys.pdfbin29214 -> 29307 bytes
-rw-r--r--Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmarkup.pdfbin187892 -> 187892 bytes
-rw-r--r--Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmisc.pdfbin157483 -> 157568 bytes
7 files changed, 62 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/dlfltxb/README b/Master/texmf-dist/doc/latex/dlfltxb/README
index 14ff1617583..a2cf999deeb 100644
--- a/Master/texmf-dist/doc/latex/dlfltxb/README
+++ b/Master/texmf-dist/doc/latex/dlfltxb/README
@@ -15,10 +15,18 @@ 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.1):
+dlfltxbcodetips (v0.2):
-----------------------
* dlfltxbcodetips.sty
@@ -40,6 +48,15 @@ dlfltxbcodetips (v0.1):
\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):
---------------------
@@ -67,6 +84,13 @@ dlfltxbmarkup (v0.6):
dependant of memoir.
+Changes
+-------
+
+ 20070601 new version of dlfltxbmarkup-sample.cfg
+
+
+
dlfltxbmisc (v0.1):
-------------------
diff --git a/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbcodetips.pdf b/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbcodetips.pdf
index 5a234375f74..47939048f69 100644
--- a/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbcodetips.pdf
+++ b/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbcodetips.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbcodetips.tex b/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbcodetips.tex
index 78527b70039..2fda5f54e4d 100644
--- a/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbcodetips.tex
+++ b/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbcodetips.tex
@@ -18,6 +18,7 @@
\hfuzz=30pt
+\setfootnoterule[\vfill]{3pt}{0.4\columnwidth}{\normalrulethickness}
\usepackage{color}
\usepackage[colorlinks,breaklinks]{hyperref}
@@ -114,7 +115,7 @@
\begin{document}
-\title{Code tips from ``Introduktion til \LaTeX''\\{\normalsize Or just the
+\title{Code tips from ``Introduktion til \LaTeX''\thanks{Version: 0.2}\\{\normalsize Or just the
\textsf{\jobname} package}}
\author{Lars Madsen\thanks{Web:
\url{http://home.imf.au.dk/daleif}\qquad Email: \url{daleif@imf.au.dk}}}
@@ -162,7 +163,7 @@ text or mathematical material.
A few extra symbols have been created. First of is \markup{bigtimes}
which is a large operator version of \markup[nomk]{times}, but without
-having to load special fonts.
+having to load special fonts.\footnote{Updated version due to Enrico Gregorio.}
\begin{sourcedisplay}
$\bigtimes_{n=1}^k A_n$
\[ \bigtimes_{n=1}^k A_n \]
@@ -174,7 +175,7 @@ $\bigtimes_{n=1}^k A_n$
The package creates \markup{nuparrow} and \markup{ndownarrow} by
rotating and reflecting \markup[nomk]{nrightarrow} and
\markup[nomk]{nleftarrow}
-respectively.
+respectively.\addtocounter{footnote}{-1}\footnotemark
\begin{sourcedisplay}
$ A \nuparrow B$ \qquad
$ B \ndownarrow C$
@@ -198,7 +199,11 @@ It has exactly the same syntax as the ordinary
\markup[nomk]{newtheorem}. Requirements: the
\markup[nomk,sty]{framed}, \markup[nomk,sty]{ntheorem},
(\texttt{x})\markup[nomk,sty]{color} packages and the definition of
-the >>\texttt{shadecolor}<< (required by the \markup[nomk,sty]{framed} package).
+the >>\texttt{shadecolor}<< (required by the \markup[nomk,sty]{framed}
+package). Inside the \cs{NewShadedTheorem} the environment surrounding
+the theorem is given by the macro \markup{NSTshadeenvironment} which
+is initialised to >>\texttt{shaded}<<. You can change it using
+\cs{renewcommand}.
\begin{sourcedisplay}
\theoremheaderfont{\bfseries}
\theoremseparator{.}
diff --git a/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmarkup-sample.cfg b/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmarkup-sample.cfg
index ce7910635fc..5721263da41 100644
--- a/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmarkup-sample.cfg
+++ b/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmarkup-sample.cfg
@@ -17,6 +17,11 @@
%%
+% HISTORY
+%
+% <2007/05/25 added various stuff
+% 2007/05/25 added the mltbib, bbtpc and bbtpcenv keys
+
% default key
\def\felineStandardKey{macro}
@@ -50,7 +55,7 @@
{for registering class names}%
{\felineWriteInMargin{#1}}%
{\felineIndexCmd{#1 (klasse)@#1 (klasse)}\felineIndexCmd{dokumentklasser!#1}}%
- {\textsf{\textit{#1}}}
+ {\foreignlanguage{english}{\textsf{\textit{#1}}}}
% pagestyles
\felineKeyGenerator{ps}%
@@ -87,7 +92,7 @@
{for commandline programs}
{\felineWriteInMargin{#1}}%
{\felineIndexCmd{#1 (program)@\texttt{#1} (program)}\felineIndexCmd{programmer!#1@\texttt{#1}}}%
- {\texttt{#1}}
+ {\foreignlanguage{english}{\texttt{\hyphenchar\font=`\-#1}}}
% matematiske symboler
\def\felinenameuse#1{\@nameuse{#1}}
@@ -438,3 +443,24 @@
\felineIndexCmd{søjle specifier!#1}}%
{\texttt{#1}}
+\felineKeyGenerator{mltbib}%
+ {macros related to the multibib pacakge}
+ {\felineWriteInMargin{{\foreignlanguage{english}{\cs{\hyphenchar\font=`\-#1}}}}}%
+ {\felineIndexCmd{#1@\protect\css{#1}}%
+ \felineIndexCmd{multibib (pakke)!\protect\css{#1}}}%
+ {{\foreignlanguage{english}{\cs{\hyphenchar\font=`\-#1}}}}
+
+\felineKeyGenerator{bbtpc}%
+ {macros related to the bibtopic package}
+ {\felineWriteInMargin{{\foreignlanguage{english}{\cs{\hyphenchar\font=`\-#1}}}}}%
+ {\felineIndexCmd{#1@\protect\css{#1}}%
+ \felineIndexCmd{bibtopic (pakke)!\protect\css{#1}}}%
+ {{\foreignlanguage{english}{\cs{\hyphenchar\font=`\-#1}}}}
+
+\felineKeyGenerator{bbtpcenv}%
+ {environment related to the bibtopic package}
+ {\felineWriteInMargin{#1}}%
+ {\felineIndexCmd{#1 (environment)}%
+ \felineIndexCmd{bibtopic (pakke)!#1}%
+ \felineIndexCmd{environments!#1 (bibtopic)}}%
+ {\foreignlanguage{english}{\textit{\textbf{#1}}}}
diff --git a/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmarkup-showkeys.pdf b/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmarkup-showkeys.pdf
index d3b75ec63b5..8df3fb102e3 100644
--- a/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmarkup-showkeys.pdf
+++ b/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmarkup-showkeys.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmarkup.pdf b/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmarkup.pdf
index ee48cf7de99..0e27525e858 100644
--- a/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmarkup.pdf
+++ b/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmarkup.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmisc.pdf b/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmisc.pdf
index da0682b2b74..b0cc71d9c45 100644
--- a/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmisc.pdf
+++ b/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmisc.pdf
Binary files differ