【软件环境】
MiKTeX(本文选用 basic-miktex-21.12-x64)
https://miktex.org/
https://miktex.org/download/ctan/systems/win32/miktex/setup/windows-x64/basic-miktex-21.12-x64.exe
Texmaker(本文选用 Texmaker_5.1.2_Win_x64)
https://www.xm1math.net/texmaker/download.html
https://www.xm1math.net/texmaker/assets/files/Texmaker_5.1.2_Win_x64.msi
【原因说明】
网上常见的 LaTeX 的学习环境是 Texlive + TeXstudio。
但是,个人在使用过程中发现:
一、Texlive 太大,下载慢。且仅安装时间就常达两个小时左右,真接受不了。
二、TeXstudio 生成 pdf 文件的预览界面,没有我想像的那么漂亮。特别提醒的是,Texstudio这个编译器,推荐在Linux下工作的朋友使用,不推荐在Windows下使用。因为在Windows下,Texstudio除了非常丑陋之外,若遇到高分辨率的显示器,还会出现工具栏过小或者模糊的问题。
要知道,我仅仅是编写一些公式而已呀,犯不着用杀牛刀呀。
所以果断选择轻量级的 MiKTeX 及符合我审美的 Texmaker。
【测试代码】
\documentclass{article}
\title{A Test for TeXstudio}
\author{Dale}
\begin{document}
\maketitle
\tableofcontents
\section{Hello China} China is in East Asia.
\subsection{Hello Beijing} Beijing is the capital of China.
\subsubsection{Hello Dongcheng District}
\paragraph{Hello Tian'anmen Square}is in the center of Beijing
\subparagraph{Hello Chairman Mao} is in the center of Tian'anmen Square
\end{document}