We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0845c28 commit 930a85dCopy full SHA for 930a85d
Dockerfile
@@ -88,10 +88,14 @@ RUN apt-get -y install \
88
RUN apt-get -y install \
89
texlive-full
90
91
+# lmodern: extra fonts
92
+# https://github.com/rtfd/readthedocs.org/issues/5494
93
+#
94
# xindy: is useful to generate non-ascii indexes
95
# https://github.com/rtfd/readthedocs.org/issues/4454
96
97
fonts-symbola \
98
+ lmodern \
99
latex-cjk-chinese-arphic-bkai00mp \
100
latex-cjk-chinese-arphic-gbsn00lp \
101
latex-cjk-chinese-arphic-gkai00mp \
0 commit comments