正经的 LaTeX入门

首次接触 $\LaTeX$ 还是一年之前敲数据科学和离散数学笔记的时候. 那个时候把关于概率论/离散数学的符号搞的透熟, 后来才发现有截图识别这种东西.

长久以来一直没有掌握 $\LaTeX$ 的正经使用, 是时候了.

原力与你同在

本文主要参考:

1. Writing your first piece of $\LaTeX$

The first step is to create a new LATEX project. You can do this on your own computer by creating a new .tex file; alternatively, you can start a new project in Overleaf.

Let’s start with the simplest working example, which can be opened directly in Overleaf:

\documentclass{article}
\begin{document}
First document. This is a simple example, with no 
extra parameters or packages included.
\end{document}

[ Open this example in Overleaf.](https://www.overleaf.com/docs?engine=pdflatex&snip_name=Simplest+working+example+LaTeX+document&snip=\documentclass{article} \begin{document} First+document.+This+is+a+simple+example%2C+with+no+ extra+parameters+or+packages+included. \end{document}) This example produces the following output.

$\large\text{to-be-continued}$.