dragonfly-science / dragonfly-latex-templates

Dragonfly Latex Templates
MIT License
1 stars 0 forks source link

Long table centering #27

Closed yvanrichard closed 4 years ago

yvanrichard commented 10 years ago

longtable environment is not centred properly. It is offset towards the right-hand side of the page. See encounter-kaikoura/publication

finlay commented 10 years ago

I have had a look at this.

You need to make these two calls before the \begin{longtable} call.

\setlength{\LTleft}{-22mm}
\captionsetup{labelsep=colon,singlelinecheck=false,margin={-22mm,0mm}}

I will see if I can get this into the package, so it is automatic.

F

katrin-berkenbusch commented 6 years ago

Does this issue correspond with my landscape table busting out of the bottom margin when there's plenty of room at the top of the page?

frankmack commented 4 years ago

Added to package, don't think this will resolve @katrin-berkenbusch's issue though.