Skip to content

Procsiab/latex-resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LaTeX Resume

Build Status Website License

This is a repository for my resume project, integrated into my CD server.

Project structure

  • main.tex: main file containing preamble, title and content inclusions;
  • content.tex: pure content file, without boilerplate code;
  • title.tex: file containing the style for the document.

Get the PDF version

The PDF file is built through a continues delivery system, which ensures the latest code is compiled to a document.

The CD server published the build product at this address, where documents from other integrated repositories will be uploaded.

I've chose Drone as the CD server because its ease of set up through Linux Containers; the base image used during the compile step is a custom TexLive install, which you can learn more about here.

Compiling the code

You may just use the make all command in the repository's root and you will get the PDF file in the pdf folder. The requirements to compile are the following:

  • a texlive installation newer than 2019;
  • make;
  • latexmk.

The *devel branch

In the devel branch there will be the work in progress for this document.

About

My resume project in LaTeX

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published