22 lines
755 B
TeX
22 lines
755 B
TeX
% =====================================================================
|
|
% Declare your acronyms in this file.
|
|
% This file must be included in the prelude in order to work
|
|
%
|
|
% Example:
|
|
% \DeclareAcronym{usa}{
|
|
% short=USA,
|
|
% long=United States of America,
|
|
% }
|
|
%
|
|
% Use with: \acs{usa}
|
|
%
|
|
% Available options:
|
|
% - short: The short form of the acronym.
|
|
% - long: The long form of the acronym.
|
|
% - plural: The plural form of the acronym.
|
|
% - class: The class of the acronym, such as "abbrev" or "nomenclature".
|
|
% - first-style: The style of the first occurrence of the acronym.
|
|
% - single: The text to use for a single occurrence of the acronym.
|
|
% - list: The text to use for a list of occurrences of the acronym.
|
|
|