wmboyles / Math-Summaries

Medium length summaries of math subjects like multivariable calculus. Longer than a formula sheet, shorter than a textbook.
The Unlicense
75 stars 11 forks source link

Fix reversed quotes #38

Closed wmboyles closed 3 years ago

wmboyles commented 3 years ago

If you write something in LaTeX like so:

He said, "Where is the library?"

one of the quotation marks will be backwards. To get the quotation marks in the correct orientation, you need to instead write

He said, ``Where is the library?''

This quote problem is done several times by accident in each of the projects. I think we could fix every occurrence with a script similar to clean_equations.py.