Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 280 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 280 Bytes

latexfixer

Description

A small class to normalise unicode to latex-compatible unicode, with fixes for some common typographic errors.

Usage

from latexfixer.fix import LatexText

string = 'Hello, Prof. World'
string = LatexText(string) # 'Hello Prof.~World'