OpenSystemsDevelopment
/
qpdf
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
211f1fdfe1d969df7c9762ba8e914d3ea829e9b4
Authored by
Jay Berkenbilt
2022-01-18 09:14:17 -0500
1 parent
195ddf6f
Allow real <= and >= in LateX
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
manual/conf.py
manual/conf.py
View file @
211f1fd
...
...
@@ -31,4 +31,10 @@ html_static_path = ['_static']
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'
...
...