Allow real <= and >= in LateX

This commit is contained in:
Jay Berkenbilt 2022-01-18 09:14:17 -05:00
parent 195ddf6f5a
commit 211f1fdfe1
1 changed files with 6 additions and 0 deletions

View File

@ -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'