Commit 211f1fdfe1d969df7c9762ba8e914d3ea829e9b4
1 parent
195ddf6f
Allow real <= and >= in LateX
Showing
1 changed file
with
6 additions
and
0 deletions
manual/conf.py
| @@ -31,4 +31,10 @@ html_static_path = ['_static'] | @@ -31,4 +31,10 @@ html_static_path = ['_static'] | ||
| 31 | html_css_files = [ | 31 | html_css_files = [ |
| 32 | 'css/wraptable.css', | 32 | 'css/wraptable.css', |
| 33 | ] | 33 | ] |
| 34 | +latex_elements = { | ||
| 35 | + 'preamble': r''' | ||
| 36 | +\sphinxDUC{2264}{$\leq$} | ||
| 37 | +\sphinxDUC{2265}{$\geq$} | ||
| 38 | +''', | ||
| 39 | +} | ||
| 34 | highlight_language = 'none' | 40 | highlight_language = 'none' |