Skip to content

dudebout/latex_ddbglossaries

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

Extension to glossaries for inserting the appropriate indefinite article

Consider the following acronym: \newacronym{mdp}{MDP}{Markov decision process}. The appropriate indefinite article for \ac{mdp} depends if the acronym is used (an MDP) or not (a Markov decision process).

ddbdlossaries.sty adds options to \newacronym and new macros to solve this problem. As an example, the following code produces the output A Markov decision process (MDP) is created and an MDP is destroyed.:

\newacronym[acronymarticle=an]{mdp}{MDP}{Markov decision process}
\Aac{mdp} is created and \aac{mdp} is destroyed.

About

Extension to glossaries for inserting the appropriate indefinite article

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published