https://github.com/chenshuo/typeset
https://github.com/chenshuo/typeset
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/chenshuo/typeset
- Owner: chenshuo
- Created: 2012-12-14T22:22:32.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2025-01-08T18:52:27.000Z (about 1 month ago)
- Last Synced: 2025-01-08T19:44:43.350Z (about 1 month ago)
- Language: Jupyter Notebook
- Size: 14.3 MB
- Stars: 926
- Watchers: 67
- Forks: 227
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - chenshuo/typeset - (Jupyter Notebook)
README
# 用 LaTeX 排版技术书籍
## PDF下载
以下说明由网友 Frank Dai (https://github.com/soulmachine) 编写。
## 如何编译PDF
### 命令行编译
```bash
docker run -it --rm -v $(pwd):/project -w /project soulmachine/texlive xelatex -interaction=nonstopmode typeset.tex
```### vscode下编译
本项目已经配置好了vscode devcontainer, 可以在 Windows, Linux 和 macOS 三大平台上编译。
用 vscode 打开本项目,选择右下角弹出的 `"Reopen in Container"`,就会在容器中打开本项目,该容器安装了 Tex Live 2022 以及所需要的10个字体。
点击vscode左下角的齿轮图标,选择 `Command Palette`,输入`tasks`, 选择 `Run Task`, 选择 `typeset`,即可启动编译。