changed nomencl to acronym glossaries

master
Peter Babič 9 years ago
parent 512f787661
commit 65ae124377
  1. 22
      glossaries.tex
  2. 25
      introduction.tex
  3. 15
      rce
  4. 120
      tukethesis.glsdefs
  5. BIN
      tukethesis.pdf
  6. 14
      tukethesis.tex

@ -0,0 +1,22 @@
%\newacronymm{$\upmu$}{mikro, $10^{-6}$}
\newacronym{rom}{ROM}{Read-Only Memory}
\newacronym{ram}{RAM}{Random-access memory}
\newacronym{gpio}{GPIO}{General-purpose input/output}
\newacronym{hz}{Hz}{hertz, the SI unit of frequency}
\newacronym{si}{SI}{Syst\`eme International}
\newacronym{soc}{SoC}{System-on-Chip}
\newacronym{wlan}{WLAN}{Wireless local area network}
\newacronym{ap}{AP}{Access Point}
\newacronym{ieee}{IEEE}{Institute of Electrical and Electronics Engineers}
\newacronym{uart}{UART}{Universal asynchronous receiver/transmitter}
\newacronym{led}{LED}{Light emitting diode}
\newacronym{v}{V}{volt, the SI unit of electric potential}
\newacronym{mips}{MIPS}{Microprocessor without Interlocked Pipeline Stages}
\newacronym{wan}{WAN}{Wide area network}
\newacronym{lan}{LAN}{Local area network}
\newacronym{man}{MAN}{Metropolitan are network}
\newacronym{usb}{USB}{Universal serial bus}
\newacronym{os}{OS}{Operating system}
\newacronym{rtos}{RTOS}{Real-time operating system}
\newacronym{ic}{IC}{Integrated circuit}
\newacronym{eeprom}{EEPROM}{Electrically Erasable Programmable Read-Only Memory}

@ -7,29 +7,4 @@
\addcontentsline{toc}{section}{\numberline{}Introduction}
Given a set of numbers, there are elementary methods to compute
its \acrlong{gcd}, which is abbreviated \acrshort{gcd}. This process
is similar to that used for the \acrfull{lcm}.
%%\nomenclature{$\upmu$}{mikro, $10^{-6}$}
%\nomenclature{RAM}{Random-access memory}
%\nomenclature{GPIO}{General-purpose input/output}
%\nomenclature{Hz}{hertz, the SI unit of frequency}
%\nomenclature{SI}{Syst\`eme International}
%\nomenclature{SoC}{System-on-Chip}
%\nomenclature{WLAN}{Wireless local area network}
%\nomenclature{AP}{Access Point}
%\nomenclature{IEEE}{Institute of Electrical and Electronics Engineers}
%\nomenclature{UART}{Universal asynchronous receiver/transmitter}
%\nomenclature{LED}{Light emitting diode}
%\nomenclature{V}{volt, the SI unit of electric potential}
%\nomenclature{MIPS}{Microprocessor without Interlocked Pipeline Stages}
%\nomenclature{WAN}{Wide area network}
%\nomenclature{LAN}{Local area network}
%\nomenclature{MAN}{Metropolitan are network}
%\nomenclature{USB}{Universal serial bus}
%\nomenclature{OS}{Operating system}
%\nomenclature{RTOS}{Real-time operating system}
%\nomenclature{IC}{Integrated circuit}
%\nomenclature{EEPROM}{Electrically Erasable Programmable Read-Only Memory}

15
rce

@ -0,0 +1,15 @@
\glossarysection[\glossarytoctitle]{\glossarytitle}\glossarypreamble
\begin{theglossary}\glossaryheader
\glsgroupheading{A}\relax \glsresetentrylist %
\glossentry{abc}{\glossaryentrynumbers{\relax
\setentrycounter[]{page}\glsnumberformat{1}}}\glsgroupskip
\glsgroupheading{G}\relax \glsresetentrylist %
\glossentry{gcd}{\glossaryentrynumbers{\relax
\setentrycounter[]{page}\glsnumberformat{1}}}\glsgroupskip
\glsgroupheading{L}\relax \glsresetentrylist %
\glossentry{lcm}{\glossaryentrynumbers{\relax
\setentrycounter[]{page}\glsnumberformat{1}}}\glsgroupskip
\glsgroupheading{X}\relax \glsresetentrylist %
\glossentry{xxx}{\glossaryentrynumbers{\relax
\setentrycounter[]{page}\glsnumberformat{1}}}%
\end{theglossary}\glossarypostamble

@ -0,0 +1,120 @@
\ifglsentryexists{gcd}{}%
{%
\gls@defglossaryentry{gcd}%
{%
name={GCD},%
sort={GCD},%
type={acronym},%
first={Greatest Common Divisor\glsspace (GCD)},%
firstplural={Greatest Common Divisors\glsspace (GCDs)},%
text={GCD},%
plural={GCDs},%
description={Greatest Common Divisor},%
descriptionplural={Greatest Common Divisor\acrpluralsuffix },%
symbol={\relax },%
symbolplural={\relax },%
user1={},%
user2={},%
user3={},%
user4={},%
user5={},%
user6={},%
long={Greatest Common Divisor},%
longplural={Greatest Common Divisors},%
short={GCD},%
shortplural={GCDs},%
counter={page},%
parent={},%
%
}%
}%
\ifglsentryexists{lcm}{}%
{%
\gls@defglossaryentry{lcm}%
{%
name={LCM},%
sort={LCM},%
type={acronym},%
first={Least Common Multiple\glsspace (LCM)},%
firstplural={Least Common Multiples\glsspace (LCMs)},%
text={LCM},%
plural={LCMs},%
description={Least Common Multiple},%
descriptionplural={Least Common Multiple\acrpluralsuffix },%
symbol={\relax },%
symbolplural={\relax },%
user1={},%
user2={},%
user3={},%
user4={},%
user5={},%
user6={},%
long={Least Common Multiple},%
longplural={Least Common Multiples},%
short={LCM},%
shortplural={LCMs},%
counter={page},%
parent={},%
%
}%
}%
\ifglsentryexists{abc}{}%
{%
\gls@defglossaryentry{abc}%
{%
name={ABC},%
sort={ABC},%
type={acronym},%
first={Aaaa Bbbbb Cccccc\glsspace (ABC)},%
firstplural={Aaaa Bbbbb Ccccccs\glsspace (ABCs)},%
text={ABC},%
plural={ABCs},%
description={Aaaa Bbbbb Cccccc},%
descriptionplural={Aaaa Bbbbb Cccccc\acrpluralsuffix },%
symbol={\relax },%
symbolplural={\relax },%
user1={},%
user2={},%
user3={},%
user4={},%
user5={},%
user6={},%
long={Aaaa Bbbbb Cccccc},%
longplural={Aaaa Bbbbb Ccccccs},%
short={ABC},%
shortplural={ABCs},%
counter={page},%
parent={},%
%
}%
}%
\ifglsentryexists{xxx}{}%
{%
\gls@defglossaryentry{xxx}%
{%
name={XXX},%
sort={XXX},%
type={acronym},%
first={XxxxxxxEEEEEE PPPPP\glsspace (XXX)},%
firstplural={XxxxxxxEEEEEE PPPPPs\glsspace (XXXs)},%
text={XXX},%
plural={XXXs},%
description={XxxxxxxEEEEEE PPPPP},%
descriptionplural={XxxxxxxEEEEEE PPPPP\acrpluralsuffix },%
symbol={\relax },%
symbolplural={\relax },%
user1={},%
user2={},%
user3={},%
user4={},%
user5={},%
user6={},%
long={XxxxxxxEEEEEE PPPPP},%
longplural={XxxxxxxEEEEEE PPPPPs},%
short={XXX},%
shortplural={XXXs},%
counter={page},%
parent={},%
%
}%
}%

BIN
tukethesis.pdf (Stored with Git LFS)

Binary file not shown.

@ -53,13 +53,10 @@
\def\item{\needspace{\baselineskip}\svitem}
% command to make *.glo file
%\makeglossary
\usepackage[acronym]{glossaries}
\usepackage[acronym,shortcuts,nomain]{glossaries}
\makeglossaries
\input{glossaries}
\newacronym{gcd}{GCD}{Greatest Common Divisor}
\newacronym{lcm}{LCM}{Least Common Multiple}
%%
%\usepackage[dvips]{graphicx}
%\DeclareGraphicsExtensions{.eps, .mps}
@ -210,9 +207,10 @@ o~hlavných metódach, ktoré pri spracovaní záverečnej práce použil.
\newpage
\thispagestyle{empty}
%\addcontentsline{toc}{section}{\numberline{}List of Symbols and
%Abbreviations}
\printglossary[type=\acronymtype] % input the 'List of Symbols and Abbreviations'
%\addcontentsline{toc}{section}{\numberline{}List of Symbols and Abbreviations}
\printglossary[type=\acronymtype,title=List of Symbols and Abbreviations]
\glsresetall
\newpage
%\addcontentsline{toc}{section}{\numberline{}List of Therms}

Loading…
Cancel
Save