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:
parent
2f943ff667
commit
c2db4122e7
3 changed files with 46 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue