The elsatoolbox
package loads several commonly used packages, which makes preparing LaTeX documents easier. One can access the user manual of this package through user-manual/main.pdf
, where the draft and the supplementary material of it are placed at user-manual/main.drft.pdf
and user-manual/supp.pdf
, respectively.
- Copy the style file
elsatoolbox.sty
to your LaTeX project. - Use the
elsatoolbox
package by adding\usepackage{elsatoolbox}
.
There are four options that users can use to control the behavior of elsatoolbox
.
The elsatoolbox
package provides an option for enabling draft mode. To enable it, add the option draft
to elsatoolbox
as the following:
\usepackage[draft]{elsatoolbox}
After the draft mode is enabled, the following features are turned on:
- Draft Mode showing at the top of each page
- FiXme annotations
- The list of corrections showing on the first page
- Colored hyperlinks
The elsatoolbox
package loads the algorithm2e
package. In order to disable it, add the option noalgo
to elsatoolbox
as the following:
\usepackage[noalgo]{elsatoolbox}
The elsatoolbox
package loads the subcaption
package. In order to disable it, add the option nosubcap
to elsatoolbox
as the following:
\usepackage[nosubcap]{elsatoolbox}
The elsatoolbox
package loads the setspace
package. In order to disable it, add the option nosetspace
to elsatoolbox
as the following:
\usepackage[nosetspace]{elsatoolbox}
inputenc |
microtype |
atbegshi |
etoolbox |
tikz |
---|---|---|---|---|
algorithm2e |
fixme |
zref |
afterpage |
graphicx |
subcaption |
hyperref |
amssymb |
amsthm |
bbm |
mathrsfs |
mathtools |
xfrac |
setspace |
array |
booktabs |
multicol |
multirow |
tabu |
tabularx |
tabulary |