99网
您的当前位置:首页hithesis部署和VSCode远程编辑tex文件

hithesis部署和VSCode远程编辑tex文件

来源:99网

哈工大学位论文模板:

1、在ubuntu下安装TinyTeX

1) git clone 

2、由于非path路径,需要补充安装:

1) apt-get install libfontconfig1

2)补充一个sh文件,执行:

/root/bin/tlmgr option repository http://www.ctan.org/tex-archive/systems/texlive/tlnet
/root/bin/tlmgr update --self --all
/root/bin/tlmgr path add
/root/bin/fmtutil-sys --all

echo "Finish update , install extra packages..."

/root/bin/tlmgr install \
      adob

因篇幅问题不能全部显示,请点此查看更多更全内容