I hope someone here can help we with my problem.
I am trying to have a table in landscape format. My problem is, that I need the table in tiny letters and I need a caption of the table. The thing is that, when I try to get a caption, the tiny font size will not be kept.
My code looks like this:
Code: Select all
\begin{landscape}
\newpage
\begin{tiny}
\begin{table}[hb]
\begin{tabular}{|p{1.6cm}| p{0.7cm} | p{1.8cm} | p{1.5cm} | p{3cm} | p{2cm} | p{2cm} | p{2cm} | p{2cm} | p{2cm}|}
\hline
\textbf{Autor(en)} & \textbf{Jahr} & \textbf{Maschinenfall} & \textbf{linear/nicht-linear} & \textbf{Ziele} & \textbf{Bevorrechtigung} & \textbf{stetig/diskret} & \textbf{Rüstzeiten/-kosten} & \textbf{Maschinenausfall} & \textbf{Modellart} \\ \hline
\citeauthor{Jansen20041565} & \citeyear{Jansen20041565} & parallel & linear &P1-P3 &ja + nein & stetig &nein & nein & mathenatisches Modell + ALgorithmus \\ \hline
\citeauthor{Jansen2005297} & \citeyear{Jansen2005297} & Job-Shop & linear &P1-P3 & ja + nein & stetig + diskret & nein & nein & mathematisches Modell + Algorithmen \\ \hline
\citeauthor{Gurel20072774} & \citeyear{Gurel20072774} & parallel & nicht-linear & Minimierung der Gesamtdurchlaufzeit + Fertigungskosten (...) & nein & stetig & nein & nein & mathematische Modelle + Algorithmus \\ \hline
\citeauthor{daub1994ablaufplanung} & \citeyear{daub1994ablaufplanung} & Job-Shop & linear & Minimierung der Gesamtdurchlaufzeit + Beschleunigungskosten & nein &stetig + diskret & nein & nein & mathematische Modelle \\ \hline
\citeauthor{Leyvand2010} & \citeyear{Leyvand2010} ¶llel & linear + nicht-linear & Maximierung der Aufträge, die am Fälligkeitsdatum fertiggestellt werden + Minimierung des Ressourcenverbrauches & nein & stetig & nein & nein & Algorithmen \\ \hline
\end{tabular}
\caption{Darstellung der Parameter zur Berechnung des Algorithmuses}\label{tab:4}
\end{table}
\end{tiny}
\end{landscape}