-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat: translate equations to latex when running MSWord backend #825
Conversation
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🔴 Require two reviewer for test updatesThis rule is failing.When test data is updated, we require two reviewers
🟢 Enforce conventional commitWonderful, this rule succeeded.Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
|
Signed-off-by: Rafael Teixeira de Lima <[email protected]>
Signed-off-by: Rafael Teixeira de Lima <[email protected]>
Signed-off-by: Rafael Teixeira de Lima <[email protected]>
Signed-off-by: Rafael Teixeira de Lima <[email protected]>
Signed-off-by: Rafael Teixeira de Lima <[email protected]>
aca25ae
to
f503494
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Signed-off-by: Rafael Teixeira de Lima <[email protected]>
Signed-off-by: Rafael Teixeira de Lima <[email protected]>
@rateixei I see that the CI tests are failing, can you please re-generate the test GT? We need to see if it passes after that. Also, please rebase from |
Signed-off-by: Rafael Teixeira de Lima <[email protected]>
Signed-off-by: Rafael Teixeira de Lima <[email protected]>
Note: We will hold off with merging this until the design proposal for inline styles is implemented: #894 |
@rateixei Now that we have the inline Formulas and Code, can you update this PR with using the right INLINE group? |
Signed-off-by: Rafael Teixeira de Lima <[email protected]>
At the moment, equations present in MSWord documents are not exported. This PR translates the MSWord equations to latex and includes it in the text output. New test files have been added to test this feature.
Checklist: