Skip to content

Commit

Permalink
convert to new custom cls/sty
Browse files Browse the repository at this point in the history
  • Loading branch information
nredick committed Oct 8, 2024
1 parent d367321 commit 51b5895
Show file tree
Hide file tree
Showing 11 changed files with 1,056 additions and 475 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ jobs:
env:
# Edit here with the names of your latex file and directory (can use ".")
DIR: .
FILE: cv
FILE: resume
steps:
- name: Set up Git repository
uses: actions/checkout@v2
- name: cv
- name: resume
uses: dante-ev/latex-action@latest
with:
root_file: ${{ env.FILE }}
working_directory: ${{ env.DIR }}
# compiler: lualatex
compiler: lualatex
- name: move
run: mkdir -p github_artifacts && mv ${{ env.DIR }}/${{ env.FILE }}.pdf ./github_artifacts/
- name: Upload pdf as artifact
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -301,4 +301,6 @@ TSWLatexianTemp*
# REVTeX puts footnotes in the bibliography by default, unless the nofootinbib
# option is specified. Footnotes are the stored in a file with suffix Notes.bib.
# Uncomment the next line to have this generated file ignored.
#*Notes.bib
#*Notes.bib

old/
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2024 Nathalie Redick

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
![build](https://github.com/nredick/portfolio/actions/workflows/build.yml/badge.svg
)
![build](https://github.com/nredick/resume-template/actions/workflows/build.yaml/badge.svg)

# Curriculum Vitae
# `resume-template`

This repository contains the LaTeX source code for my CV and hosts the most recent version of my CV [here](https://nedick.github.io/portfolio/cv.pdf).

> This repository was inspired by [jitinnair1/autoCV](https://github.com/jitinnair1/autoCV). The $\LaTeX$ source code is my own.
This repo's Github Workflow setup was inspired by [jitinnair1/autoCV](https://github.com/jitinnair1/autoCV). The $\LaTeX$ source code is my own.
Binary file removed cv.pdf
Binary file not shown.
Loading

0 comments on commit 51b5895

Please sign in to comment.