mirror of
https://github.com/zh-google-styleguide/zh-google-styleguide.git
synced 2025-02-19 20:50:10 +08:00
910 B
910 B
Manually generate PDF documents
OS: Debian 9.x (or deepin 20.x)
Install dependencies
sudo apt install texlive-lang-chinese texlive-lang-cjk texlive-xetex \
latexmk texlive-latex-extra texlive-latex-recommended python-pip \
texlive-latex-base texlive-plain-extra texlive-fonts-recommended \
texlive-generic-recommended
Python dependencies
sudo pip install Sphinx commonmark sphinx-rtd-theme
if download is too slow, try use local mirror
sudo pip install Sphinx commonmark sphinx-rtd-theme -i https://mirrors.aliyun.com/pypi/simple/
Generate PDF
make latex
make latexpdf
Q & A
- If occuring XXX file missing
use follow url relace REPLACE-MISSING-FILE-NAME to you want find and install missing package