Commit 211f1fdfe1d969df7c9762ba8e914d3ea829e9b4

Authored by Jay Berkenbilt
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 = [&#39;_static&#39;]
31 31 html_css_files = [
32 32 'css/wraptable.css',
33 33 ]
  34 +latex_elements = {
  35 + 'preamble': r'''
  36 +\sphinxDUC{2264}{$\leq$}
  37 +\sphinxDUC{2265}{$\geq$}
  38 +''',
  39 +}
34 40 highlight_language = 'none'
... ...