Overleaf:修订间差异

来自OSSmedia
(创建页面,内容为“ 分类:WAN overleaf是一个便于使用的在线latex编辑环境。 == 安装 == 官方推荐使用 overlif toolkit进行安装 https://github.com/overleaf/toolkit/”)
 
无编辑摘要
第6行: 第6行:
官方推荐使用 overlif toolkit进行安装
官方推荐使用 overlif toolkit进行安装
  https://github.com/overleaf/toolkit/
  https://github.com/overleaf/toolkit/
== 添加Latex依赖 ==
找到你的容器
docker ps
attach进去开个shell
docker exec -it <container_id_or_name> /bin/bash
更新然后安装tex包
tlmgr update --self
tlmgr install ctex xecjk

2024年10月10日 (四) 08:33的版本

overleaf是一个便于使用的在线latex编辑环境。

安装

官方推荐使用 overlif toolkit进行安装

https://github.com/overleaf/toolkit/

添加Latex依赖

找到你的容器

docker ps

attach进去开个shell

docker exec -it <container_id_or_name> /bin/bash

更新然后安装tex包

tlmgr update --self
tlmgr install ctex xecjk