diff options
author | Karl Berry <karl@freefriends.org> | 2010-04-27 00:59:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-04-27 00:59:38 +0000 |
commit | 82ee4d7b302cb88448593a12e6fd2ae6b0539402 (patch) | |
tree | 274c08096aebbe44a68ee6ad7146e25c55c01de6 /Master/texmf-dist/doc/latex/keycommand | |
parent | fd1452933a9c61590892c397e0a4217d9ada1dee (diff) |
keycommand update (25apr10)
git-svn-id: svn://tug.org/texlive/trunk@18016 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/keycommand')
-rw-r--r-- | Master/texmf-dist/doc/latex/keycommand/keycommand-example.pdf | bin | 165101 -> 166465 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/keycommand/keycommand-example.tex | 16 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/keycommand/keycommand.pdf | bin | 318075 -> 329653 bytes |
3 files changed, 10 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/keycommand/keycommand-example.pdf b/Master/texmf-dist/doc/latex/keycommand/keycommand-example.pdf Binary files differindex 528da813d02..a042b865da4 100644 --- a/Master/texmf-dist/doc/latex/keycommand/keycommand-example.pdf +++ b/Master/texmf-dist/doc/latex/keycommand/keycommand-example.pdf diff --git a/Master/texmf-dist/doc/latex/keycommand/keycommand-example.tex b/Master/texmf-dist/doc/latex/keycommand/keycommand-example.tex index c418a22f86a..66f9ced4e2d 100644 --- a/Master/texmf-dist/doc/latex/keycommand/keycommand-example.tex +++ b/Master/texmf-dist/doc/latex/keycommand/keycommand-example.tex @@ -8,7 +8,7 @@ %% %% This is a generated file. %% -%% keycommand : key-value interface for commands and environments in LaTeX [v3.14 2010/04/18] +%% keycommand : key-value interface for commands and environments in LaTeX [v3.141 2010/04/25] %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either @@ -32,18 +32,18 @@ \usepackage{keycommand,framed,fancyvrb} \makeatletter \parindent\z@ -\newkeycommand\Rule[raise=.4ex,width=1em,thick=.4pt][1]{% +\newkeycommand*\Rule[raise=.4ex,width=1em,thick=.4pt][1]{% \rule[\commandkey{raise}]{\commandkey{width}}{\commandkey{thick}}% #1% \rule[\commandkey{raise}]{\commandkey{width}}{\commandkey{thick}}} -\newkeycommand\charleads[sep=1][2]{% +\newkeycommand*\charleads[sep=1][2]{% \ifhmode\else\leavevmode\fi\setbox\@tempboxa\hbox{#2}\@tempdima=1.584\wd\@tempboxa% \cleaders\hb@xt@\commandkey{sep}\@tempdima{\hss\box\@tempboxa\hss}#1% \setbox\@tempboxa\box\voidb@x} -\newcommand\charfill[1][]{\charleads[{#1}]{\hfill\kern\z@}} -\newcommand\charfil[1][]{\charleads[{#1}]{\hfil\kern\z@}} -\newkeyenvironment{dblruled}[first=.4pt,second=.4pt,sep=1pt,left=\z@]{% +\newcommand*\charfill[1][]{\charleads[{#1}]{\hfill\kern\z@}} +\newcommand*\charfil[1][]{\charleads[{#1}]{\hfil\kern\z@}} +\newkeyenvironment*{dblruled}[first=.4pt,second=.4pt,sep=1pt,left=\z@]{% \def\FrameCommand{% \vrule\@width\commandkey{first}% \hskip\commandkey{sep} @@ -81,6 +81,10 @@ \section{Example of a keyenvironment : \texttt{dblruled}} +Key environment \texttt{dblruled } uses \texttt{framed.sty} and therefore it can be used +even if a pagebreak occurs inside the environment: +\medskip + \verb+\begin{dblruled}+\par \verb+ test for dblruled key-environment\par+\par \verb+ test for dblruled key-environment\par+\par diff --git a/Master/texmf-dist/doc/latex/keycommand/keycommand.pdf b/Master/texmf-dist/doc/latex/keycommand/keycommand.pdf Binary files differindex 14e627b040c..3ccfeddde2c 100644 --- a/Master/texmf-dist/doc/latex/keycommand/keycommand.pdf +++ b/Master/texmf-dist/doc/latex/keycommand/keycommand.pdf |