-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LComment without line numbering #7
Comments
Hey! It would be nice to have a variant of the command that does not produce a line number. Similarly as the issue #5 . I will add such feature in a new release once I have some time. In the meantime, you man use \Statex to produce a normal line without a number or even an empty line:
|
Hey! Thanks for the super quick response. After some more experimentation, I just realized on my own as well, that I should probably be using In trying to do that, however, I noticed, that |
That appears to be a bug to me. However, the behavior is inherited from the package algorithmicx on which algpseudocodex is based. You can see that the same is happening when using |
Alright, thanks for your help! I'll try to see if I can find a place to report that. In the mean time I'll search around, to see if other people have experienced the same and perhaps come up with a workaround. Have a nice day! |
Hi there!
I'm wondering if there is a way to create an
LComment
without the line numbering. I'm trying to write down an algorithm, where the individual steps can be sectioned into a few different groups. Basically, I'm trying to (mis-) useLComment
s to create small headings for different parts of the algorithm, and I would like to do that without line numbers.Also, I would like to thank you for creating this package.
Update: Due to what appears to be a bug in
algorithmicx
, I ended up making my own commands for these headings. One command for the first heading directly after a\Procedure
, and one for headings after\State
has been used:The text was updated successfully, but these errors were encountered: