diff options
| -rw-r--r-- | config.json | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/config.json b/config.json new file mode 100644 index 0000000..4c0615c --- /dev/null +++ b/config.json @@ -0,0 +1,73 @@ +{ + "settings": { + "transcode": "roman" + }, + "diagrams": { + "show": "none" + }, + "pdf": { + "columnspace": 25, + "margintop": 70, + "headspace": 50, + "marginleft": 30, + "marginright": 30, + "labels": { + "comment": "comment" + }, + "fonts": { + "annotation": { + "file": "/usr/share/fonts/TTF/DejaVuSans-BoldOblique.ttf" + }, + "chord": { + "file": "/usr/share/fonts/TTF/DejaVuSans-BoldOblique.ttf", + "size": 11 + }, + "comment": { + "file": "/usr/share/fonts/TTF/DejaVuSans.ttf", + "size": 14 + }, + "comment_boxed": { + "file": "/usr/share/fonts/TTF/DejaVuSans.ttf" + }, + "comment_italic": { + "file": "/usr/share/fonts/TTF/DejaVuSans-Oblique.ttf" + }, + "diagram": { + "file": "/usr/share/fonts/TTF/DejaVuSans.ttf" + }, + "diagram_base": { + "file": "/usr/share/fonts/TTF/DejaVuSans.ttf" + }, + "empty": { + "file": "/usr/share/fonts/TTF/DejaVuSans.ttf" + }, + "footer": { + "file": "/usr/share/fonts/TTF/DejaVuSans.ttf" + }, + "grid": { + "file": "/usr/share/fonts/TTF/DejaVuSans-BoldOblique.ttf" + }, + "grid_margin": { + "file": "/usr/share/fonts/TTF/DejaVuSans.ttf" + }, + "label": { + "file": "/usr/share/fonts/TTF/DejaVuSans.ttf" + }, + "subtitle": { + "file": "/usr/share/fonts/TTF/DejaVuSans.ttf" + }, + "tab": { + "file": "/usr/share/fonts/TTF/DejaVuSans.ttf" + }, + "text": { + "file": "/usr/share/fonts/TTF/DejaVuSans.ttf" + }, + "title": { + "file": "/usr/share/fonts/TTF/DejaVuSans-Bold.ttf" + }, + "toc": { + "file": "/usr/share/fonts/TTF/DejaVuSans.ttf" + } + } + } +} |
