Skip to content
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

Two more problems with algpseudocode #826

Closed
davpoole opened this issue Jan 15, 2017 · 2 comments
Closed

Two more problems with algpseudocode #826

davpoole opened this issue Jan 15, 2017 · 2 comments

Comments

@davpoole
Copy link

Thanks for fixing the fatal errors with algpseudocode! There are two more problems I found, which should be easy to fix.

  • noend does not work properly. It correctly doesn't put the "end" in, but incorrecly adds a blank line.
  • the lines are supposed to be able to be labels, so that we can refer to lines in the text. We do this often.

I created a small test example. The file
http://artint.info/2e/test/test.tex should look like http://artint.info/2e/test/test.pdf but looks like http://artint.info/2e/test/result.html

To see this in context, see for exanple http://artint.info/2e/html/ArtInt2e.Ch3.S5.SS3.html

Thanks!
David

@brucemiller
Copy link
Owner

Easy to fix, but a touch subtle. But reallly helpful test case. Fixed now in git. Thanks for the report!!

@davpoole
Copy link
Author

Great! It works perfectly now. Thanks!

@dginev dginev added this to the LaTeXML-0.8.3 milestone Jan 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants