Tagged Questions
2
votes
1answer
86 views
No italics in algorithm2e if-clause
Why does algorithm2e typeset the variables anychange and done in italics, and how can I turn this off? How can I remove the semicolon after done in the until-clause?
$\textsf{anychange} \gets ...
4
votes
1answer
448 views
algorithm2e-Drawing vertical dashed rules
In the following code, I would like to produce dashes lines instead of normal ones. The three HERE indicate where the code draws the lines.
\documentclass{article}
\usepackage[utf8]{inputenc}
...
3
votes
2answers
624 views
ending statements in algorithm2e environment
I am using the package algorithm2e. Is there a way to end with period instead of semicolon, or end with simply newline? I don't like the semicolons on the sentences. If I just try putting a period it ...