From abfe6a720a0efd92e8dcae4246864887e4c43276 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Sat, 23 Feb 2019 13:29:43 +0000 Subject: [PATCH] Add stylesheet Taken from https://gist.githubusercontent.com/ibayer/4413746/raw/21dcd3afd009fce071e65aa27b89a4ab5a98e895/gistfile1.txt --- cv.style | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/cv.style b/cv.style index 496d18f..32479a9 100644 --- a/cv.style +++ b/cv.style @@ -101,7 +101,7 @@ ["normal" , { "parent": "base" }], - ["title_reference" , { + ["title-reference" , { "parent": "normal", "fontName": "stdItalic" }], @@ -206,7 +206,7 @@ "parent": "bodytext", "alignment": "TA_CENTER" }], - ["bullet_list", { + ["bullet-list", { "parent": "bodytext", "commands": [ [ "VALIGN", [ 0, 0 ], [ -1, -1 ], "TOP" ], @@ -214,10 +214,10 @@ ], "colWidths": ["20",null] }], - ["bullet_list_item" , { + ["bullet-list-item" , { "parent": "bodytext" }], - ["item_list", { + ["item-list", { "parent": "bodytext", "commands": [ [ "VALIGN", [ 0, 0 ], [ -1, -1 ], "TOP" ], @@ -225,17 +225,17 @@ ], "colWidths": ["20pt",null] }], - ["item_list_item" , { + ["item-list-item" , { "parent": "bodytext" }], - ["definition_list_term" , { + ["definition-list-term" , { "parent": "normal", "fontName": "stdBold", "spaceBefore": 4, "spaceAfter": 0, "keepWithNext": true }], - ["definition_list_classifier" , { + ["definition-list-classifier" , { "parent": "normal", "fontName": "stdItalic" }], @@ -528,7 +528,7 @@ ], "colWidths": ["3cm",null] }], - [ "field_list", { + [ "field-list", { "parent": "bodytext", "commands": [ [ "VALIGN", [ 0, 0 ], [ -1, -1 ], "TOP" ], @@ -537,7 +537,7 @@ "colWidths": ["3cm",null], "spaceBefore": 6 }], - [ "option_list", { + [ "option-list", { "commands": [ [ "VALIGN", [ 0, 0 ], [ -1, -1 ], "TOP" ], [ "TOPPADDING", [ 0, 0 ], [ -1, -1 ], 0 ] @@ -546,4 +546,3 @@ }] ] } - -- 2.46.2