Update to use scons.

This commit is contained in:
2022-11-26 15:04:35 +01:00
parent 3a73fb2c98
commit 9435842db8
70 changed files with 49 additions and 4 deletions

3
en/SConscript Normal file
View File

@ -0,0 +1,3 @@
Import("env")
env = env.Clone()
env.PDF("resume_cv.tex")