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

math_symbol kwarg #8

Merged
merged 5 commits into from
Jul 27, 2020
Merged

math_symbol kwarg #8

merged 5 commits into from
Jul 27, 2020

Conversation

ryxcommar
Copy link
Contributor

re: issue #6

math_symbol kwarg

New behaviors:

image

Old functions remain the same, so long as variable names are not in the greek_and_hebrew list.

image

Fixes to setup.py

Moving from a module structure to a package structure, py_modules=['latexify'] no longer works. So I replaced it with packages=find_packages().

Additionally, I tested that <=3.8 does not work as intended. (Technically, I tested that <=3.7 does not work, as I am on python 3.7). I am using <3.9 now instead, which should work.

latexify/core.py Outdated Show resolved Hide resolved
latexify/core.py Outdated Show resolved Hide resolved
latexify/core.py Outdated Show resolved Hide resolved
latexify/core.py Outdated Show resolved Hide resolved
latexify/core.py Show resolved Hide resolved
Copy link
Collaborator

@odashi odashi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please squash the last commit to remove some ruins.

@ryxcommar
Copy link
Contributor Author

Sorry about that. Fixed, and double checked that tests pass.

@odashi odashi merged commit 025f2d3 into google:develop Jul 27, 2020
@odashi
Copy link
Collaborator

odashi commented Jul 27, 2020

Great work, thanks!

@odashi odashi mentioned this pull request Jul 28, 2020
@odashi odashi added the feature label Sep 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants