Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
LaTeX tips and tricks | ||||||||
Line: 198 to 198 | ||||||||
Tables | ||||||||
Added: | ||||||||
> > | Force LaTeX not to reposition tables:
In the preamble:
\usepackage{float} \restylefloat{table}Then for each table you can use the H placement option (e.g. \begin{table}[H]) to make sure it doesn't get repositioned. Don't use "h". | |||||||
\usepackage{booktabs} |