Compile with Command (Support Chinese)

This file describes some steps that compiling Latex and generating pdf with command.

latex + dvipdfmx

First, we should open Windows command with inputing cmd. Then, type the following instructions step by step.

> notepad main.tex
result: open new file with notepad.

% Type these sentences into this file.
> \documentclass{article}
  \begin{document}
  Hello \LaTeX.
  \end{document}
% Save and close this file.

> latex main.tex
> dvipdfmx main.dvi
> main.pdf

Now, we finish compiling Latex and generating pdf file.

xelatex

xelatex supports utf-8, which meanings that you can write with Chinese. Try the following instructions.

> notepad main.tex
result: open new file with notepad.

% Type these sentences into this file.
> \documentclass{article}
  \begin{document}
  Hello \LaTeX.
  \end{document}
% Save and close this file.

> xelatex main.tex
> main.pdf
  • Now we introduce how to write and compile with Chinese.
% Open a new file refer to above mentioned.
% Type these these sentences.

> \documentclass{article}
> \usepackage{ctex}
> \begin{document}
> 你好 \LaTeX.
> \end{document}

% Note that save this file with utf-8 encoding.

> xelatex
> main.tex

The following shows result.


demo.jpg
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • 姓名:魏正君《六项精进》第270期感谢2组 公司:绵阳大北农农牧科技有限公司 【日精进打卡第165天】 【知~学习...
    莫心莫肺阅读 150评论 0 0
  • 是点点滴滴
    啵啵哔哔阅读 185评论 0 0
  • 为什么,突然这个月跟小丑很有缘,你知道吗?突然的闯入我的生活中,突然的缘分,到底是我太自卑,太难过,太孤独,太妄想...
    月亮与五角钱阅读 68评论 0 0
  • 先生装修时就将阳台设计成休闲阳台,铺了户外防腐木,买了茶台,我配了休闲沙发,上周种上了花。 看书、喝茶、赏花,给自...
    老鹰liu阅读 277评论 0 0
  • 照片是记录生活美好的方式,不过微信、微博的晒照模式总是千篇一律的九宫格,缺少创作的趣味。画报是一款注重图片与文字的...
    最美应用阅读 600评论 0 4