Hacker News new | ask | show | jobs
by wazari972 2691 days ago
if ever you already know LaTeX, you can use the simple programming constructs (if/then/else) to generate different CVs by switching flags

actually, in Linux, I used file links (multiple filename pointing to the same file content) to active different booleanflags, eg cv-paper.tex, cv-anonymous.tex, ...

1 comments

Seems like a nice idea, but still looks like a lot of manual work..