Skip to content

Commit eadaad7

Browse files
committed
Document how to generate PDF.
1 parent f8b17b3 commit eadaad7

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

rosi_py/README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,26 @@ Remove:
1515

1616
$ conda remove -n rosi_py --all
1717

18+
## Exports
19+
20+
Export Jupyter notebook to LaTeX format:
21+
22+
$ jupyter nbconvert --to latex rosi_py.ipynb
23+
24+
Apply the following patch:
25+
26+
--- rosi_py.tex
27+
+++ rosi_py.tex
28+
@@ -141,8 +141,9 @@
29+
\def\gt{>}
30+
\def\lt{<}
31+
% Document parameters
32+
- \title{rosi\_py}
33+
-
34+
+ \title{Assessing the Safety of Rosiglitazone\\
35+
+ for the Treatment of Type 2 Diabetes}
36+
+ \author{Konstantinos Vamvourellis}
37+
38+
Generate PDF export:
39+
40+
$ pdflatex rosi_py.tex

0 commit comments

Comments
 (0)