mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 10:58:58 +00:00
Allow real <= and >= in LateX
This commit is contained in:
parent
195ddf6f5a
commit
211f1fdfe1
@ -31,4 +31,10 @@ html_static_path = ['_static']
|
||||
html_css_files = [
|
||||
'css/wraptable.css',
|
||||
]
|
||||
latex_elements = {
|
||||
'preamble': r'''
|
||||
\sphinxDUC{2264}{$\leq$}
|
||||
\sphinxDUC{2265}{$\geq$}
|
||||
''',
|
||||
}
|
||||
highlight_language = 'none'
|
||||
|
Loading…
Reference in New Issue
Block a user