summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmarkup-sample.cfg
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/dlfltxbmarkup-sample.cfg
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/dlfltxbmarkup-sample.cfg')
-rw-r--r--Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmarkup-sample.cfg30
1 files changed, 28 insertions, 2 deletions
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}}}}