Search found 1 match

by RMR
Wed Dec 09, 2020 5:32 pm
Forum: Graphics, Figures & Tables
Topic: Minipage of table and figure
Replies: 3
Views: 74168

Minipage of table and figure

Adding a resizebox to the table lets you scale it as necessary

\usepackage{caption}
\usepackage{graphicx}
\usepackage{booktabs}

\begin{table}
\begin{minipage}{0.4\linewidth}
\caption{Caption }
\label{tab:le}
\centering
\resizebox{\textwidth}{!}{%
\begin{tabular}[width=\linewidth]{@{}lll ...