summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/acro/acro-examples.sty
blob: 01fca6ada361804701fedcd5daeafd0208f24867 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
\RequirePackage{acro}
\ProvidesPackage{acro-examples}[\csname c_acro_date_tl\endcsname\space v0.1
example definitions with acro (CN)]

\DeclareAcronym{afaik}{
  short = AFAIK ,
  long = as far as I know
}
\DeclareAcronym{afk}{
  short = AFK ,
  long = away from keyboard
}
\DeclareAcronym{asap}{
  short = ASAP ,
  long = as soon as possible
}
\DeclareAcronym{ba}{
  short = BA ,
  long = Bachelor of Arts
}
\DeclareAcronym{bnd}{
  short = BND ,
  long = Bundesnachrichtendienst
}
\DeclareAcronym{bs}{
  short = BS ,
  long = Bachelor of Science
}
\DeclareAcronym{cd}{
  short = CD ,
  long = compact disc
}
\DeclareAcronym{cdu}{
  short = CDU ,
  long = Christlich-Demokratische Union
}
\DeclareAcronym{ceo}{
  short = CEO ,
  long = chief executive officer
}
\DeclareAcronym{cia}{
  short = CIA ,
  long = Central Intelligence Agency
}
\DeclareAcronym{csu}{
  short = CSU ,
  long = Christlich-Soziale Union
}
\DeclareAcronym{ctan}{
  short = CTAN ,
  long = Comprehensive \TeX\ Archive Network
}
\DeclareAcronym{dea}{
  short = DEA ,
  long = Drug Enforcement Administration
}
\DeclareAcronym{diy}{
  short = DIY ,
  long = do it yourself
}
\DeclareAcronym{dpa}{
  short = DPA ,
  long = Deutsche Presseagentur
}
\DeclareAcronym{eta}{
  short = ETA ,
  long = estimated time of arrival
}
\DeclareAcronym{fbi}{
  short = FBI ,
  long = Federal Bureau of Investigation
}
\acroifpropertyTF{
  \DeclareAcronym{hadopi}{
    short = HADOPI ,
    long = Haute Autorité pour la diffusion des œuvres et la protection des
      droits sur l’Internet ,
    short-definite = l'\nospace ,
    long-definite = la
  }
}{
  \DeclareAcronym{hadopi}{
    short = HADOPI ,
    long = Haute Autorité pour la diffusion des œuvres et la protection des
      droits sur l’Internet
  }
}
\DeclareAcronym{iirc}{
  short = IIRC ,
  long = if I remember correctly
}
\DeclareAcronym{imho}{
  short = IMHO ,
  long = in my humble opinion
}
\DeclareAcronym{jpg}{
  short = JPEG ,
  sort = jpeg ,
  alt = JPG ,
  long = joint photographic experts group
}
\DeclareAcronym{ksk}{
  short = KSK ,
  long = Kommando Spezialkräfte
}
\DeclareAcronym{lol}{
  short = LOL ,
  long = loughing out loud
}
\DeclareAcronym{lppl}{
  short = LPPL ,
  long = \unexpanded{\LaTeX} Project Public License
}
\DeclareAcronym{ma}{
  short = MA ,
  long = Master of Arts
}
\DeclareAcronym{nato}{
  short = NATO ,
  long = North Atlantic Treaty Organization
}
\DeclareAcronym{nsa}{
  short = NSA ,
  long = National Security Agency
}
\DeclareAcronym{omg}{
  short = OMG ,
  long = oh my god
}
\DeclareAcronym{otan}{
  short = OTAN ,
  long = Organisation du Traité de l'Atlantique Nord
}
\DeclareAcronym{pdf}{
  short = PDF ,
  long = portable document format
}
\DeclareAcronym{png}{
  short = PNG ,
  long  = portable network graphics
}
\DeclareAcronym{rofl}{
  short = ROFL ,
  long = rolling on the floor laughing
}
\DeclareAcronym{spd}{
  short = SPD ,
  long = Sozialdemokratische Partei Deutschlands
}
\DeclareAcronym{tiff}{
  short = TIFF ,
  long = tagged image file format
}
\DeclareAcronym{ufo}{
  short = UFO ,
  long = unidentified flying object ,
  long-indefinite = an
}
\DeclareAcronym{yolo}{
  short = YOLO ,
  long = you only live once
}

\endinput

2021/01/13 - first version