mirror of
https://github.com/Relintai/elteikthesis.git
synced 2024-11-10 07:42:09 +01:00
Add the list of algorithms
This commit is contained in:
parent
4d5e90ee39
commit
e8d92899be
@ -102,6 +102,7 @@
|
||||
\newcommand{\alglabel}{Algoritmus}
|
||||
|
||||
\newcommand{\biblabel}{Irodalomjegyzék}
|
||||
\newcommand{\lstalgorithmlabel}{Algoritmusjegyzék}
|
||||
\newcommand{\lstfigurelabel}{Ábrajegyzék}
|
||||
\newcommand{\lsttablelabel}{Táblázatjegyzék}
|
||||
\newcommand{\lstcodelabel}{Forráskódjegyzék}
|
||||
@ -125,6 +126,7 @@
|
||||
\newcommand{\alglabel}{Algorithm}
|
||||
|
||||
\newcommand{\biblabel}{Bibliography}
|
||||
\newcommand{\lstalgorithmlabel}{List of Algorithms}
|
||||
\newcommand{\lstfigurelabel}{List of Figures}
|
||||
\newcommand{\lsttablelabel}{List of Tables}
|
||||
\newcommand{\lstcodelabel}{List of Codes}
|
||||
@ -439,7 +441,8 @@
|
||||
% Forráskódjegyzék elnevezése
|
||||
\renewcommand{\lstlistlistingname}{\lstcodelabel}
|
||||
% Algoritmus elnevezése
|
||||
\renewcommand{\ALG@name}{\alglabel}
|
||||
\floatname{algorithm}{\alglabel}
|
||||
\renewcommand{\listalgorithmname}{\lstalgorithmlabel}
|
||||
% ------------------------------
|
||||
|
||||
% ------------------------------
|
||||
|
@ -108,6 +108,13 @@
|
||||
\listoftables
|
||||
\cleardoublepage
|
||||
|
||||
% Algorithmusjegyzék
|
||||
% List of algorithms
|
||||
\phantomsection
|
||||
\addcontentsline{toc}{chapter}{\lstalgorithmlabel}
|
||||
\listofalgorithms
|
||||
\cleardoublepage
|
||||
|
||||
% Forráskódjegyzék (opcionális) - 3-5 kódpélda fölött érdemes
|
||||
% List of codes (optional) - useful over 3-5 code samples
|
||||
\phantomsection
|
||||
|
Loading…
Reference in New Issue
Block a user