https://github.com/ethanjameslew/elew-cv
my cv
https://github.com/ethanjameslew/elew-cv
Last synced: 3 months ago
JSON representation
my cv
- Host: GitHub
- URL: https://github.com/ethanjameslew/elew-cv
- Owner: EthanJamesLew
- Created: 2023-07-29T23:54:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-02T22:57:04.000Z (6 months ago)
- Last Synced: 2025-06-16T23:07:27.669Z (4 months ago)
- Language: TeX
- Homepage: https://ethanjameslew.github.io/elew-cv/elew-cv.pdf
- Size: 558 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ethan Lew's Resume
This repository contains the LaTeX source code for my (Ethan Lew's) resume.
## Access The Resume
The compiled resume is automatically built and deployed to GitHub Pages whenever there are new commits to the `main` branch. It can be accessed at the following URL:
[https://EthanJamesLew.github.io/elew-cv/elew-cv.pdf](https://EthanJamesLew.github.io/elew-cv/elew-cv.pdf)
## Local Build Instructions
To compile the LaTeX document to a PDF locally, follow these steps:
1. Install a LaTeX distribution (e.g., [TeX Live](https://www.tug.org/texlive/) or [MiKTeX](https://miktex.org/)) if you haven't done so already.
2. Clone this repository to your local machine:
```bash
git clone https://github.com/EthanJamesLew/elew-cv.git
```Replace `EthanJamesLew` and `elew-cv` with your actual GitHub username and repository name.
3. Navigate to the repository's directory:
```bash
cd elew-cv
```Replace `elew-cv` with your actual repository name.
4. Compile the LaTeX document to a PDF:
```bash
pdflatex elew-cv.tex
bibtex elew-cv.aux
pdflatex elew-cv.tex
pdflatex elew-cv.tex
```5. The compiled PDF (named `elew-cv.pdf`) should now be in the same directory.