-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path4-Sigles_Abrev.tex
28 lines (28 loc) · 963 Bytes
/
4-Sigles_Abrev.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
% Liste des sigles et abbréviations
\newcommand\abbrevname{LISTE DES SIGLES ET ABRÉVIATIONS}
\chapter*{\abbrevname}
\addcontentsline{toc}{compteur}{\abbrevname}
\pagestyle{pagenumber}
%
\begin{acronym}
\acro{LTL}{Linear Temporal Logic}
\acro{CTL}{Computation Tree Logic}
\acro{BMC}{Bounded Model Checking}
\acro{CEGAR}{Counter-Example Guided Abstraction Refinement}
\acro{BDD}{Binary Decision Diagram}
\acro{SSA}{Single Static Assignment}
\acro{JSON}{JavaScript Object Notation}
\end{acronym}
%
\begin{longtable}{lp{5in}}
BDD & Binary Decision Diagram\\
BMC & Bounded Model Checking\\
CEGAR & Counter-Example Guided Abstraction Refinement\\
CTL & Computation Tree Logic\\
JSON & JavaScript Object Notation\\
LTL & Linear Temporal Logic\\
POSIX & Portable Operating System Interface\\
SAT & Propositional Satisfiability Problem\\
SMT & SAT Modulo Theory\\
SSA & Single Static Assignment\\
\end{longtable}