resumé: use one document per language

This commit is contained in:
Romain Paquet 2025-10-25 00:15:22 +02:00
parent 4249085236
commit 6fb0bbebbd
5 changed files with 23 additions and 21 deletions

3
resumé/all.typ Normal file
View file

@ -0,0 +1,3 @@
#import "main.typ": mkCV
#let languages = ("fr", "en")
#languages.map(mkCV).join()