diff options
author | Karl Berry <karl@freefriends.org> | 2019-11-04 22:16:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-11-04 22:16:05 +0000 |
commit | 3967559960643046de4814d26abeea701dc88cab (patch) | |
tree | 0062206335aed1d5b382b0c63e0cc36c055fd109 /Master/texmf-dist/doc/latex/fbox/README.md | |
parent | 0b3e5af7b26102b1ed839f1bb1916af1aa0c8e3a (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/README.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/fbox/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
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]{...} |