amades
16-05-2009, 17:10
Ich hätte gerne eine Tabelle und eine Abbildung nebeneinander. Habe es wie folgt versucht, so werden sie aber auch untereinander gesetzt.
Beispiel:
\documentclass {scrreprt}
\usepackage {booktabs}
\usepackage {graphicx}
\begin {document}
\begin {table}[hbt]
\begin {minipage}[b]{7.7cm}
\caption {Bradford\newline-Stammlösung}
\label {tab:Bradford-Stammlösung}
\begin{tabular}{cc}
\toprule
\textbf{Substanz} & \textbf{Menge für 500 ml}\\
\midrule
Coomassie BB G-250& 100 mg\\
Ethanol (95\%) & 50 ml \\
Phosphorsäure (85\%) & 100 ml\\
\midrule
\multicolumn {2}{c}{ad 500 ml dH\textsubscript{2}O}\\
\bottomrule
\end{tabular}
\end{minipage}
\end{table}
\begin {figure}[hbt]
\begin {minipage}[b]{5cm}
\fbox{hier ist die Abbildung}
\label {Coomassie}
\caption {Coomassie \newline Brilliant R-250}
\end {minipage}
\end {figure}
\end{document}
Beispiel:
\documentclass {scrreprt}
\usepackage {booktabs}
\usepackage {graphicx}
\begin {document}
\begin {table}[hbt]
\begin {minipage}[b]{7.7cm}
\caption {Bradford\newline-Stammlösung}
\label {tab:Bradford-Stammlösung}
\begin{tabular}{cc}
\toprule
\textbf{Substanz} & \textbf{Menge für 500 ml}\\
\midrule
Coomassie BB G-250& 100 mg\\
Ethanol (95\%) & 50 ml \\
Phosphorsäure (85\%) & 100 ml\\
\midrule
\multicolumn {2}{c}{ad 500 ml dH\textsubscript{2}O}\\
\bottomrule
\end{tabular}
\end{minipage}
\end{table}
\begin {figure}[hbt]
\begin {minipage}[b]{5cm}
\fbox{hier ist die Abbildung}
\label {Coomassie}
\caption {Coomassie \newline Brilliant R-250}
\end {minipage}
\end {figure}
\end{document}