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

modified template.latex to fix XeLaTex being used with tables #3661

Merged
merged 1 commit into from
May 18, 2017

Conversation

lwolfsonkin
Copy link
Contributor

Attempt to fix issue #3660

In template.latex: reordered lang variable handling to immediately before bidi, in order to avoid errors related to bidi being called too early, as bidi is loaded by polyglossia for RTL languages as described in #3660.

- reordered `lang` variable handling to immediately before `bidi`
@mb21
Copy link
Collaborator

mb21 commented May 13, 2017

sounds good to me, do you know of any issues with this reordering @adunning ?

btw, the latex-lang test would have to be updated...

@adunning
Copy link
Contributor

That should work, as far as I can see.

@jgm
Copy link
Owner

jgm commented May 18, 2017

The failures are due to changes needed in the tests.
To update the tests, you can do stack test --test-arguments='--accept' and then very carefully check the result of git diff to make sure the changes to the tests are as expected.

@jgm jgm merged commit b45e477 into jgm:master May 18, 2017
@jgm
Copy link
Owner

jgm commented May 18, 2017

I'll fix the tests.

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.

4 participants