Skip to content

Commit 5794ade

Browse files
Automake PDF, version 0.99
1 parent 0b93cb0 commit 5794ade

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ LSST_Observing_Strategy_White_Paper.pdf
2121
# *.ps
2222
# *.eps
2323
# *.pdf
24+
thisversion.tex
2425

2526
## Bibliography auxiliary files (bibtex/biblatex/biber):
2627
*.bbl

.travis.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
language: ruby
22
rvm:
3-
- 1.9.3
3+
- 1.9.3
44
script: /bin/bash whitepaper/travis.sh
55
before_install:
66
- 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
1515
# Finally, if it's the master branch being updated, force-push the
1616
# resulting PDF to an otherwise empty "pdf" branch:
1717
after_success: |

whitepaper/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ LSST_Observing_Strategy_White_Paper.pdf: version LSST_Observing_Strategy_White_P
2020
pdflatex LSST_Observing_Strategy_White_Paper.tex
2121

2222
version:
23-
tcsh gen_version.csh --version 0.9
23+
tcsh gen_version.csh --version 0.99
2424

2525
run: $(ARG)_standalone.tex LSST_Observing_Strategy_White_Paper.sty $(BIBFILES) $(TEXFILES)
2626
pdflatex $(ARG)_standalone.tex

0 commit comments

Comments
 (0)