zoukankan      html  css  js  c++  java
  • ubuntu安装texlive2019

    1、下载texlive2019的iso文件,清华镜像地址:https://mirrors.tuna.tsinghua.edu.cn/CTAN/systems/texlive/Images/texlive2019-20190410.iso

    2、挂载后,进入目录,有一个安装文件:install-tl

    3、用sudo权限运行,./install-tl

    4、有时候,因为权限问题无法安装到/usr/local目录下,需要按“D",修改到HOME目录,这样就有权限了。

    5、修改后,就可运行”I“,命令进行安装了,大约有3000+的文件。

    6、仔细的按install-tl的提示,写的很清楚的。ok

    Welcome to TeX Live!
    
    
    See /home/jack/texlive/2019/index.html for links to documentation.
    The TeX Live web site (https://tug.org/texlive/) contains any updates and
    corrections. TeX Live is a joint project of the TeX user groups around the
    world; please consider supporting it by joining the group best for you. The
    list of groups is available on the web at https://tug.org/usergroups.html.
    
    
    Add /home/jack/texlive/2019/texmf-dist/doc/man to MANPATH.
    Add /home/jack/texlive/2019/texmf-dist/doc/info to INFOPATH.
    Most importantly, add /home/jack/texlive/2019/bin/x86_64-linux
  • 相关阅读:
    YOLOv5目标检测源码重磅发布了!
    CSS文本
    CSS3:透明度
    CSS3:HSL和HSLA
    颜色-背景色
    颜色-前景色
    列表 图像 链接
    CSS简介
    标记和插入音频视频
    表单
  • 原文地址:https://www.cnblogs.com/litifeng/p/11617404.html
Copyright © 2011-2022 走看看