Skip to content

fizzbucket/latexfixer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages