latex 用于word_用于Latex的简单Makefile

latex 用于word

Compiling a latex documents may take several steps when bibtex is used with latex. However, this latex compilation process is the same for most documents. We can make it a template with Makefile so that simply running make will generate the dvi/ps/pdf files for us.

当bibtex与乳胶一起使用时,编译乳胶文档可能需要几个步骤。 但是,大多数文件的乳胶编译过程相同。 我们可以使用Makefile使其成为模板,以便仅运行make即可为我们生成dvi / ps / pdf文件。

A simple Makefile for using latex with bibtex enabled is as follows (replace the spaces with TAB at the beginning of each line).

使用启用了bibtex的乳胶的简单Makefile如下(在每行的开头用TAB替换空格)。

Download the Makefile directly: Makefile.

直接下载Makefile: Makefile

Please set “filename” as the main tex file’s name for your document project.

请设置“文件名”作为您的文档项目的主要tex文件名。

The Makefile first generates dvi by calling latex by 3 times and bibtex by 1 time and then generate the ps file and pdf files.

Makefile首先通过调用3次乳胶和1次bibtex来生成dvi,然后生成ps文件和pdf文件。

用法: (The usage:)

编译为pdf: (Compile to pdf:)
make
编译pdf文件并在Evince中阅读: (Compile pdf file and read it in Evince:)
make clean; make && make read

Or use Adobe Reader by:

或通过以下方式使用Adobe Reader:

make clean; make && make aread
清理临时文件: (Clean up temporary files:)
make clean

翻译自: https://www.systutorials.com/a-simple-makefile-for-latex/

latex 用于word

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值