diff options
author | Ralph Amissah <ralph@amissah.com> | 2013-08-28 18:22:27 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2013-08-28 18:22:27 -0400 |
commit | dbddd3289c1a7bad5b549698af0a58aa568fcc43 (patch) | |
tree | ce801cb01286a340ae0220ab74dcaae986e800d7 /conf | |
parent | debian/changelog (4.2.0-1) (diff) | |
parent | v5: dal, grouped text with fontface spanning newlines, partial solution, test (diff) |
Merge tag 'sisu_4.2.1' into debian/sid
SiSU 4.2.1
Diffstat (limited to 'conf')
-rw-r--r-- | conf/sisu/rc/sisurc_by_fn.yml | 12 | ||||
-rw-r--r-- | conf/sisu/rc/sisurc_by_ft.yml | 12 |
2 files changed, 14 insertions, 10 deletions
diff --git a/conf/sisu/rc/sisurc_by_fn.yml b/conf/sisu/rc/sisurc_by_fn.yml index fca18fd2..ce9a9109 100644 --- a/conf/sisu/rc/sisurc_by_fn.yml +++ b/conf/sisu/rc/sisurc_by_fn.yml @@ -49,16 +49,16 @@ show_output_on: 'filesystem_url' #% flag - set (non-default) processing flag shortcuts -1, -2 etc. (here adding colour and verbosity as default) flag: color: true # making colour default -c is toggle, and will now toggle colour off -# default: '-NQhewpotbxXyYv' # includes verbose; -m would in any event be run by default -# i: '-NQhewpoty' # -m run by default -# ii: '-NQhewpotbxXy' # -m run by default -# iii: '-NQhewpotbxXyY' # -m run by default +# default: '-NQdhewpotbxXyYv' # includes verbose; -m would in any event be run by default +# i: '-NQdhewpoty' # -m run by default +# ii: '-NQdhewpotbxXy' # -m run by default +# iii: '-NQdhewpotbxXyY' # -m run by default # iv: '-NQhewpotbxXYDy --update' # -m run by default # v: '-NQhewpotbxXYDyv --update' # includes verbose; -m run by default #% papersize, (LaTeX/pdf) available values: A4, US_letter, book_b5, book_a5, US_legal default: - papersize: 'A4,letter' + papersize: 'a4,letter' #language: 'en' #texpdf_font: 'Liberation Sans' # 'Liberation Sans' 'Liberation Serif' #texpdf_font_mono: 'Liberation Mono' #'Inconsolata' @@ -106,6 +106,8 @@ default: #% output_dir_structure_by: language (language_and_filetype); filetype; or filename (original v1 & v2) output_dir_structure_by: filename +#% lingual: 'multi' | 'mono' (multi default) +#lingual: mono permission_set: zap: true diff --git a/conf/sisu/rc/sisurc_by_ft.yml b/conf/sisu/rc/sisurc_by_ft.yml index d3c250f7..3afdbdc6 100644 --- a/conf/sisu/rc/sisurc_by_ft.yml +++ b/conf/sisu/rc/sisurc_by_ft.yml @@ -49,16 +49,16 @@ show_output_on: 'filesystem_url' #% flag - set (non-default) processing flag shortcuts -1, -2 etc. (here adding colour and verbosity as default) flag: color: true # making colour default -c is toggle, and will now toggle colour off -# default: '-NQhewpotbxXyYv' # includes verbose; -m would in any event be run by default -# i: '-NQhewpoty' # -m run by default -# ii: '-NQhewpotbxXy' # -m run by default -# iii: '-NQhewpotbxXyY' # -m run by default +# default: '-NQdhewpotbxXyYv' # includes verbose; -m would in any event be run by default +# i: '-NQdhewpoty' # -m run by default +# ii: '-NQdhewpotbxXy' # -m run by default +# iii: '-NQdhewpotbxXyY' # -m run by default # iv: '-NQhewpotbxXYDy --update' # -m run by default # v: '-NQhewpotbxXYDyv --update' # includes verbose; -m run by default #% papersize, (LaTeX/pdf) available values: A4, US_letter, book_b5, book_a5, US_legal default: - papersize: 'A4,letter' + papersize: 'a4,letter' #language: 'en' #texpdf_font: 'Liberation Sans' # 'Liberation Sans' 'Liberation Serif' #texpdf_font_mono: 'Liberation Mono' #'Inconsolata' @@ -106,6 +106,8 @@ default: #% output_dir_structure_by: language (language_and_filetype); filetype; or filename (original v1 & v2) output_dir_structure_by: filetype +#% lingual: 'multi' | 'mono' (multi default) +#lingual: mono permission_set: zap: true |