diff options
author | Karl Berry <karl@freefriends.org> | 2017-05-03 21:29:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-05-03 21:29:13 +0000 |
commit | 3ffb4c1426edf5831bcf0613d851e5e5eb734b79 (patch) | |
tree | 0b2cd2cfefc9907a4d1105c59e83a2cf86a2bcd2 /Master/texmf-dist/doc | |
parent | ae344469d5fb8eb60460be3f0769bb7b9bee7f0e (diff) |
bxpapersize (3may17)
git-svn-id: svn://tug.org/texlive/trunk@44174 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/bxpapersize/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/bxpapersize/README.md b/Master/texmf-dist/doc/latex/bxpapersize/README.md index cad12f7d8ed..197a407160d 100644 --- a/Master/texmf-dist/doc/latex/bxpapersize/README.md +++ b/Master/texmf-dist/doc/latex/bxpapersize/README.md @@ -103,6 +103,9 @@ The available keys are listed below: even if the stock paper size is available. - `{<width>,<height>}`: The output should be equal to the specified values. + - `<width>*<height>`: The alternative form of `{<width>,<height>}`. + It is provided because option strings including braces are not + permitted in the package option list. - `<papersize-name>`: The output should be equal to the given size. The set pf available paper-size names is the same as the [geometry package] and is listed below: @@ -130,6 +133,8 @@ but `\bxpapersizesetup` will be always provided. Revision History ---------------- + * Version 0.3a ‹2017/05/02› + - Support format `size=<width>*<height>` * Version 0.3 ‹2017/02/08› - As to `size=real`, the stock size becomes taken into account, and the new value `real*` is provided. |