]> git.friedersdorff.com Git - max/cv.git/blob - cv.style
Add some info about environment systems tenure
[max/cv.git] / cv.style
1 {
2   "embeddedFonts" : [ ],
3   "pageSetup" : {
4     "size": "A4",
5     "width": null,
6     "height": null,
7     "margin-top": "2cm",
8     "margin-bottom": "2cm",
9     "margin-left": "2cm",
10     "margin-right": "2cm",
11     "margin-gutter": "0cm",
12     "spacing-header": "5mm",
13     "spacing-footer": "5mm",
14     "firstTemplate": "oneColumn"
15   },
16   "pageTemplates" : {
17     "coverPage": {
18         "frames": [
19             ["0cm", "0cm", "100%", "100%"]
20         ],
21         "showHeader" : false,
22         "showFooter" : false
23     },
24     "oneColumn": {
25         "frames": [
26             ["0cm", "0cm", "100%", "100%"]
27         ],
28         "showHeader" : true,
29         "showFooter" : true
30     },
31     "twoColumn": {
32         "frames": [
33             ["0cm", "0cm", "49%", "100%"],
34             ["51%", "0cm", "49%", "100%"]
35         ],
36         "showHeader" : true,
37         "showFooter" : true
38     },
39     "threeColumn": {
40         "frames": [
41             ["2%", "0cm", "29.333%", "100%"],
42             ["35.333%", "0cm", "29.333%", "100%"],
43             ["68.666%", "0cm", "29.333%", "100%"]
44         ],
45         "showHeader" : true,
46         "showFooter" : true
47     },
48     "cutePage": {
49         "frames": [
50             ["0%", "0%", "100%", "100%"]
51         ],
52         "showHeader" : true,
53         "showFooter" : true,
54         "defaultFooter" : "###Page###",
55         "defaultHeader" : "###Section###"
56     }
57   },
58   "fontsAlias" : {
59     "stdFont": "Helvetica",     
60     "stdBold": "Helvetica-Bold",
61     "stdItalic": "Helvetica-Oblique",
62     "stdBoldItalic": "Helvetica-BoldOblique",
63     "stdSans": "Helvetica",
64     "stdSansBold": "Helvetica-Bold",
65     "stdSansItalic": "Helvetica-Oblique",
66     "stdSansBoldItalic": "Helvetica-BoldOblique",
67     "stdMono": "Courier",
68     "stdMonoItalic": "Courier-Oblique",
69     "stdMonoBold": "Courier-Bold",
70     "stdMonoBoldItalic": "Courier-BoldOblique",
71     "stdSerif": "Times-Roman"
72   },
73   "linkColor" : "navy",
74   "styles" : [
75     [ "base" , {
76       "parent": null,
77       "fontName": "stdFont",
78       "fontSize":10,
79       "leading":12,
80       "leftIndent":0,
81       "rightIndent":0,
82       "firstLineIndent":0,
83       "alignment":"TA_LEFT",
84       "spaceBefore":0,
85       "spaceAfter":0,
86       "bulletFontName":"stdFont",
87       "bulletFontSize":10,
88       "bulletIndent":0,
89       "textColor": "black",
90       "backColor": null,
91       "wordWrap": null,
92       "borderWidth": 0,
93       "borderPadding": 0,
94       "borderColor": null,
95       "borderRadius": null,
96       "allowWidows": false,
97       "allowOrphans": false,
98       "hyphenation": false,
99       "kerning": false
100     }] ,
101     ["normal" , {
102       "parent": "base"
103     }],
104     ["title-reference" , {
105       "parent": "normal",
106       "fontName": "stdItalic"
107     }],
108     ["bodytext" , {
109       "parent": "normal",
110       "spaceBefore": 6,
111       "alignment": "TA_JUSTIFY",
112       "hyphenation": true
113     }],
114     ["toc" , {
115       "parent": "normal"
116     }],
117     ["blockquote" , {
118       "parent": "bodytext",
119       "leftIndent": 20
120     }],
121     ["lineblock" , {
122       "parent": "bodytext"
123     }],
124     ["toc1" , {
125       "parent": "toc",
126       "fontName": "stdBold"
127     }],
128     ["toc2" , {
129       "parent": "toc",
130       "leftIndent": 20
131     }],
132     ["toc3" , {
133       "parent": "toc",
134       "leftIndent": 40
135     }],
136     ["toc4" , {
137       "parent": "toc",
138       "leftIndent": 60
139     }],
140     ["toc5" , {
141       "parent": "toc",
142       "leftIndent": 80
143     }],
144     ["toc6" , {
145       "parent": "toc",
146       "leftIndent": 100
147     }],
148     ["toc7" , {
149       "parent": "toc",
150       "leftIndent": 100
151     }],
152     ["toc8" , {
153       "parent": "toc",
154       "leftIndent": 100
155     }],
156     ["toc9" , {
157       "parent": "toc",
158       "leftIndent": 100
159     }],
160     ["toc10" , {
161       "parent": "toc",
162       "leftIndent": 100
163     }],
164     ["toc11" , {
165       "parent": "toc",
166       "leftIndent": 100
167     }],
168     ["toc12" , {
169       "parent": "toc",
170       "leftIndent": 100
171     }],
172     ["toc13" , {
173       "parent": "toc",
174       "leftIndent": 100
175     }],
176     ["toc14" , {
177       "parent": "toc",
178       "leftIndent": 100
179     }],
180     ["toc15" , {
181       "parent": "toc",
182       "leftIndent": 100
183     }],
184     ["footer" , {
185       "parent": "normal",
186       "alignment": "TA_CENTER"
187     }],
188     ["header" , {
189       "parent": "normal",
190       "alignment": "TA_CENTER"
191     }],
192     ["attribution" , {
193       "parent": "bodytext",
194       "alignment": "TA_RIGHT"
195     }],
196     ["figure" , {
197       "parent": "bodytext",
198       "alignment": "TA_CENTER"
199     }],
200     ["figure-caption" , {
201       "parent": "bodytext",
202       "fontName": "stdItalic",
203       "alignment": "TA_CENTER"
204     }],
205     ["figure-legend" , {
206       "parent": "bodytext",
207       "alignment": "TA_CENTER"
208     }],
209     ["bullet-list", {
210       "parent": "bodytext",
211       "commands": [
212             [ "VALIGN", [ 0, 0 ], [ -1, -1 ], "TOP" ],
213             [ "RIGHTPADDING", [ 0, 0 ], [ 1, -1 ], 0 ] 
214         ], 
215         "colWidths": ["20",null]
216     }],
217     ["bullet-list-item" , {
218       "parent": "bodytext"
219     }],
220     ["item-list", { 
221       "parent": "bodytext",
222       "commands": [
223             [ "VALIGN", [ 0, 0 ], [ -1, -1 ], "TOP" ], 
224             [ "RIGHTPADDING", [ 0, 0 ], [ 1, -1 ], 0 ] 
225         ],
226         "colWidths": ["20pt",null]
227     }],
228     ["item-list-item" , {
229       "parent": "bodytext"
230     }],
231     ["definition-list-term" , {
232       "parent": "normal",
233       "fontName": "stdBold",
234       "spaceBefore": 4,
235       "spaceAfter": 0,
236       "keepWithNext": true
237     }],
238     ["definition-list-classifier" , {
239       "parent": "normal",
240       "fontName": "stdItalic"
241     }],
242     ["definition" , {
243       "parent": "bodytext",
244       "firstLineIndent": 0,
245       "bulletIndent": 0,
246       "spaceBefore": 0
247     }],
248     ["fieldname" , {
249       "parent": "bodytext",
250       "alignment": "TA_RIGHT",
251       "fontName": "stdBold"
252     }],
253     ["fieldvalue" , {
254       "parent": "bodytext"
255     }],
256     ["rubric" , {
257       "parent": "bodytext",
258       "textColor": "darkred",
259       "alignment": "TA_CENTER"
260     }],
261     ["italic" , {
262       "parent": "bodytext",
263       "fontName": "stdItalic"
264     }],
265     ["heading" , {
266       "parent": "normal",
267       "keepWithNext": true,
268       "spaceBefore": 12,
269       "spaceAfter": 6
270     }],
271     ["title" , {
272       "parent": "heading",
273       "fontName": "stdBold",
274       "fontSize": "200%",
275       "alignment": "TA_CENTER",
276       "keepWithNext": false,
277       "spaceAfter": 10
278     }],
279     ["subtitle" , {
280       "parent": "title",
281       "spaceBefore": 12,
282       "fontSize": "75%"
283     }],
284     ["heading1" , {
285       "parent": "heading",
286       "fontName": "stdBold",
287       "fontSize": "175%"
288     }],
289     ["heading2" , {
290       "parent": "heading",
291       "fontName": "stdBold",
292       "fontSize": "150%"
293     }],
294     ["heading3" , {
295       "parent": "heading",
296       "fontName": "stdBoldItalic",
297       "fontSize": "125%"
298     }],
299     ["heading4" , {
300       "parent": "heading",
301       "fontName": "stdBoldItalic"
302     }],
303     ["heading5" , {
304       "parent": "heading",
305       "fontName": "stdBoldItalic"
306     }],
307     ["heading6" , {
308       "parent": "heading",
309       "fontName": "stdBoldItalic"
310     }],
311     ["topic-title" , {
312       "parent": "heading3"
313     }],
314     ["sidebar-title" , {
315       "parent": "heading3"
316     }],
317     ["sidebar-subtitle" , {
318       "parent": "heading4"
319     }],
320     ["sidebar" , {
321       "float": "none",
322       "width": "100%",
323       "parent": "normal",
324       "backColor": "beige",
325       "borderColor": "darkgray",
326       "borderPadding": 8,
327       "borderWidth": 0.5
328     }],
329     ["admonition" , {
330       "parent": "normal",
331       "spaceBefore": 12,
332       "spaceAfter": 6,
333       "borderPadding": [16,16,16,16],
334       "backColor": "beige",
335       "borderColor": "darkgray",
336       "borderWidth": 0.5,
337       "commands":[
338             [ "VALIGN", [ 0, 0 ], [ -1, -1 ], "TOP" ]
339       ]
340     }],
341     ["attention" , {
342       "parent": "admonition"
343     }],
344     ["caution" , {
345       "parent": "admonition"
346     }],
347     ["danger" , {
348       "parent": "admonition"
349     }],
350     ["error" , {
351       "parent": "admonition"
352     }],
353     ["hint" , {
354       "parent": "admonition"
355     }],
356     ["important" , {
357       "parent": "admonition"
358     }],
359     ["note" , {
360       "parent": "admonition"
361     }],
362     ["tip" , {
363       "parent": "admonition"
364     }],
365     ["warning" , {
366       "parent": "admonition"
367     }],
368     ["admonition-title" , {
369       "parent": "heading3"
370     }],
371     ["admonition-heading" , {
372       "parent": "heading3"
373     }],
374     ["attention-heading" , {
375       "parent": "admonition-heading"
376     }],
377     ["caution-heading" , {
378       "parent": "admonition-heading"
379     }],
380     ["danger-heading" , {
381       "parent": "admonition-heading"
382     }],
383     ["error-heading" , {
384       "parent": "admonition-heading"
385     }],
386     ["hint-heading" , {
387       "parent": "admonition-heading"
388     }],
389     ["important-heading" , {
390       "parent": "admonition-heading"
391     }],
392     ["note-heading" , {
393       "parent": "admonition-heading"
394     }],
395     ["tip-heading" , {
396       "parent": "admonition-heading"
397     }],
398     ["warning-heading" , {
399       "parent": "admonition-heading"
400     }],
401     ["literal" , {
402       "parent": "normal",
403       "fontName": "stdMono",
404       "firstLineIndent": 0,
405       "hyphenation": false
406     }],
407     ["aafigure" , {
408       "parent": "literal"
409     }],
410     ["table" , {
411       "spaceBefore":0,
412       "spaceAfter":0,
413       "alignment": "TA_CENTER",
414       "commands": [
415             [ "VALIGN", [ 0, 0 ], [ -1, -1 ], "TOP" ], 
416             [ "ROWBACKGROUNDS", [0, 0], [-1, -1], ["#E0E0E0","#E0E0E0"]],
417             [ "BOX", [ 0, 0 ], [ -1, -1 ], 0.5, "black" ]
418       ]
419     }],
420     ["table-title" , {
421       "parent" : "heading4",
422       "alignment" : "TA_CENTER"
423     }],
424     ["table-heading" , {
425       "parent" : "heading",
426       "backColor" : "beige",
427       "alignment" : "TA_CENTER",
428       "valign" : "BOTTOM",
429       "borderPadding" : 0
430     }],
431     ["table-body", {
432       "parent" : "normal"
433     }],
434     ["dedication" , {
435       "parent" : "normal"
436     }],
437     ["abstract" , {
438       "parent" : "normal"
439     }],
440     ["contents" , {
441       "parent" : "normal"
442     }],
443     ["tableofcontents" , {
444       "parent" : "normal"
445     }],
446     ["code" , {
447       "parent": "literal",
448       "leftIndent": 0,
449       "spaceBefore": 8,
450       "spaceAfter": 8,
451       "backColor": "beige",
452       "borderColor": "darkgray",
453       "borderWidth": 0.5,
454       "borderPadding": 6
455     }],
456     ["pygments-n" , {"parent": "code"}],
457     ["pygments-nx" , {"parent": "code"}],
458     ["pygments-p" , {"parent": "code"}],
459     ["pygments-hll", {"parent": "code", "backColor": "#ffffcc"}],
460     ["pygments-c", {"textColor": "#008800", "parent": "code"}],
461     ["pygments-err", {"parent": "code"}],
462     ["pygments-k", {"textColor": "#AA22FF", "parent": "code"}],
463     ["pygments-o", {"textColor": "#666666", "parent": "code"}],
464     ["pygments-cm", {"textColor": "#008800", "parent": "code"}],
465     ["pygments-cp", {"textColor": "#008800", "parent": "code"}],
466     ["pygments-c1", {"textColor": "#008800", "parent": "code"}],
467     ["pygments-cs", {"textColor": "#008800", "parent": "code"}],
468     ["pygments-gd", {"textColor": "#A00000", "parent": "code"}],
469     ["pygments-ge", {"parent": "code"}],
470     ["pygments-gr", {"textColor": "#FF0000", "parent": "code"}],
471     ["pygments-gh", {"textColor": "#000080", "parent": "code"}],
472     ["pygments-gi", {"textColor": "#00A000", "parent": "code"}],
473     ["pygments-go", {"textColor": "#808080", "parent": "code"}],
474     ["pygments-gp", {"textColor": "#000080", "parent": "code"}],
475     ["pygments-gs", {"parent": "code"}],
476     ["pygments-gu", {"textColor": "#800080", "parent": "code"}],
477     ["pygments-gt", {"textColor": "#0040D0", "parent": "code"}],
478     ["pygments-kc", {"textColor": "#AA22FF", "parent": "code"}],
479     ["pygments-kd", {"textColor": "#AA22FF", "parent": "code"}],
480     ["pygments-kn", {"textColor": "#AA22FF", "parent": "code"}],
481     ["pygments-kp", {"textColor": "#AA22FF", "parent": "code"}],
482     ["pygments-kr", {"textColor": "#AA22FF", "parent": "code"}],
483     ["pygments-kt", {"textColor": "#00BB00", "parent": "code"}],
484     ["pygments-m", {"textColor": "#666666", "parent": "code"}],
485     ["pygments-s", {"textColor": "#BB4444", "parent": "code"}],
486     ["pygments-na", {"textColor": "#BB4444", "parent": "code"}],
487     ["pygments-nb", {"textColor": "#AA22FF", "parent": "code"}],
488     ["pygments-nc", {"textColor": "#0000FF", "parent": "code"}],
489     ["pygments-no", {"textColor": "#880000", "parent": "code"}],
490     ["pygments-nd", {"textColor": "#AA22FF", "parent": "code"}],
491     ["pygments-ni", {"textColor": "#999999", "parent": "code"}],
492     ["pygments-ne", {"textColor": "#D2413A", "parent": "code"}],
493     ["pygments-nf", {"textColor": "#00A000", "parent": "code"}],
494     ["pygments-nl", {"textColor": "#A0A000", "parent": "code"}],
495     ["pygments-nn", {"textColor": "#0000FF", "parent": "code"}],
496     ["pygments-nt", {"textColor": "#008000", "parent": "code"}],
497     ["pygments-nv", {"textColor": "#B8860B", "parent": "code"}],
498     ["pygments-ow", {"textColor": "#AA22FF", "parent": "code"}],
499     ["pygments-w", {"textColor": "#bbbbbb", "parent": "code"}],
500     ["pygments-mf", {"textColor": "#666666", "parent": "code"}],
501     ["pygments-mh", {"textColor": "#666666", "parent": "code"}],
502     ["pygments-mi", {"textColor": "#666666", "parent": "code"}],
503     ["pygments-mo", {"textColor": "#666666", "parent": "code"}],
504     ["pygments-sb", {"textColor": "#BB4444", "parent": "code"}],
505     ["pygments-sc", {"textColor": "#BB4444", "parent": "code"}],
506     ["pygments-sd", {"textColor": "#BB4444", "parent": "code"}],
507     ["pygments-s2", {"textColor": "#BB4444", "parent": "code"}],
508     ["pygments-se", {"textColor": "#BB6622", "parent": "code"}],
509     ["pygments-sh", {"textColor": "#BB4444", "parent": "code"}],
510     ["pygments-si", {"textColor": "#BB6688", "parent": "code"}],
511     ["pygments-sx", {"textColor": "#008000", "parent": "code"}],
512     ["pygments-sr", {"textColor": "#BB6688", "parent": "code"}],
513     ["pygments-s1", {"textColor": "#BB4444", "parent": "code"}],
514     ["pygments-ss", {"textColor": "#B8860B", "parent": "code"}],
515     ["pygments-bp", {"textColor": "#AA22FF", "parent": "code"}],
516     ["pygments-vc", {"textColor": "#B8860B", "parent": "code"}],
517     ["pygments-vg", {"textColor": "#B8860B", "parent": "code"}],
518     ["pygments-vi", {"textColor": "#B8860B", "parent": "code"}],
519     ["pygments-il", {"textColor": "#666666", "parent": "code"}],
520     
521      [ "endnote", {
522          "parent": "bodytext",
523          "commands": [
524             [ "VALIGN", [ 0, 0 ], [ -1, -1 ], "TOP" ],
525             [ "TOPPADDING", [ 0, 0 ], [ -1, -1 ], 0 ], 
526             [ "BOTTOMPADDING", [ 0, 0 ], [ -1, -1 ], 0 ], 
527             [ "RIGHTPADDING", [ 0, 0 ], [ 1, -1 ], 0 ] 
528         ], 
529         "colWidths": ["3cm",null]
530     }],
531     [ "field-list", {
532          "parent": "bodytext",
533          "commands": [
534             [ "VALIGN", [ 0, 0 ], [ -1, -1 ], "TOP" ], 
535             [ "TOPPADDING", [ 0, 0 ], [ -1, -1 ], 0 ]
536         ], 
537         "colWidths": ["3cm",null],
538         "spaceBefore": 6
539     }],
540     [ "option-list", {
541          "commands": [
542             [ "VALIGN", [ 0, 0 ], [ -1, -1 ], "TOP" ], 
543             [ "TOPPADDING", [ 0, 0 ], [ -1, -1 ], 0 ]
544         ],
545         "colWidths": [null,null]
546     }]
547   ]
548 }