Skip to content

Commit

Permalink
clarify usage of quations, closes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
nuest committed Apr 25, 2018
1 parent 5ff732f commit ed2bcc2
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions inst/rmarkdown/templates/copernicus_article/skeleton/skeleton.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,19 @@ The character * should not be applied as mutliplication sign

### Single-row equation

$$
Unnumbered equations (i.e. using `$$` and getting inline preview in RStudio) are not supported by Copernicus.

\begin{equation}
1 \times 1 \cdot 1 = 42
$$
\end{equation}

\begin{equation}
A = \pi r^2
\end{equation}

\begin{equation}
x=\frac{2b\pm\sqrt{b^{2}-4ac}}{2c}.
\end{equation}

### Multiline equation

Expand Down

0 comments on commit ed2bcc2

Please sign in to comment.