From 3967559960643046de4814d26abeea701dc88cab Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 4 Nov 2019 22:16:05 +0000 Subject: fbox (4nov19) git-svn-id: svn://tug.org/texlive/trunk@52637 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/fbox/fbox.tex | 46 +++++++++++++++++++++++-------- 1 file changed, 35 insertions(+), 11 deletions(-) (limited to 'Master/texmf-dist/doc/latex/fbox/fbox.tex') diff --git a/Master/texmf-dist/doc/latex/fbox/fbox.tex b/Master/texmf-dist/doc/latex/fbox/fbox.tex index 1a7f4c1a955..2d931756deb 100644 --- a/Master/texmf-dist/doc/latex/fbox/fbox.tex +++ b/Master/texmf-dist/doc/latex/fbox/fbox.tex @@ -1,4 +1,4 @@ -%% $Id: fbox.tex 946 2019-03-08 12:08:22Z herbert $ +%% $Id: fbox.tex 947 2019-03-08 17:06:20Z herbert $ % \listfiles\setcounter{errorcontextlines}{100} \documentclass[paper=a4,fontsize=11pt,DIV=13,parskip=half-, @@ -33,6 +33,7 @@ \def\Lpack#1{\texttt{#1}\index{#1 package@\texttt{#1} package}} \def\Lprog#1{\texttt{#1}\index{#1 program@\texttt{#1} program}} \def\Loption#1{\texttt{#1}\index{#1@\texttt{#1} package option}} +\let\Ldim\Lcs %\usepackage[bibstyle=dtk]{biblatex} %\addbibresource{\jobname.bib} @@ -58,7 +59,7 @@ \def\setVersion#1{\setVVersion#1!!} \def\setVVersion#1=#2!!{\def\fboxVersion{#2}} -\setVersion{version = 0.01}% +\setVersion{version = 0.03}% \title{Package \texttt{fbox} \\--\\ \normalsize \fboxVersion\ (\today)} \author{Herbert Voß\thanks{\url{hvoss@tug.org}\newline Thanks to Rolf Niepraschk}} @@ -70,9 +71,12 @@ This package redefines the \LaTeX-macro \Lcs{fbox} to allow an optional argument: \begin{verbatim} -\fbox[]{} +\fbox*[]{} \end{verbatim} +The star version does not put any horizontal space before or behind the argument +if no optional argument \texttt{l} or \texttt{r} is given. The non star version always inserts +\Ldim{fboxsep}. The optional argument can be of any combination of the letters l, r, b, and t or altenatively L, R, B, and T. This l)eft, r)right, b)ottom, and t)op @@ -94,18 +98,36 @@ for the frame parts. A missing or an empty argument is the same as the default \fbox[bRT]{foo gar baz} \end{LTXexample} +\begin{LTXexample} +\fbox*[rbt]{foo gar baz} +\fbox*[brt]{foo gar baz} +\fbox*[bRT]{foo gar baz} +\end{LTXexample} + \begin{LTXexample} \fbox[lT]{foo gar baz} \end{LTXexample} +\begin{LTXexample} +\fbox*[lT]{foo gar baz} +\end{LTXexample} + \begin{LTXexample} \fbox[bT]{foo gar baz} \end{LTXexample} +\begin{LTXexample} +\fbox*[bT]{foo gar baz} +\end{LTXexample} + \begin{LTXexample} \fbox[Br]{foo gar baz} \end{LTXexample} +\begin{LTXexample} +\fbox*[Br]{foo gar baz} +\end{LTXexample} + \begin{LTXexample} \setlength\fboxrule{5pt} \fbox[bT]{foo gar baz} @@ -113,18 +135,20 @@ for the frame parts. A missing or an empty argument is the same as the default \begin{LTXexample} \setlength\fboxrule{5pt} -\fbox[Br]{foo gar baz} +\fbox*[bT]{foo gar baz} \end{LTXexample} +\begin{LTXexample} +\setlength\fboxrule{5pt} +\fbox[Br]{foo gar baz} +\end{LTXexample} - -\end{document} +\begin{LTXexample} +\setlength\fboxrule{5pt} +\fbox*[Br]{foo gar baz} +\end{LTXexample} -folium = { - de = {"f", "ff"}, - en = {"f", "ff"}, - fr = {"sq","sqq"}, -} +\end{document} \ No newline at end of file -- cgit v1.2.3