Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/orausch/latex-trim
- Owner: orausch
- License: mit
- Created: 2021-11-14T11:35:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-14T16:50:05.000Z (about 3 years ago)
- Last Synced: 2024-12-10T23:05:44.629Z (about 2 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```