Skip to content

Commit 0db2a75

Browse files
authored
Merge pull request #2 from mkcor/setup-ci
Apply title/author patch automatically.
2 parents 2f64692 + f7da35a commit 0db2a75

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ install:
2626
script:
2727
# Your test script goes here
2828
- jupyter nbconvert --to latex rosi_py.ipynb
29+
- patch < title_author.diff
2930
- pdflatex rosi_py.tex
3031
- source deactivate
3132

rosi_py/title_author.diff

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
--- rosi_py.tex 2018-04-18 14:14:39.439388576 -0400
2+
+++ rosi_py.tex 2018-04-18 14:15:29.883386466 -0400
3+
@@ -141,8 +141,9 @@
4+
\def\gt{>}
5+
\def\lt{<}
6+
% Document parameters
7+
- \title{rosi\_py}
8+
-
9+
+ \title{Assessing the Safety of Rosiglitazone\\
10+
+ for the Treatment of Type 2 Diabetes}
11+
+ \author{Konstantinos Vamvourellis}
12+
13+
14+

0 commit comments

Comments
 (0)