博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
latex在编译公式_如何在Linux上编译Latex
阅读量:2525 次
发布时间:2019-05-11

本文共 620 字,大约阅读时间需要 2 分钟。

latex在编译公式

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

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

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

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

# yum install texlive* dvipdfmx

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

使用编译乳胶文档(例如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:

可在此处找到用于自动编译Latex文档的简单Makefile: :

We can specify more options to ps2pdf: .

我们可以为ps2pdf指定更多选项: 。

Answered by anonymous.
匿名回答。

翻译自:

latex在编译公式

转载地址:http://wpowd.baihongyu.com/

你可能感兴趣的文章
crm查询记录共享给了哪些人
查看>>
android windows 上JNI编程
查看>>
PHP中可变变量到底有什么用?
查看>>
谈一谈最近关闭的Kindle人论坛
查看>>
mysql 常用命令行
查看>>
PDF.NET数据开发框架 之SQL-MAP使用存储过程
查看>>
如何用eclipse运行导入的maven项目
查看>>
svn服务器安装
查看>>
arya使用流程
查看>>
最近要做的事
查看>>
maven 常用命令
查看>>
Hive-ORC文件存储格式(续)
查看>>
init()和onEnter()方法的区别
查看>>
Android_三种菜单介绍
查看>>
js常用方法之String对象方法扩展
查看>>
sqlserver 三大范式
查看>>
摄像机放缩控制的代码 转来看看的
查看>>
PAT_A1051
查看>>
关于设计:Actionscript 有关鼠标事件笔记
查看>>
Android之SurfaceView学习(一)
查看>>