Ubuntu安装使用latex

本文介绍了如何在Ubuntu或Debian系统中安装TeXLive和TeXMaker。TeXLive是一款全面的TeX发行版,可以帮助用户快速开始文档制作。TeXMaker是一款开源的LaTeX编辑器,适用于跨平台使用。文中还提供了生成PDF文件及查看的方法。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

TeX Live is a TeX distribution to get up and running with the TeX document production system. To install it, once you're in the terminal, enter the following command:

  sudo apt-get install texlive-full

INSTALL TEXMAKER

Now you need a text editor. I recommend using a specific editor for LaTeX. There are many text editors for LaTeX on the Internet as Kile, TeXworks, JLatexEditor, Gedit LaTeX Plugin, etc. My favorite text editor for Latex is Texmaker. Texmaker is a cross-platform open source LaTeX editor. To install it, go to the Ubuntu or Debian terminal and enter the following command:

  sudo apt-get install texmaker

使用:

  生成pdf文件 以及其他中间文件
    xelatex test.tex
    pdflatex test.tex

 

最佳使用命令:这样可以删除临时文件
  xelatex test.tex;latexmk -c test.tex

查看pdf:
  evince test.pdf

转载于:https://www.cnblogs.com/longriyao/p/8709799.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值