summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fitbox/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/fitbox/README
Initial commit
Diffstat (limited to 'macros/latex/contrib/fitbox/README')
-rw-r--r--macros/latex/contrib/fitbox/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/macros/latex/contrib/fitbox/README b/macros/latex/contrib/fitbox/README
new file mode 100644
index 0000000000..bdd64eb941
--- /dev/null
+++ b/macros/latex/contrib/fitbox/README
@@ -0,0 +1,18 @@
+ Fit graphics on a page
+ Boris Veytsman
+
+The fitbox package allows a box (usually an \includegraphics box) to
+fit on the page. It scales the box to the maximal allowed size within
+the user-set limits. If there there is not enough space on the page,
+the box is moved to the next one.
+
+
+version 1.02 2019/02/20 Bug fixes
+ New command \fitbox* for boxes inside floats
+ New command \SetFitboxLayout for emulation of figsize
+ package functionality
+
+version 1.01 2019/02/10 Use the width of the box around the graphics for
+ default max width.
+ Do not adjust user provided values even if they
+ seem nonsensical (but warn the user)