@nrailgun
        
        2015-11-15T04:14:07.000000Z
        字数 499
        阅读 4467
    强力软件
师姐使用了奇怪的 
tlmgrtlmgr 使用默认 repository 来搜索附近的 CTAN,不过实际效果非常差,因为大陆的网络状况非常糟糕。
(1) 设置默认 repository:
# USTCtlmgr option repository http://mirrors.ustc.edu.cn/CTAN/systems/texlive/tlnet/# or, Aliyuntlmgr option repository http://mirrors.aliyun.com/CTAN/systems/texlive/tlnet/
(2) 升级:
tlmgr update --listtlmgr update --all # Aggressive so
(3) 搜索并安装:
tlmgr search --global --file ${WhateverYouNeed}.stytlmgr install ${WhateverYouNeed}
有些小众的包太折腾了,CTAN 都找不到,只能直接网络下载,放在编译目录。
