2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-25 22:38:04 +02:00

union find; paterson-wegeman

This commit is contained in:
Martin Thoma 2014-03-13 18:59:50 +01:00
parent 2f943ff667
commit c2db4122e7
3 changed files with 46 additions and 0 deletions

View file

@ -53,6 +53,17 @@
\usepackage{wasysym}
\usepackage[binary-units = true]{siunitx} % this package is for units!
\sisetup{locale=DE}
%%% Pseudocode settings
\usepackage{algorithm,algpseudocode}
\algtext*{EndIf} % Remove "end if" text
\algtext*{EndWhile} % Remove "end while" text
\algtext*{EndFunction} % Remove "end while" text
\algnewcommand\Global{\textbf{global }}
\makeatletter
\addto\captionsngerman{\renewcommand{\ALG@name}{Algorithmus}}
\makeatother
%%% End of Pseudocode settings
\usepackage{shortcuts}
\usepackage{fancyhdr}