Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gillesc/abbreviations-latex
https://github.com/gillesc/abbreviations-latex
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gillesc/abbreviations-latex
- Owner: GillesC
- Created: 2022-11-08T09:36:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-19T07:22:21.000Z (about 1 month ago)
- Last Synced: 2024-11-19T08:27:56.361Z (about 1 month ago)
- Language: TeX
- Size: 117 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# abbreviations-latex
Contains a `abbr.tex` file containing all my used abbreviations in LaTeX.
The repo also contains an action where the `abbr.tex` file is read and sorted whenever a commit is pushed.
The old abbr file is stored in the `arxiv` folder.Put your acronym in the `abbr.tex` file. DO NOT DELETE ONE.
Follow the procedure described below to auto sort them.To use it in Overleaf:
- Github pull
- add your files
- Github push
- wait till action is complete
- Github pullNo longer need to run the Python file locally to merge files (`merge-abbr.py`).
The only downside is that the user is now unable to overwrite existing keys with the above-described procedure. If absolutely necessary, the abbreviations can still be manually changed in the abbr.tex, which after pushing, will be automatically sorted.OLD METHOD:
Put your files you want to merge with the base abbr file in a folder "to-be-merged" in the root directory.
This action will automatically include the newly defined keys in the abbr file and clear the `to-be-merged` folder, i.e., all files are moved to the `arxiv` folder.