Skip to content

Welcome to My Notebook!

约 132 个字 预计阅读时间不到 1 分钟

About

  • ✨ ZJU 本科23级 iseer

友链

mkdocs配置

Latex双斜杠无法换行
  1. 在latex公式前后分别加入
    \begin{gather}
    \end{gather}
    
  2. $$上下方均需一行空行

例:

$$
\begin{gather}
f(t)=f(\infty)+[f(0_{+})-f(\infty)]e^{-\frac{t}{\tau}} \\
g_m=\frac{I_s}{V_T}e^\frac{V}{V_T}=\frac{I_D}{V_T}
\end{gather}
$$

\[ \begin{gather} f(t)=f(\infty)+[f(0_{+})-f(\infty)]e^{-\frac{t}{\tau}} \\ g_m=\frac{I_s}{V_T}e^\frac{V}{V_T}=\frac{I_D}{V_T} \end{gather} \]