Ai
1 Star 0 Fork 0

子安/understanding-json-schema

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
install-texlive.sh 936 Bytes
一键复制 编辑 原始数据 按行查看 历史
Michael Droettboom 提交于 2020-03-12 01:53 +08:00 . Fix package name
#!/bin/bash
set -e
# Put the current working directory into the profile file
sed 's@PWD@'"$PWD"'@' < texlive.profile > texlive.localized.profile
# Get the TexLive installer
wget http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
tar zvxf install-tl-unx.tar.gz
cd `ls -d install-tl-[0-9]*`
./install-tl --profile ../texlive.localized.profile
cd ..
# Now install the required packages into our fresh installation
export PATH=$PWD/texlive/bin/x86_64-linux:$PATH
tlmgr install cmap ec fancybox titlesec framed fancyvrb threeparttable mdwtools \
wrapfig parskip url multirow inconsolata cabin bbding microtype \
changepage xcolor mdframed l3kernel l3packages etoolbox needspace \
pgf times upquote helvetic fontaxes mweights ms float fncychap \
tabulary capt-of eqparbox environ trimspaces latexmk ucs varwidth \
overlock xkeyval niceframe-type1 zref
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/andrewgithub/understanding-json-schema.git
git@gitee.com:andrewgithub/understanding-json-schema.git
andrewgithub
understanding-json-schema
understanding-json-schema
master

搜索帮助