Skip to content

Commit 6dec587

Browse files
committed
Update sample to include references
1 parent 6312308 commit 6dec587

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sample.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ \section{Introduction}
2222
\begin{equation}
2323
\rho \left( \frac{\partial \mathbf{u}}{\partial t} + \mathbf{u} \cdot \nabla \mathbf{u} \right) =
2424
-\nabla P + \eta \nabla^2 \mathbf{u} + \rho \mathbf{g}.
25+
\label{eq:NavierStokes}
2526
\end{equation}
2627
\\
2728
\\
@@ -36,6 +37,8 @@ \section{Introduction}
3637
\end{tabular}
3738
\end{center}
3839

40+
We can reference equations by their numbers, i.e. Equation (\ref{eq:NavierStokes}).
41+
3942
\subsection{We can add new subsections}
4043
And we can include images, such as the Jupyter logo:
4144
\begin{center}

0 commit comments

Comments
 (0)