Skip to content
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.

Commit

Permalink
See Issue #22
Browse files Browse the repository at this point in the history
  • Loading branch information
matze-dd committed Feb 6, 2020
1 parent 497d2f7 commit 40179c3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tex2txt.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,8 +437,9 @@ def set_language_de():

def set_language_en():
# see comments in set_language_de()
parms.inline_math = ('B', 'C', 'D', 'E', 'F', 'G')
parms.display_math = ('U', 'V', 'W', 'X', 'Y', 'Z')
# compare Issue #22
parms.inline_math = ('B-B-B', 'C-C-C', 'D-D-D', 'E-E-E', 'F-F-F', 'G-G-G')
parms.display_math = ('U-U-U', 'V-V-V', 'W-W-W', 'X-X-X', 'Y-Y-Y', 'Z-Z-Z')
parms.check_equation_replacements = False
parms.mathoptext = {'+': ' plus ', '-': ' minus ',
'*': ' times ', '/': ' over ',
Expand Down

0 comments on commit 40179c3

Please sign in to comment.