Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chenshuo/typeset
https://github.com/chenshuo/typeset
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/chenshuo/typeset
- Owner: chenshuo
- Created: 2012-12-14T22:22:32.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T19:04:08.000Z (3 months ago)
- Last Synced: 2024-09-13T08:46:24.367Z (3 months ago)
- Language: TeX
- Size: 14.3 MB
- Stars: 917
- Watchers: 68
- Forks: 227
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - chenshuo/typeset - (TeX)
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`,即可启动编译。