File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ LSST_Observing_Strategy_White_Paper.pdf
21
21
# *.ps
22
22
# *.eps
23
23
# *.pdf
24
+ thisversion.tex
24
25
25
26
# # Bibliography auxiliary files (bibtex/biblatex/biber):
26
27
* .bbl
Original file line number Diff line number Diff line change 1
1
language : ruby
2
2
rvm :
3
- - 1.9.3
3
+ - 1.9.3
4
4
script : /bin/bash whitepaper/travis.sh
5
5
before_install :
6
6
- sudo apt-get install -qq bc tcsh
7
- # - yes "" | sudo apt-add-repository ppa:texlive-backports/ppa
8
- # - sudo apt-get update -y
9
- # - sudo apt-get install -y
10
- # inkscape
11
- # texlive-fonts-recommended
12
- # texlive-latex-extra
13
- # texlive-latex-recommended
14
- # texlive-xetex
7
+ - yes "" | sudo apt-add-repository ppa:texlive-backports/ppa
8
+ - sudo apt-get update -y
9
+ - sudo apt-get install -y
10
+ inkscape
11
+ texlive-fonts-recommended
12
+ texlive-latex-extra
13
+ texlive-latex-recommended
14
+ texlive-xetex
15
15
# Finally, if it's the master branch being updated, force-push the
16
16
# resulting PDF to an otherwise empty "pdf" branch:
17
17
after_success : |
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ LSST_Observing_Strategy_White_Paper.pdf: version LSST_Observing_Strategy_White_P
20
20
pdflatex LSST_Observing_Strategy_White_Paper.tex
21
21
22
22
version :
23
- tcsh gen_version.csh --version 0.9
23
+ tcsh gen_version.csh --version 0.99
24
24
25
25
run : $(ARG ) _standalone.tex LSST_Observing_Strategy_White_Paper.sty $(BIBFILES ) $(TEXFILES )
26
26
pdflatex $(ARG ) _standalone.tex
You can’t perform that action at this time.
0 commit comments