figures - francois-rozet/sleek-template GitHub Wiki

Figures

Figures features of the sleek package.

Settings

  • Increasing array and tabular line height by a factor 1.2.

    \renewcommand{\arraystretch}{1.2}

Commands

  • \noskipcaption adds a caption to the current floating environment while removing the vertical skip after the environment.

    \begin{float}
        ...
        \noskipcaption{...}
    \end{float}
⚠️ **GitHub.com Fallback** ⚠️