We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
RealWorldHaskell.pdf
编译方法:
首先 make
make latex
然后找到 _build/latex/RealWorldHaskell.tex,在 \documentclass 一行后面加上
_build/latex/RealWorldHaskell.tex
\documentclass
\usepackage[fontset=fandol]{ctex}
最后用 latexmk 编译:
latexmk -xelatex RealWorldHaskell.tex
Sorry, something went wrong.
RealWorldHaskell.pdf 编译方法: 首先 make make latex 然后找到 _build/latex/RealWorldHaskell.tex,在 \documentclass 一行后面加上 \usepackage[fontset=fandol]{ctex} 最后用 latexmk 编译: latexmk -xelatex RealWorldHaskell.tex
很棒~
在 ArchLinux 下,除了需要安装 LaTeX 之外还要安装 python-sphinx 和 python-sphinx-automodap:
python-sphinx
python-sphinx-automodap
pacman -S python-sphinx python-sphinx-automodap
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: