Directory macros/latex/contrib/inlinegraphicx
README.md
inlinegraphicx
A LaTeX package to insert inline images with automatic size and positioning — Un package LaTeX pour insérer des images en ligne avec taille et positionnement automatiques
Installation
The package is available on CTAN and can be installed via your LaTeX distribution's package manager.
Via MiKTeX
- Graphically: open the MiKTeX Console, go to Packages, search for
inlinegraphicxand click Install. - Command line:
mpm.exe --install inlinegraphicx
Via TeX Live / tlmgr
tlmgr install inlinegraphicx
On Linux, you may need to prefix with sudo depending on your installation.
Manual installation
If you want the latest version directly from this repository:
- Download the repository (click Code > Download ZIP, or clone it).
- Place
inlinegraphicx.styin a directory where LaTeX can find it, for example:- TeX Live / Linux:
~/texmf/tex/latex/inlinegraphicx/ - MiKTeX / Windows:
C:\Users\<user>\AppData\Roaming\MiKTeX\tex\latex\inlinegraphicx\ - macOS (MacTeX):
~/Library/texmf/tex/latex/inlinegraphicx/
- TeX Live / Linux:
- Refresh the filename database:
- TeX Live:
mktexlsrortexhash - MiKTeX:
initexmf --update-fndb
- TeX Live:
Quick start
\usepackage{inlinegraphicx}
Author & License
| Author | Cédric Pierquet |
| cpierquet@outlook.fr | |
| License | Released under the LaTeX Project Public License v1.3c or later |
Download the contents of this package in one zip archive (239.3k).
inlinegraphicx – Insert inline images, with automatic size/positioning
Insert inline images (based on graphicx), with automatic size/positioning.
| Package | inlinegraphicx |
| Bug tracker | |
| Repository | |
| Version | 0.20b 2026-06-27 |
| Licenses | The LaTeX Project Public License 1.3c |
| Maintainer | Cédric Pierquet |
| Contained in | TeX Live as inlinegraphicx MiKTeX as inlinegraphicx |
| Topics | Graphics include |