Weave
Weave
---
title : Test of a document with embedded Julia code and citations
date : 5th September 2018
bibliography: biblio.bib
---
# Section 1 (leave two rows from document headers)
This is a strong affermation that needs a citation [see @Lecocq:2011, pp. 33-35; @Caurla:2013b, ch. 1].
@Lobianco:2016b [pp. 8] affirms something else.
## Subsection 1.1
This should print a plot. Note that I am not showing the source code in the final PDF:
```{julia;echo=false}
using Plots
pyplot()
plot(sin, -2pi, pi, label="sine function")Subsubsection
References


Last updated