We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6312308 commit 6dec587Copy full SHA for 6dec587
sample.tex
@@ -22,6 +22,7 @@ \section{Introduction}
22
\begin{equation}
23
\rho \left( \frac{\partial \mathbf{u}}{\partial t} + \mathbf{u} \cdot \nabla \mathbf{u} \right) =
24
-\nabla P + \eta \nabla^2 \mathbf{u} + \rho \mathbf{g}.
25
+\label{eq:Navier–Stokes}
26
\end{equation}
27
\\
28
@@ -36,6 +37,8 @@ \section{Introduction}
36
37
\end{tabular}
38
\end{center}
39
40
+We can reference equations by their numbers, i.e. Equation (\ref{eq:Navier–Stokes}).
41
+
42
\subsection{We can add new subsections}
43
And we can include images, such as the Jupyter logo:
44
\begin{center}
0 commit comments