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

Bug report: --custom-range and custom --nbits are incompatible in improved algo #8

Closed
ncanceill opened this issue Oct 1, 2013 · 1 comment
Labels
Milestone

Comments

@ncanceill
Copy link
Owner

Due to the current implementation, using the improvements with the LaTeX custom range option is incompatible with a --nbits option different than 4 (the default).

This causes #6 and #7 as a side-effect.

This is deeply rooted in the algo, because of the way the improved version parses the TJ operators. It could be included in a broader effort of further improving the embedding method.

@ncanceill
Copy link
Owner Author

More precisely, this is due to the fact that the custom range needs to be adapted to the bit depth. However, the range is currently hard-coded to a bit depth of 4 (the default). This ought to change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant