-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
moutonjr
committed
Jun 8, 2020
0 parents
commit 53a49da
Showing
16 changed files
with
369 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
*.aux | ||
*.log | ||
*.out | ||
CV_Montel_full.pdf | ||
personal.tex |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
os: linux | ||
|
||
# we use the R VM because it contains LaTeX and pandoc | ||
language: r | ||
sudo: required | ||
apt_packages: | ||
- pdf2djvu | ||
|
||
script: | ||
# in the next step we use pdflatex to convert .tex to .pdf | ||
# of course we could use pandoc for this also, but pdflatex generates nicer PDFs | ||
- pdflatex -interaction=nonstopmode CV_Montel.tex | ||
|
||
# now we convert the pdf file to a much smaller djvu document | ||
- pdf2djvu -d 1200 -o CV_Montel.djvu CV_Montel.pdf | ||
after_success: | ||
|
||
deploy: | ||
# provider releases means GitHub Releases | ||
provider: releases | ||
api_key: $GITHUB_OAUTH_TOKEN | ||
|
||
# Travis CI public key encrypted GitHub oauth key for pushing to GitHub Releases | ||
secure: TODO | ||
|
||
# the list of files to upload | ||
file: | ||
- "CV_Montel.pdf" | ||
- "CV_Montel.djvu" | ||
skip_cleanup: true | ||
on: | ||
tags: true | ||
repo: moutonjr/CV_LaTeX | ||
|
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
CV de Geoffrey Montel | ||
---------------------- | ||
|
||
Vous pourrez trouver dans ce dépôt mon CV au format PDF ainsi que les sources TEX. N'hésitez pas à fork-er si vous l'appréciez ! | ||
|
||
|
||
# CV | ||
Il se trouve dans la partie "Releases" de GitHub. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.