diff options
author | Ralph Amissah <ralph@amissah.com> | 2014-08-07 18:22:46 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2014-08-07 18:22:49 -0400 |
commit | 07bdba465813fd7bb5d37c905c67b880f01cb096 (patch) | |
tree | 06ef7ca94425406ab37921b7c310ad7afbb29881 | |
parent | adjustments to markup in data/samples/current (diff) |
sisurc_SAMPLE.yml changes for sisu-5.6.0 sample configuration of --act[0-9]sisu-markup-samples_5.0.2
-rw-r--r-- | data/samples/current/_sisu/sisurc_SAMPLE.yml | 27 |
1 files changed, 19 insertions, 8 deletions
diff --git a/data/samples/current/_sisu/sisurc_SAMPLE.yml b/data/samples/current/_sisu/sisurc_SAMPLE.yml index ab13f22..049acbe 100644 --- a/data/samples/current/_sisu/sisurc_SAMPLE.yml +++ b/data/samples/current/_sisu/sisurc_SAMPLE.yml @@ -33,14 +33,25 @@ processing: ## concord_max: 400000 #% 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 -# iv: '-NQhewpotbxXYDy --update' # -m run by default -# v: '-NQhewpotbxXYDyv --update' # includes verbose; -m run by default -#% papersize, (LaTeX/pdf) current values A4, US_letter, book_b5, book_a5, US_legal, easily extensible + color: true # making colour default -c is toggle, and will now toggle colour off +# act0: '--digest --qrcode --text --html --epub --concordance --pdf --odf --docbook --xhtml --xml-sax --xml-dom --sqlite --manifest --verbose' +# act1: '--digest --text --html --manifest' +# act2: '--digest --text --html --epub --pdf --manifest' +# act3: '--digest --qrcode --text --html --epub --concordance --pdf --manifest' +# act4: '--digest --qrcode --text --html --epub --concordance --pdf --odf --docbook --manifest' +# act5: '--digest --qrcode --text --html --epub --concordance --pdf --odf --docbook --sqlite --manifest' +# act6: '--digest --qrcode --text --html --epub --concordance --pdf --odf --docbook --xhtml --xml-sax --xml-dom --sqlite --manifest' +# act7: '--digest --qrcode --text --html --epub --concordance --pdf --odf --docbook --xhtml --xml-sax --xml-dom --sqlite --source --sisupod --manifest' +# act8: '--digest --qrcode --text --html --epub --concordance --pdf --odf --docbook --xhtml --xml-sax --xml-dom --pg --update --manifest' +# act9: '--digest --qrcode --text --html --epub --concordance --pdf --odf --docbook --xhtml --xml-sax --xml-dom --pg --update --source --sisupod --manifest' +## default: '--digest --qrcode --text --html --epub --concordance --pdf --odf --docbook --xhtml --xml-sax --xml-dom --sqlite --manifest --verbose' +## i: '--digest --qrcode --text --html --epub --concordance --pdf --manifest' +## ii: '--digest --qrcode --text --html --epub --concordance --pdf --odf --docbook --xhtml --xml-sax --xml-dom --manifest' +## iii: '--digest --qrcode --text --html --epub --concordance --pdf --odf --docbook --xhtml --xml-sax --xml-dom --sqlite --manifest' +## iv: '--digest --qrcode --text --html --epub --concordance --pdf --odf --docbook --xhtml --xml-sax --xml-dom --pg --update --manifest' +## v: '--digest --qrcode --text --html --epub --concordance --pdf --odf --docbook --xhtml --xml-sax --xml-dom --sqlite --source --sisupod --manifest' + +#% papersize, (LaTeX/pdf) available values: A4, US_letter, book_b5, book_a5, US_legal default: papersize: 'A4,letter' #'A4,letter,b5,a5' # #texpdf_font: 'Liberation Sans' |