正经的 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:

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

2. Typst

This is indeed intro to Typst.

Never Gonna Give You Up