Skip to content

Simple tool to concatenate latex snippets to a full document, to enhance productivity when writing job applications.

Notifications You must be signed in to change notification settings

alexaquila/application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Application generator

Requirements

Latex

Needs pdflatex to run

Python

Run pip install -r requirements.txt

Examples

python generate.py -> generates the default cover letter and vitea in the out directory python generate.py personal -> generates the cover letter and vitea in the out directory, but applies overrides/extensions in subfolders with the name personal.

There can be a multiple of overrides applied, e.g. python generate.py personal company_x with the later overrides taking precedence

Parameters

-v: verbose latex output (spams the console but does show latex problems) -u: concatenate the output to one large file -> add the files referenced in the supplements/supplements file, or in ``supplements/supplements-{override}`, if there is such a file that matches an override

Automatic generating

It may be helpful to combine this with a file watcher, e.g. https://marketplace.visualstudio.com/items?itemName=appulate.filewatcher and configure it to change when a *.tex file changes.

About

Simple tool to concatenate latex snippets to a full document, to enhance productivity when writing job applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published