latex在编译公式_如何在Linux上编译Latex

本文介绍了如何在Linux系统,特别是Fedora上安装必要的LaTeX包,并提供了一种使用bibtex编译 LaTeX 文档的方法。通过简单的Makefile可以实现自动编译,生成PDF文件。此外,还提到了用ps2pdf转换PS文件到PDF的选项。
摘要由CSDN通过智能技术生成

latex在编译公式

How to compile Latex on Linux, and what’s the needed packages?

如何在Linux上编译Latex ,需要什么软件包?

On Fedora, the packages needed can be simply installed via:

在Fedora上,所需的软件包可以通过以下方式简单地安装:

# yum install texlive* dvipdfmx

To compile a latex document (say doc.tex) with bibtex used:

使用bibtex编译乳胶文档(例如doc.tex):

$ latex doc
$ bibtex doc
$ latex doc
$ latex doc
$ dvips doc.dvi
$ ps2pdf doc.ps

The doc.pdf will be generated.

将会生成doc.pdf。

A simple Makefile for automatically compiling the Latex document can be found here: https://www.systutorials.com/b/linux/1643/a-simple-makefile-for-latex/

可在此处找到用于自动编译Latex文档的简单Makefile: https : //www.systutorials.com/b/linux/1643/a-simple-makefile-for-latex/

We can specify more options to ps2pdf: How to convert a ps file to a pdf file.

我们可以为ps2pdf指定更多选项: 如何将ps文件转换为pdf文件

Answered by anonymous.
匿名回答。

翻译自: https://www.systutorials.com/how-to-compile-latex-on-linux/

latex在编译公式

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值