Skip to content

Instantly share code, notes, and snippets.

@zr-tex8r
Created July 14, 2020 05:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zr-tex8r/f9e0ef5255e49be0a5835dd71c08366f to your computer and use it in GitHub Desktop.
Save zr-tex8r/f9e0ef5255e49be0a5835dd71c08366f to your computer and use it in GitHub Desktop.
pandoc/latexをいじって日本語LaTeXできるようにしたやつ
FROM pandoc/latex:2.9.2
# Here 'update latex' is needed, because LaTeX in this
# container is of version <2020-02-02> PL2, and LuaTeX-ja
# cannot run with this version.
RUN tlmgr install \
bxjscls \
bxwareki \
everyhook \
ipaex \
luatexja \
svn-prov \
type1cm && \
tlmgr update latex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment