Overleaf私有


一、操作参考链接

https://zhuanlan.zhihu.com/p/29053435112
https://blog.csdn.net/weixin_54430466/article/details/145708733
https://zhuanlan.zhihu.com/p/6093317488
https://github.com/overleaf/toolkit/blob/master/doc/quick-start-guide.md

二、后期插件更新维护链接

sudo bin/up -d

sudo bin/shell

tlmgr option repository http://mirrors.cloud.tencent.com/CTAN/systems/texlive/tlnet

tlmgr option show repository

tlmgr update --self --all 

tlmgr install scheme-full
tlmgr info scheme-full
tlmgr path add

tlmgr install ctex
tlmgr info ctex
tlmgr path add

tlmgr install thmtools
tlmgr info thmtools
tlmgr path add

exit

cat config/version

sudo docker commit sharelatex sharelatex/sharelatex:5.4.0-with-texlive-full

cd config
sudo vim version
5.4.0-with-texlive-full

sudo bin/stop

sudo bin/up -d

三、后期跨版本更新维护链接

sudo bin/up -d

sudo bin/shell

tlmgr option repository http://mirrors.cloud.tencent.com/CTAN/systems/texlive/tlnet

tlmgr option show repository

tlmgr update --self --all 

cd ~

wget http://mirrors.cloud.tencent.com/CTAN/systems/texlive/tlnet/update-tlmgr-latest.sh
chmod +x update-tlmgr-latest.sh
./update update-tlmgr-latest.sh

Author: Ruimin Huang
Reprint policy: All articles in this blog are used except for special statements CC BY 4.0 reprint polocy. If reproduced, please indicate source Ruimin Huang !
  TOC