Skip to content

Commit

Permalink
example content removed
Browse files Browse the repository at this point in the history
  • Loading branch information
PennyHow committed May 3, 2024
1 parent c4f8467 commit 3b9d131
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,36 +29,15 @@ bibliography: paper.bib

Citations to entries in paper.bib should be in [rMarkdown](http://rmarkdown.rstudio.com/authoring_bibliographies_and_citations.html) format.

If you want to cite a software repository URL (e.g. something on GitHub without a preferred citation) then you can do it with the example BibTeX entry below for @fidgit.

For a quick reference, the following citation commands can be used:
- `@fausto-programme-2021` -> "Author et al. (2001)"
- `[@fausto-programme-2021]` -> "(Author et al., 2001)"
- `[@how-2021; @fausto-programme-2021]` -> "(Author1 et al., 2001; Author2 et al., 2002)"

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.$$

You can also use plain \LaTeX for equations
\begin{equation}\label{eq:fourier}
\hat f(\omega) = \int_{-\infty}^{\infty} f(x) e^{i\omega x} dx
\end{equation}

Figures can be included like this:

![Caption for example figure.\label{fig:example}](https://raw.githubusercontent.com/PennyHow/GrIML/blob/main/other/reporting/figures/workflow_revised.jpg)

and referenced from text using \autoref{fig:example}.

Figure sizes can be customized by adding an optional second parameter:
![Caption for example figure.\label{fig:example}](https://raw.githubusercontent.com/PennyHow/GrIML/blob/main/other/reporting/figures/workflow_revised.jpg){ width=20% }

![Caption for example figure.](https://raw.githubusercontent.com/PennyHow/GrIML/blob/main/other/reporting/figures/workflow_revised.jpg){ width=20% }


# Statement of need
Expand Down

0 comments on commit 3b9d131

Please sign in to comment.