We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9aba82 + 96f16f4 commit a829c6cCopy full SHA for a829c6c
rosi_py/README.md
@@ -15,4 +15,26 @@ Remove:
15
16
$ conda remove -n rosi_py --all
17
18
-If you are running GNU/Linux, please see [spec-file.txt](./spec-file.txt).
+## 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
rosi_py/rosi_py.pdf
-2.54 KB
0 commit comments