You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I downloaded scientific-thesis-template-3.0.0-beta.3.zip.
In main-english.tex I added the following two packages:
\usepackage{ctable}
\usepackage{lipsum}
and replaced the content with:
\chapter{ABC}
\lipsum
\section{DEF}
\lipsum
\subsection{GHI}
\ctable[
caption={CAPTION},
label={table:tab},
sideways
]
{lXlll}
{}
{
\toprule
A & B & C & D & E \\
\midrule
A & B & C & D & E \\
A & B & C & D & E \\
A & B & C & D & E \\
A & B & C & D & E \\
A & B & C & D & E \\
A & B & C & D & E \\
A & B & C & D & E \\
A & B & C & D & E \\
A & B & C & D & E \\
A & B & C & D & E \\
A & B & C & D & E \\
A & B & C & D & E \\
A & B & C & D & E \\
A & B & C & D & E \\
A & B & C & D & E \\
A & B & C & D & E \\
A & B & C & D & E \\
A & B & C & D & E \\
A & B & C & D & E \\
A & B & C & D & E \\
A & B & C & D & E \\
A & B & C & D & E \\
\bottomrule
}
\autoref{table:tab} is a table
\lipsum
As you can see in the attached PDF, the table is "broken" as it is placed at the wrong position:
In order to fix this, I had to remove the following lines from config.tex
%%%
%ensure that floats covering a whole page are placed at the top of the page
%see http://tex.stackexchange.com/a/28565/9075
\makeatletter
\setlength{\@fptop}{0pt}
\setlength{\@fpbot}{0pt plus 1fil}
\makeatother
%%%
Preliminary testing suggests to manually rotate the table with \rotatebox. I'm not perfectly sure how to preserve the behavior with titles and references yet...
I downloaded scientific-thesis-template-3.0.0-beta.3.zip.
In main-english.tex I added the following two packages:
and replaced the content with:
main-english.txt
main-english.pdf
As you can see in the attached PDF, the table is "broken" as it is placed at the wrong position:
In order to fix this, I had to remove the following lines from config.tex
Now the table looks good:
main-english.pdf
Any idea how to fix this without losing the intended behaviour?
The text was updated successfully, but these errors were encountered: