BookML test: the algorithmicx package
- BookML
-
v0.28.5
- LaTeXML
-
0.8.8
- LaTeX
-
2018/12/01
1:
procedure Euclid() The g.c.d. of a and b
2:
3:
while do We have the answer if r is 0
4:
5:
6:
7:
end while
8:
return The gcd is b
9:
end procedure
1:
repeat forever
2:
this
3:
until you die.