573 reputation
17
bio website
location
age
visits member for 11 months
seen 2 days ago
stats profile views 69

Oct
11
accepted Add line before Begin algorithm 'Début'
Oct
10
comment Add line before Begin algorithm 'Début'
thank you Gonzalo :)
Oct
10
comment Add line before Begin algorithm 'Début'
it is werner'algo :\algnewcommand{\Debut}{\Statex \textbf{D\'ebut}\pushindent} \algnewcommand{\Fin}{\Statex \textbf{Fin}\popindent}
Oct
10
asked Add line before Begin algorithm 'Début'
Oct
9
comment Option in the algorithm with Latex
please how can i add "Données" before "Début" ? to cite the inuputs of the algoithm. Thank you so much
Oct
7
comment Option in the algorithm with Latex
Thank you for help :)
Oct
6
comment Option in the algorithm with Latex
in my algorithme i have a long instruction. "ch" is its end , how can i add spacing before "ch"
Oct
6
comment Option in the algorithm with Latex
horizontal spacing
Oct
6
accepted Option in the algorithm with Latex
Oct
6
comment Option in the algorithm with Latex
Thank you for help,i'd like also add spacing before "ch" and "po" have you an idea please?
Oct
6
revised Option in the algorithm with Latex
added 193 characters in body
Oct
6
comment Increase the indent in an algorithm
I would like to specify the spacing myself because \indent generate a large spacing
Oct
6
comment Increase the indent in an algorithm
@Mico yes that's it
Oct
6
asked Increase the indent in an algorithm
Oct
6
asked Option in the algorithm with Latex
Oct
2
comment Is it possible to have connecting loop lines (like algorithm2e) in algorithmic?
i test your solution, it works but the first instructios and 'Début' are on the same line ! and I have a lengthy instruction it intersects the line that connects 'Début' to 'Fin'!! Thank you
Oct
1
comment Is it possible to have connecting loop lines (like algorithm2e) in algorithmic?
yes it works now, i'm sorry if i disturb you i have just another question: in my algoritm i'd like to add Début at the begining of the algoithm and FIN at the end and join them with a line, is that possible?
Oct
1
comment Is it possible to have connecting loop lines (like algorithm2e) in algorithmic?
\renewcommand{\algorithmicwhile}{\textbf{Tant que}} works but \renewcommand{\algorithmicendwhile}{\textbf{Fin Tant que}} didn't work!!
Oct
1
comment Is it possible to have connecting loop lines (like algorithm2e) in algorithmic?
thank you for answer it works your solution, i ask please how can change while to "tant que "(in frensh), i try with i \renewcommand{\algorithmicwhile}{\textbf{Tant que}} i set it before your code but it didn't work!
Oct
1
comment Is it possible to have connecting loop lines (like algorithm2e) in algorithmic?
should i add \usepackage{algpseudocode} ...... with \usepackage{algorithm} \usepackage{algorithmic} or should i delete \usepackage{algorithmic} ?