initial commit

This commit is contained in:
2021-10-15 16:01:26 +02:00
commit a201c7d911
23 changed files with 3052 additions and 0 deletions

12
glossary.tex Normal file
View File

@@ -0,0 +1,12 @@
\newacronym{guid}{GUID}{Globally Unique Identifier}
\newacronym{jit}{JIT}{Just In Time Compiler}
\newacronym{nfc}{NFC}{Near Field Communication}
\newacronym{rfid}{RFID}{Radio Frequency Identification}
% Usage:
% \gls{label} lowercase in text
% \Gls{label} Uppercase in text
% \newacronym{label}{abbrev}{full}
% \newglossaryentry{label}{settings}