{algorithmicx} provides an improved typesetting environment for algorithmic pseudocode. It is compatible with the algorithms bundle that provides the algorithm and algorithmic environment for typesetting floating {algorithms}.
4
votes
0answers
69 views
Ploblems with vertical lines in algorithmicx
I use algorithmicx with verical lines. And code is working good:
\documentclass{article}
\usepackage{algorithm}
\usepackage{algpseudocode}
% Vertical line
\makeatletter
...
2
votes
0answers
82 views
Divide algorithm inside If EndIf
This is a follow-up question to Option in the algorithm with Latex.
This is the code:
\begin{document}
\begin{algorithm}
\caption{My algorithme}
\begin{algorithmic}[1]
\Donnees: My data
...
1
vote
0answers
106 views
Help in writing an algorithm in a customized way
I'm a newbie in LaTeX and while writing my thesis I come across a peculiar question.
I want to write an algorithm which must look like the given below.
Algorithm
Do Step one(something ...
0
votes
0answers
57 views
Colors in Pseudocode matlab style
How do I get colours and more control over spacing in the algorithmic package like this:
I tried this which looks good, but has numbers:
\begin{enumerate}
\item Create the cumulative sum of ...
