From 06145fcda953ce6ea963b63a91e4ac8103c9cc58 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 14 Feb 2014 00:26:53 -0500 Subject: v5 v6: ocn, object citation numbering, --no-numbering option & default tuning * add less cryptic --numbering --no-numbering command-line options (to --no-ocn) * plaintext & odt switch default to ocn==true for consistency with other output * [decide how fine-grained ocn/numbering switches could be: could be per output type by command-line instruction (see txt & odt); currently set per sisu instruction for all outputs] --- lib/sisu/v5/sysenv.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/sisu/v5/sysenv.rb') diff --git a/lib/sisu/v5/sysenv.rb b/lib/sisu/v5/sysenv.rb index 7d8a9766..491ca94f 100644 --- a/lib/sisu/v5/sysenv.rb +++ b/lib/sisu/v5/sysenv.rb @@ -3919,7 +3919,7 @@ WOK elsif env_rc.build.ocn? ==:off false else - false + true end end def odt_ocn? @@ -3936,7 +3936,7 @@ WOK elsif env_rc.build.ocn? ==:off false else - false + true end end def html_strict? -- cgit v1.2.3