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

Fixed non-ascii chars and latex deprecations #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

abrown41
Copy link
Collaborator

make errors resulting from non-ascii characters in python files in ./Scripts
were corrected by adding encoding information to the heads of the files.

make errors arising from non-ascii characters in latex and xml files were
corrected by using correct ascii quote marks and the latex command \pounds.

make errors arising from deprecated latex commands \rm and \bf were
corrected by replacement with \textrm, \mathrm or \bfseries as appropriate

make errors resulting from non-ascii characters in python files in ./Scripts
were corrected by adding encoding information to the heads of the files.

make errors arising from non-ascii characters in latex and xml files were
corrected by using correct ascii quote marks and the latex command \pounds.

make errors arising from deprecated latex commands `\rm` and `\bf` were
corrected by replacement with `\textrm`, `\mathrm` or `\bfseries` as appropriate
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.

1 participant