Graphics, Figures & Tables ⇒ Figures and Text
-
- Posts: 274
- Joined: Fri Feb 05, 2010 10:15 pm
Figures and Text
Thank you for your time,
Nick
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Figures and Text
Code: Select all
\documentclass[10pt,a4paper]{report}
\usepackage{graphicx}
\begin{document}
\begin{tabular}{|c|c|}
\hline
\begin{minipage}{0.5\textwidth}
test
\end{minipage}
&
\begin{minipage}{0.5\textwidth}
\includegraphics{test.png}
\end{minipage}
\\ \hline
test & test \\ \hline
\end{tabular}
\end{document}
-
- Posts: 274
- Joined: Fri Feb 05, 2010 10:15 pm