Skip to content

Commit 71714aa

Browse files
authored
Merge pull request #99 from rtfd/humitos/lmodern-extra-fonts
Install lmodern to support more fonts
2 parents 0845c28 + 930a85d commit 71714aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,14 @@ RUN apt-get -y install \
8888
RUN apt-get -y install \
8989
texlive-full
9090

91+
# lmodern: extra fonts
92+
# https://github.com/rtfd/readthedocs.org/issues/5494
93+
#
9194
# xindy: is useful to generate non-ascii indexes
9295
# https://github.com/rtfd/readthedocs.org/issues/4454
9396
RUN apt-get -y install \
9497
fonts-symbola \
98+
lmodern \
9599
latex-cjk-chinese-arphic-bkai00mp \
96100
latex-cjk-chinese-arphic-gbsn00lp \
97101
latex-cjk-chinese-arphic-gkai00mp \

0 commit comments

Comments
 (0)