HaTeX-3.22.4.1: The Haskell LaTeX library.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Text.LaTeX.Packages.Bigstrut

Description

An extension to the standard LaTeX tabular environment that creates struts which (slightly) stretch the table row in which they sit.

Synopsis

Documentation

bigstrutp :: PackageName Source #

bigstrut package. Use it to import it like this:

usepackage [] bigstrut

bigstrut :: LaTeXC l => l Source #

bigstrutTop, bigstrutBottom and bigstrut produce a strut (a rule with width 0) which is bigstrutjot (2pt by default) higher, lower, or both than the standard array/tabular strut. Use them in table entries that are adjacent to hlines to leave an extra bit of space