https://github.com/fabaff/abbreviations-tex
A collection of abbreviations for tex documents
https://github.com/fabaff/abbreviations-tex
abbreviations tex
Last synced: 3 months ago
JSON representation
A collection of abbreviations for tex documents
- Host: GitHub
- URL: https://github.com/fabaff/abbreviations-tex
- Owner: fabaff
- License: other
- Created: 2013-09-23T07:54:53.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-01-07T22:40:01.000Z (over 1 year ago)
- Last Synced: 2025-07-08T23:44:02.539Z (12 months ago)
- Topics: abbreviations, tex
- Language: TeX
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
abbreviations-tex
=================
A collection of abbreviations (mainly technical and computer sciences). Only
grouped by starting letter but no further sorting was done. Be aware, German
and English is mixed.
Usage
------
It's required to include `\usepackage{acronym}` in your master file/document.
- ``\ac{KDE}``: The first time you use an acronym, the full name of the acronym along with the acronym in brackets will be printed.
- ``\acs{KDE}``: To get the short version of the acronym.
- ``\acf{KDE}``: To get both versions of the acronym.
- ``\acl{KDE}``: To get only the full name.
For further details check: https://mirror.hmc.edu/ctan/macros/latex/contrib/acronym/acronym.pdf
Author
------
- Fabian Affolter
License
-------
``abbreviations-tex`` is licensed under BSD, for more details check LICENSE.