summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/fbox
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-11-04 22:16:05 +0000
committerKarl Berry <karl@freefriends.org>2019-11-04 22:16:05 +0000
commit3967559960643046de4814d26abeea701dc88cab (patch)
tree0062206335aed1d5b382b0c63e0cc36c055fd109 /Master/texmf-dist/doc/latex/fbox
parent0b3e5af7b26102b1ed839f1bb1916af1aa0c8e3a (diff)
fbox (4nov19)
git-svn-id: svn://tug.org/texlive/trunk@52637 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/fbox')
-rw-r--r--Master/texmf-dist/doc/latex/fbox/CHANGELOG2
-rw-r--r--Master/texmf-dist/doc/latex/fbox/README.md2
-rw-r--r--Master/texmf-dist/doc/latex/fbox/fbox.pdfbin34505 -> 36174 bytes
-rw-r--r--Master/texmf-dist/doc/latex/fbox/fbox.tex46
4 files changed, 38 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/latex/fbox/CHANGELOG b/Master/texmf-dist/doc/latex/fbox/CHANGELOG
index a79a8d21b21..09a65590650 100644
--- a/Master/texmf-dist/doc/latex/fbox/CHANGELOG
+++ b/Master/texmf-dist/doc/latex/fbox/CHANGELOG
@@ -1 +1,3 @@
+0.03 2019-11-04 - added star version
+0.02 2019-03-08 - modified version for expandable \lowercase
0.01 2019-03-08 - first CTAN version
diff --git a/Master/texmf-dist/doc/latex/fbox/README.md b/Master/texmf-dist/doc/latex/fbox/README.md
index 50147f1126e..89594044402 100644
--- a/Master/texmf-dist/doc/latex/fbox/README.md
+++ b/Master/texmf-dist/doc/latex/fbox/README.md
@@ -1,7 +1,7 @@
# fbox.sty
Redefines the macro \fbox{...} from standard
-LaTeX to \fbox[optarg]{...}
+LaTeX to \fbox*[optarg]{...}
optarg can be any combination of l, r, b, and t. For
example: \fbox[lt]{foo} or \fbox[Tlr]{...}
diff --git a/Master/texmf-dist/doc/latex/fbox/fbox.pdf b/Master/texmf-dist/doc/latex/fbox/fbox.pdf
index f331925e7a0..59716e6127a 100644
--- a/Master/texmf-dist/doc/latex/fbox/fbox.pdf
+++ b/Master/texmf-dist/doc/latex/fbox/fbox.pdf
Binary files differ
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[<optargs>]{<contents>}
+\fbox*[<optargs>]{<contents>}
\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
@@ -95,36 +99,56 @@ for the frame parts. A missing or an empty argument is the same as the default
\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}
\end{LTXexample}
\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