Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
moutonjr committed Jun 8, 2020
0 parents commit 53a49da
Show file tree
Hide file tree
Showing 16 changed files with 369 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
*.pdf
*.aux
*.log
*.out
CV_Montel_full.pdf
personal.tex
34 changes: 34 additions & 0 deletions .travis.yml
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 added CV_Montel.pdf
Binary file not shown.
321 changes: 321 additions & 0 deletions CV_Montel.tex

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions README.md
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.
Binary file added Resource/CentraleSupelec.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resource/Engie.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resource/FORMIND.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resource/IBM.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resource/ISO.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resource/LSTI.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resource/Rezo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resource/SNCF.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resource/THALES.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resource/Wikipedia.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resource/photo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 53a49da

Please sign in to comment.