blob: 87e2f29c21ab32d34af9e03164894b34f62ba77f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
###
@Include{ cvdoc }
@SysInclude{ tbl }
###
def @MyColour right t { { cmyk 0 0.6 0.8 0 } @Colour t }
###
@Document
//
@Text @Begin
@Display { @MyColour { 16p } @Font @B{ Curriculum Vitae } }
@Include { self.lou }
@PP
@Include { motivations.lou }
@PP
@Include { experiences.lou }
@PP
@Include { formations.lou }
@End @Text
|