mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 00:12:25 -04:00
utf8->utf8x in latex preamble
This commit is contained in:
parent
91efb8f30b
commit
f7b7d46b58
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ defaultConf = {
|
|||
'latexPre': """\
|
||||
\\documentclass[12pt]{article}
|
||||
\\special{papersize=3in,5in}
|
||||
\\usepackage[utf8]{inputenc}
|
||||
\\usepackage[utf8x]{inputenc}
|
||||
\\usepackage{amssymb,amsmath}
|
||||
\\pagestyle{empty}
|
||||
\\setlength{\\parindent}{0in}
|
||||
|
|
Loading…
Reference in a new issue