Daily Shaarli

All links of one day in a single page.

September 3, 2023

graphics - Scale image to page width? - TeX - LaTeX Stack Exchange
thumbnail

Image en latex, fit largeur / hauteur en gardant le même aspect

\usepackage{adjustbox}

\adjustbox{max width=\textwidth}{
    \includegraphics[height=\textheight]{image.jpg}
}