⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rlatex

📁 linux 的引导程序源码The Microsoft&reg Windows&reg Software Development Kit (SDK) provides the documentation
💻
字号:
#!/bin/shwhile true; do    pid=$$    export pid    rm -f /tmp/rlok$pid    (        if latex $*; then	    touch /tmp/rlok$pid	fi    ) | tee /tmp/rlso$pid    if [ ! -f /tmp/rlok$pid ]; then	rm -f /tmp/rlso$pid	exit 1    fi    if grep '^LaTeX Warning: Label(s) may' /tmp/rlso$pid >/dev/null; then :    else	rm -f /tmp/rlso$pid	exit 0    fi    echo "Re-running LaTeX"done

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -