Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paolobrasolin/tex-ipenama
https://github.com/paolobrasolin/tex-ipenama
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/paolobrasolin/tex-ipenama
- Owner: paolobrasolin
- Created: 2016-07-14T19:45:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:29:12.000Z (about 2 years ago)
- Last Synced: 2024-11-06T00:43:01.629Z (about 2 months ago)
- Language: Python
- Size: 30.3 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tex-ipenama
Small utility to double-check and amend hyphenated words in `*TeX` documents.
Usage:
1. slap this repo into your document root folder;
2. compile your document with `latexmk` with your usual parameters plus the `-r "ipenama.latexmkrc"` flag;
3. run `findhyph ipenama/*.log`;
4. run `ipenama.py`.Output:
* `ipenama/ipenama.err` contains words that were not found;
* `ipenama/ipenama.dup` contains words that had inexact matches in the dictionary;
* `ipenama/ipenama.tex` is a `*TeX`-ready list of `\hyphenation` patterns for the successful matches.Have fun.