Overleaf 本地部署及配置
需要预先安装docker
和docker-compose
安装
1 | git clone https://github.com/overleaf/toolkit.git ./overleaf-toolkit |
初始配置
修改connfig/
下的文件
中文支持
在config/variables.env
中添加:
1 | SHARELATEX_SITE_LANGUAGE=zh-CN |
xeLatex支持
新建文件config/docker-compose.override.yml
,添加:
1 | services: |
2023
请改成对应路径
启动
1 | bin/up |
如果要后台运行,可以加-d
参数
创建管理员账号
安装完整宏包支持
1 | bin/shell |
安装字体
1 | bin/shell |
Minted
包支持
安装pygments
1 | bin/shell |
配置Shell Escape
2023
请改成对应路径
修改/usr/local/texlive/2023/texmf.cnf
,在最底下添加一行
1 | shell_escape = t |
参考
https://github.com/overleaf/toolkit/blob/master/doc/quick-start-guide.md
https://sparktour.me/2021/04/02/self-host-overleaf/
https://zhuanlan.zhihu.com/p/481788258