-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathabbrevs.sty
45 lines (43 loc) · 1004 Bytes
/
abbrevs.sty
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
\ProvidesPackage{abbrevs}
% Summary: Shortcuts for commonly used LaTeX commands.
% Department.
\makeatletter
\@ifdefinable{\dept}{\def\dept/{Dept.\@}}
\makeatother
% Calendar months.
\makeatletter
\@ifdefinable{\jan}{\def\jan/{Jan.\@}}
\makeatother
\makeatletter
\@ifdefinable{\feb}{\def\feb/{Feb.\@}}
\makeatother
\makeatletter
\@ifdefinable{\mar}{\def\mar/{Mar.\@}}
\makeatother
\makeatletter
\@ifdefinable{\apr}{\def\apr/{Apr.\@}}
\makeatother
\makeatletter
\@ifdefinable{\may}{\def\may/{May}}
\makeatother
\makeatletter
\@ifdefinable{\jun}{\def\jun/{Jun.\@}}
\makeatother
\makeatletter
\@ifdefinable{\jul}{\def\jul/{Jul.\@}}
\makeatother
\makeatletter
\@ifdefinable{\aug}{\def\aug/{Aug.\@}}
\makeatother
\makeatletter
\@ifdefinable{\sep}{\def\sep/{Sep.\@}}
\makeatother
\makeatletter
\@ifdefinable{\octob}{\def\octob/{Oct.\@}}
\makeatother
\makeatletter
\@ifdefinable{\nov}{\def\nov/{Nov.\@}}
\makeatother
\makeatletter
\@ifdefinable{\dec}{\def\dec/{Dec.\@}}
\makeatother