SaswatPadhi / pseudocode.js

Beautiful pseudocode for the Web
https://saswatpadhi.github.io/pseudocode.js
MIT License
224 stars 33 forks source link

Support `\repeat`? #7

Closed iblislin closed 5 years ago

iblislin commented 6 years ago

Algorithmic's doc has \repeat, but seems pseudocode.jl not? http://tug.ctan.org/macros/latex2e/contrib/algorithmicx/algorithmicx.pdf

tatetian commented 6 years ago

No, the current implementation does not support \repeat or \loop. Thanks for pointing out.

Adding these statements should be easy. I will add them in a few days. Or if you want this feature ASAP, you can do it yourself. I am happy to accept PRs.

iblislin commented 6 years ago

Ha, I can wait. Takes your time :)

AtomicVar commented 5 years ago

@iblis17 @tatetian I just made a PR and tested it. It worked well, I think. #10

tatetian commented 5 years ago

10 is merged. Thanks for the contribution @ZJUGuoShuai .