Graphics, Figures & Tablesresize big font size in a table include images

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
Ahmed Sokar
Posts: 4
Joined: Wed Jul 27, 2016 9:43 am

resize big font size in a table include images

Post by Ahmed Sokar »

Hello,

I have table which includes images and text. The point is that the document font is pretty big, therefore i need to automatically resize the pictures and the font size in the table. I also need the table to be with width=\textwidth and height of 80% of the paper height.

All of that is working except that resizing the font size stretches the text vertically.

Is there away to resize the font size with keeping the height relative to the width of the font?

I would appreciate general solution of resizing as i have many tables in the document.

Code: Select all

\documentclass[48pt,oneside,a4paper,extrafontsizes]{memoir}


\usepackage[demo]{graphicx}

\begin{document}


\begin{table*}[h!]\centering
	\resizebox{\textwidth}{0.4\textheight}{
		\begin{tabular}{|c|c|c|c|}
			\hline\noalign{}
			Chair&
			air&
			international&
			Ali
			\\\hline
			latex &latex &latex &latex\\\hline
			latex &latex &latex &latex\\\hline
			latex &latex &latex &latex\\\hline
			\includegraphics[width=\linewidth,height=0.2\textwidth]{demo}
			&\includegraphics[width=\linewidth,height=0.2\textwidth]{demo}
			&\includegraphics[width=\linewidth,height=0.2\textwidth]{demo}
			&\includegraphics[width=\linewidth,height=0.2\textwidth]{demo}\\\hline
			Chair&
			air&
			international&
			Ali
			\\\hline
			Chair&
			air&
			international&
			Ali
			\\\hline
			latex &latex &latex &latex\\\hline
			latex &latex &latex &latex\\\hline
		\end{tabular}}
	\end{table*}
	
\end{document}
Capture.JPG
Capture.JPG (32.72 KiB) Viewed 5093 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

resize big font size in a table include images

Post by Johannes_B »

The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply