[Doc] Add svg to latex config in sphinx configuration file
This commit is contained in:
parent
6492d8f3a8
commit
40e9960618
|
@ -170,6 +170,8 @@ latex_elements = {
|
|||
# Latex figure (float) alignment
|
||||
#
|
||||
# 'figure_align': 'htbp',
|
||||
'preamble': '\\usepackage{tikz}',
|
||||
'preamble': '\\usepackage{svg}',
|
||||
}
|
||||
|
||||
# Grouping the document tree into LaTeX files. List of tuples
|
||||
|
|
Loading…
Reference in New Issue