Search found 2 matches

by remcovink
Fri Dec 26, 2014 1:23 pm
Forum: Graphics, Figures & Tables
Topic: Side by side tables and graphics with captions
Replies: 2
Views: 8567

Side by side tables and graphics with captions

I am now using this

{\centering
\begin{minipage}{0.45\textwidth}
\centering
\graphicspath{ {./afbeeldingen/} }
\includegraphics[width=0.9\textwidth]{fles5}
\captionof{figure}{Fles 5}
\end{minipage}
\begin{minipage}{0.45\textwidth}
\centering
\begin{tabular}[l]{ | l | l | }
\hline
\textbf ...
by remcovink
Sun Dec 21, 2014 8:52 pm
Forum: Graphics, Figures & Tables
Topic: Side by side tables and graphics with captions
Replies: 2
Views: 8567

Side by side tables and graphics with captions

Dear community,

Im trying to make the layout of my document such that on the left side of my page I have a graphic with caption and on the right side of the page next to the graphic I have a table

I tried a lot of things with minipages but with minipages I cant get captions to work.
And i tried ...