Search found 2 matches

by Testien
Mon Nov 29, 2010 4:25 pm
Forum: Graphics, Figures & Tables
Topic: Image next to a table
Replies: 2
Views: 2855

Re: Image next to a table

Great, that works, thank you!
by Testien
Sun Nov 28, 2010 11:06 pm
Forum: Graphics, Figures & Tables
Topic: Image next to a table
Replies: 2
Views: 2855

Image next to a table

\documentclass[10pt,a4paper,oneside]{book}

\usepackage{graphicx}
\DeclareGraphicsExtensions{.pdf,.png,.jpg}

\begin{document}
\subsection{Stars}
\begin{tabular}{|l|l|}
\hline
\multicolumn{2}{|c|}{Sun}\\
\hline
A & B\\
Lorem & ipsum\\
Doloret & sit amet\\
\hline
\end{tabular}
\includegraphics[scale ...