summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/easyfloats/doc/content/used-packages.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-12-21 03:01:35 +0000
committerNorbert Preining <norbert@preining.info>2020-12-21 03:01:35 +0000
commit4cc7922324b7a08ba0418e8f245cf1dcfa1891ac (patch)
treecd90cb6c072285e779f7555a85966b81a8757e15 /macros/latex/contrib/easyfloats/doc/content/used-packages.tex
parent2d9d44100d72263a7df34c12aaa89dbe6ee6fe0c (diff)
CTAN sync 202012210301
Diffstat (limited to 'macros/latex/contrib/easyfloats/doc/content/used-packages.tex')
-rw-r--r--macros/latex/contrib/easyfloats/doc/content/used-packages.tex29
1 files changed, 29 insertions, 0 deletions
diff --git a/macros/latex/contrib/easyfloats/doc/content/used-packages.tex b/macros/latex/contrib/easyfloats/doc/content/used-packages.tex
new file mode 100644
index 0000000000..90efa04688
--- /dev/null
+++ b/macros/latex/contrib/easyfloats/doc/content/used-packages.tex
@@ -0,0 +1,29 @@
+% !TeX root = ../easyfloats.tex
+
+\section{Used packages}
+\label{used-packages}
+
+This package uses the following packages (but depending on the package options it may load more or less packages, see \cref{package-options}):
+\pkgdoc{float}
+ for `placement=H` and `float style`.
+ It also gives you the possibility to define new float types.
+\pkgdoc{caption}
+ In the standard document classes there is no distance at all between a table and it's caption above.
+ The caption package fixes this.
+ It also defines the `\phantomcaption` command which I am using in case that no caption is given.
+ (The documentation of `\phantomcaption` is in the \pkg{subcaption} package.)
+ It also gives you the possibility to customize the layout of captions but I am not changing the default layout.
+ And it is a dependency of the \pkg{subcaption} package.
+\pkgdoc{subcaption}
+ for \hyperref[subobject-environment]{subobjects}
+\pkgdoc{graphicx}/\pkgdoc{graphbox}
+ for inserting graphics
+ (see \cmd{\includegraphicobject})
+\pkgdoc{pgfkeys}
+ for parsing key=value lists
+\pkgdoc{etoolbox}
+ is a collection of small helpers for programming.
+\pkgdoc{environ}
+ to define environments which save their content in a macro.
+ I am using this for the `subcaptionbox` backend of the \env{subobject} environment.
+\endpkgdoc