cryptnox-sdk-arduino 1.0.0
Arduino library for Cryptnox Hardware Wallet
Loading...
Searching...
No Matches
patch_latex.py File Reference

Go to the source code of this file.

Namespaces

namespace  patch_latex

Functions

 patch_latex._to_ascii (match)

Variables

 patch_latex.path = sys.argv[1]
int patch_latex.title = sys.argv[2] if len(sys.argv) > 2 else None
 patch_latex.url
 patch_latex.write_to
 patch_latex.encoding
 patch_latex.s = _f.read()
 patch_latex.sty = os.path.join(os.path.dirname(path), "doxygen.sty")
 patch_latex.d = _f.read()
 patch_latex.idx = os.path.join(os.path.dirname(path), "index.tex")
 patch_latex.i = _f.read()
 patch_latex.keep
 patch_latex.tex
 patch_latex.body = _f.read()
str patch_latex.marker = "\\begin{document}"
 patch_latex.split = body.find(marker)
int patch_latex.head = -1 else ""
int patch_latex.tail = -1 else body
int patch_latex.fixed = head + re.sub(r"[^\x00-\x7F]", _to_ascii, tail)