LaTeX #01# Hello world

学习资料&准备

https://tug.org/begin.html

https://www.ctan.org/tex-archive/info/lshort/中下载中文教程,封面如下:

WIN10环境。先安装texlive,之前安装过一个M开头的不太好用。

Hello world程序

创建一个a.tex文件:

\documentclass{article}
\begin{document}
``Hello world!'' from \LaTeX.
\end{document}

编辑器我用的是Notepad++,为方便模块化可以用vscode。

启动命令行,用pdflatex命令编译这个程序,就可以得到一个pdf。

posted @ 2023-03-20 11:12  xkfx  阅读(38)  评论(0编辑  收藏  举报