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

Drop problematic usage of the environ package, fixes #8 #9

Closed
wants to merge 1 commit into from

Conversation

deepfire
Copy link
Contributor

..probably also fixes #4.

@deepfire
Copy link
Contributor Author

Something is wrong with this pull request -- the cell width computation is broken.

@deepfire
Copy link
Contributor Author

deepfire commented Jun 25, 2016

..as can be seen in the (now fully-compiling) example from #8:
screenshot from 2016-06-25 12-32-22

@deepfire
Copy link
Contributor Author

deepfire commented Jul 1, 2016

Ah, right. Quoting http://tex.stackexchange.com/questions/154601/how-can-i-double-dip-environment-contents-to-an-external-file-with-expl3

There is no way to absorb the contents of an environment as a token list other than doing similarly to what the environ package does.

So environ needs to be fixed to stop breaking grid-system.

@deepfire
Copy link
Contributor Author

Unfortunately, this is a dead end.

The token stream save-and-replay functionality that grid-system depends on appears to be extremely fragile -- environ/newenviron conflict with a lot of fairly pedestrian use cases.

@deepfire deepfire closed this Jul 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make % at the end of \begin{row} obsolete
1 participant