Tagged Questions
4
votes
1answer
231 views
Modify Algorithm name in French
This is my code:
\usepackage[section]{algorithm}
\usepackage{algorithmic}
\begin{document}
\makeatletter\renewcommand{\ALG@name}{Algorithme}
\renewcommand{\listalgorithmname}{Liste des \ALG@name ...
6
votes
1answer
174 views
algorithmic, arbitrary names for algorithms
The question is advanced version of my previous one.
I need to name algorithms (package algorithmic) with arbitrary names so it appears like:
Algorithm MyAlgo
and \ref{...} will appear like MyAlgo.
...
5
votes
1answer
169 views
How to localize label using algorithm and algorithmic packages
I am writing a paper in Italian and I need to include pseudo code in my latex document so I am currently using the algorithm and algorithmic packages. At the top of every algorithm the label Algorithm ...
1
vote
0answers
19 views
Translate the caption label “algorithm” in algorithm2e [duplicate]
Possible Duplicate:
Renaming Algorithm to Heuristic in algorithm2e package
i want to get the caption label "algorithm" translated into my language, so that the caption is like:
Algorithmus ...
4
votes
1answer
1k views
Renaming Algorithm to Heuristic in algorithm2e package
I am trying to write some heuristics for a problem using the algorithm2e package.
However as you may know, when you write :
\begin{algorithm}
\caption{Heuristic 1: Name of Heuristic}
...
...
5
votes
3answers
4k views
Rename “Algorithm” to “Listing”
Background
Syntax-highlighted source code image listings are being used as Algorithm floats with the lst: prefix for captions.
Problem
The following LaTeX code in the preamble renames the caption ...