add missing font
This commit is contained in:
parent
df107291a5
commit
5b913975ad
3
conf.py
3
conf.py
|
@ -102,6 +102,7 @@ latex_elements = {
|
||||||
\usepackage{transparent}
|
\usepackage{transparent}
|
||||||
\usepackage{eso-pic}
|
\usepackage{eso-pic}
|
||||||
\usepackage{lipsum}
|
\usepackage{lipsum}
|
||||||
|
\usepackage{lmodern}
|
||||||
\usepackage{footnotebackref} %% link at the footnote to go to the place of footnote in the text
|
\usepackage{footnotebackref} %% link at the footnote to go to the place of footnote in the text
|
||||||
%% spacing between line
|
%% spacing between line
|
||||||
\usepackage{setspace}
|
\usepackage{setspace}
|
||||||
|
@ -297,4 +298,4 @@ myst_html_meta = {
|
||||||
"description lang=fr": "description des métadonnées",
|
"description lang=fr": "description des métadonnées",
|
||||||
"keywords": "Sphinx, MyST",
|
"keywords": "Sphinx, MyST",
|
||||||
"property=og:locale": "en_US"
|
"property=og:locale": "en_US"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue