=doc #3792 Fixed broken tex/pdf config
This commit is contained in:
parent
4972c7780c
commit
a6be38ba43
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ epub_cover = ("../_sphinx/static/akka.png", "")
|
|||
|
||||
def setup(app):
|
||||
from sphinx.util.texescape import tex_replacements
|
||||
tex_replacements.append((u'=>', ur'\(\Rightarrow\)'))
|
||||
tex_replacements.append((u'⇒', ur'\(\Rightarrow\)'))
|
||||
|
||||
latex_paper_size = 'a4'
|
||||
latex_font_size = '10pt'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue