16 lines
327 B
TeX
16 lines
327 B
TeX
% !TeX root = ../thesis.tex
|
|
|
|
% insert your acronyms using the syntax below, or see acro package documentation for more information
|
|
|
|
\DeclareAcronym{PIIT}{
|
|
short = PIIT,
|
|
long = personal innovativeness in IT
|
|
}
|
|
|
|
\DeclareAcronym{CA}{
|
|
short = CA,
|
|
long = conversational agent,
|
|
short-plural = s,
|
|
long-plural= s
|
|
}
|