Skip to content

Commit

Permalink
Adding example maths
Browse files Browse the repository at this point in the history
Fixes #409
  • Loading branch information
arfon committed Aug 4, 2018
1 parent 30ee7dd commit 13f5543
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/submitting.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,26 @@ scientific explorations of forthcoming data releases from the *Gaia* mission
[@gaia] by students and experts alike. The source code for ``Gala`` has been
archived to Zenodo with the linked DOI: [@zenodo]
# Mathematics
Single dollars ($) are required for inline mathematics e.g. $f(x) = e^{\pi/x}$
Double dollars make self-standing equations:
$$\Theta(x) = \left\{\begin{array}{l}
0\textrm{ if } x < 0\cr
1\textrm{ else}
\end{array}\right.$$
# Citations
Citations to entries in paper.bib should be in
[rMarkdown](http://rmarkdown.rstudio.com/authoring_bibliographies_and_citations.html)
format.
# Figures
Figures can be included like this: ![Example figure.](figure.png)
# Acknowledgements
Expand Down

0 comments on commit 13f5543

Please sign in to comment.