Skip to content

duetosymmetry/cv

Repository files navigation

LaTeX build Latest build of LeoCStein.pdf Latest build of LeoCStein-NoPubs.pdf Latest build of LeoCStein-PubsOnly.pdf

Leo's curriculum vitae LaTeX source

Please feel free to clone this repo if you like the style and want to use it for your CV. If you're going to customize it, you need to know the layout of the contents:

  • LeoCStein.tex: The top-level file. Compiling this gives the full CV. However the sources for list of publications, list of talks, and contact info are in other files (listed below).
  • LeoCStein-NoPubs.tex: Another top-level file, which just sets a flag and includes the above. Generates a CV without pub list.
  • LeoCStein-PubsOnly.tex: Another top-level file. Generates just a publication list (with contact info header).

The following files are included by the above (they can not be compiled by themselves):

If you're going to use this repo as a starting point for your own CV, you'll probably have to change a bunch of filenames. If you're going to keep it on github and want the github action that builds the PDFs (badge links above) to work, then you'll want to change the corresponding file names in the .github/workflows/pdflatex.yml workflow file.