Directory macros/latex/contrib/booktabstabular
README
The booktabstabular package
Streamlining the booktabs package
File: README
Author: Moritz R. Schäfer
DESCRIPTION
===========
This package provides the wrapper environments booktabstabular and
booktabstabular* around tabular and tabular* that automatically apply the
booktabs style to tables. It automatically inserts a toprule at the beginning
of the table, bottomrule at the end, and locally remap the legacy \hline and
\cline commands to their booktabs equivalents midrule and cmidrule. It also
provides commands to temporarily override the standard tabular and tabular*
environments so that existing documents can opt into this behaviour without
rewriting each table.
Copyright: (C) 2026--2026 Moritz R. Schäfer
Licence: LPPL
FILES IN DISTRIBUTION
=====================
BASE DISTRIBUTION:
README This file.
booktabstabular.ins Package installation file.
booktabstabular.dtx Package source file.
booktabstabular.sty Package style file. It was produced by
executing "latex booktabstabular.ins".
DOCUMENTATION:
booktabstabular.pdf User manual for booktabstabular package. It was
produced by executing:
pdflatex booktabstabular.dtx
BASIC INSTALLATION
====================
The minimum requirement to use the package is to have
booktabstabular.sty in a directory where TeX can find it.
For a basic installation on a TDS compliant system, move the
following files to the following directories:
<texmf>/tex/latex/booktabstabular/
booktabstabular.sty
<texmf>/source/latex/booktabstabular/
booktabstabular.ins
booktabstabular.dtx
<texmf>/doc/latex/booktabstabular/
README
booktabstabular.pdf
Download the contents of this package in one zip archive (205.4k).
booktabstabular – Automatic application of the booktabs style
The booktabstabular package provides wrapper environments around tabular and tabular* that insert \toprule at the beginning, \bottomrule at the end, and locally remap the legacy \hline and \cline commands to their booktabs equivalents \midrule and \cmidrule. It also provides commands to temporarily override the standard tabular and tabular* environments so that existing documents can opt into this behaviour without rewriting each table.
| Package | booktabstabular |
| Repository | https://gitlab.com/M0M097/booktabstabular |
| Version | 1.0.0 |
| Licenses | The LaTeX Project Public License 1.3c |
| Copyright | 2026 Moritz R. Schäfer |
| Maintainer | Moritz R. Schäfer |
| Topics | Table rule |