-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcalls.tex
72 lines (54 loc) · 1.13 KB
/
calls.tex
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
\bibliographystyle{engdnat}%unsrtnat, plainnat
%\usepackage{pgf-umlcd}
\hypersetup{
pdfkeywords={OOP; Programming; Coding},
pdfsubject={Computing; Computer programming}
}
\renewcommand{\UrlFont}{\ttfamily\footnotesize}
\DeclareAcronym{oop}{
short = \textarab{ب. ك. ت.} ,
long = Object-oriented programming ,
class = abbrev
}
\DeclareAcronym{oo}{
short = OO ,
long = Object-oriented ,
class = abbrev
}
\DeclareAcronym{ecma}{
short = ECMA ,
long = European Computer Manufacturers Association ,
class = abbrev
}
\DeclareAcronym{cli}{
short = CLI ,
long = Command-Line Interface ,
class = abbrev
}
\DeclareAcronym{cgi}{
short = CGI ,
long = Common Gateway Interface ,
class = abbrev
}
\DeclareAcronym{es6}{
short = ES6 ,
long = ECMAScript 2015 ,
class = abbrev
}
\DeclareAcronym{es5}{
short = ES5 ,
long = ECMAScript 5 ,
class = abbrev
}
\DeclareAcronym{sfinae}{
short = SFINAE ,
long = Substitution Failure Is Not An Error ,
class = abbrev
}
\DeclareAcronym{api}{
short = API ,
long = Application Programming Interface ,
class = abbrev
}
%\makeglossaries
%\newacronym{oop}{OOP}{Object-oriented programming}