Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/orausch/latex-trim

Tool that allows you to include sub-selections of PDFs in latex documents.
https://github.com/orausch/latex-trim

Last synced: about 9 hours ago
JSON representation

Tool that allows you to include sub-selections of PDFs in latex documents.

Awesome Lists containing this project

README

        

# latex-trim
Helps you include a sub-selection of a pdf into a latex document.

Simply run the script, e.g.
`latex-trim file.pdf `,
and select a part of the page using the mouse, and press enter when done.

The script then outputs options to pass to `\includegraphics` in latex.

## Installation
```
pip install latex-trim
```