aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v5/ao_numbering.rb
Commit message (Collapse)AuthorAgeFilesLines
* v5 v6: header comment reduction, minorsisu_5.6.8Ralph Amissah2014-09-281-3/+0
|
* update urls to git repoRalph Amissah2014-09-191-2/+2
|
* v5 v6: ao, auto naming (segment & tag), exceptions, avoidance of name collisionssisu_5.6.6Ralph Amissah2014-09-121-60/+187
| | | | | | | | | | * (i) auto naming attempts to extract a suitable numeric name from document headings if available, at times one appears to be available but is re-used elsewhere in the document, (as where the document has Parts or Sections and naming starts again within these sections from 1); (ii) this is treated as an exception and an alternative sequential naming scheme is triggered; (iii) if a document heading does not provide a suitable numeric name, another sequential scheme is used
* v5 v6: ao_numbering, provide more information on duplicate numbering before stopRalph Amissah2014-09-051-10/+13
|
* v5 v6: ao_numbering, auto name segment, tweak to make behave as intendedsisu_5.5.4Ralph Amissah2014-07-241-10/+10
| | | | * further testing required
* v5 v6: ao_numbering, auto name segment, extract "number" from heading, refineRalph Amissah2014-07-151-12/+28
|
* v5 v6: ao_numbering, check that all auto given number based seg names are uniqueRalph Amissah2014-07-111-1/+9
|
* v5 v6: ao_numbering, auto name segment, extract "number" from heading, fixRalph Amissah2014-07-111-2/+2
|
* v5 v6: ao, auto seg naming, adjustmentsRalph Amissah2014-07-071-10/+13
| | | | * re: seg numbering, fixed width, leading zeros (introduced: 5.4.3 / 6.0.9)
* v5 v6: ao, fix, re: seg numbering, fixed width, leading zeros (new in 5.4.3)sisu_5.4.4Ralph Amissah2014-07-041-16/+29
| | | | * provisional fix (check related issues against 5.4.2)
* v5 v6: ao, segment numbering, fixed width, leading zerosRalph Amissah2014-07-011-7/+48
| | | | * alphanumeric sorting
* v5 v6: ao, code cosmetic rearrangementRalph Amissah2014-07-011-10/+33
|
* v5 v6: ao, misc, mostly minor cleaningRalph Amissah2014-06-191-8/+7
|
* v5: merge v6 to v5, version bump to 5.4.*, reason adds structure checksisu_5.4.0Ralph Amissah2014-05-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ao, document structure check, stop processing on major error (with error message & text at location of failure) [reason for version bump the addition of structure check] * utils, add ok code marker * ao, heading with no ocn, distinguish ~# from -# * ~# is general & means no ocn (for any object to which it is applied) * -# is relevant only for 1~ dummy headings & instructs that they should be removed from output where possible * applied so far to pdf, odt & plaintext * ao_images, reduce warnings when ruby RMagic absent as program used directly * reduced dependency on ruby RMagic library (as some time way back had issues) * ao, document markup structure check, skip processing file on major error * with error message & text at location of failure * texpdf, urls in creator cause breakage * texpdf, mailto markup links set for normal text objects * texpdf, '&' in heading breaks toc (now removed from toc (not heading)), bug * revisit, bug * texpdf, for urls switch to sans serif (small fontsize) * instead of typewriter, latex default * texpdf, pdf colored hyperlinks configurable * --pdf-hyperlinks-color --pdf-hyperlinks-no-color or --pdf-hyperlinks-monochrome * ['default']['pdf_hyperlinks']='color' (other options switch hyperlink color off 'no-color' 'color-off' 'monochrome') * texpdf, pdf default font size configurable (cli & sisurc.yml) (no fractions) * --pdf-fontsize-12 --pdf-fontsize-8 * default: texpdf_fontsize: 12 * texpdf, headings and table of contents representation * fixes 1~ and 2~ result in the same formatting 1~ 2~ & 3~ now differentiated, see discussion in sisu.org under #744383 * fixes :A smaller formatted than :B A~ B~ C~ now the same size, see discussion in sisu.org under #744383 * :B and :C result in the same formatting, issue explained see sisu.org * texpdf, (internal coding) fontface, rename texpdf_font texpdf_fontface * texpdf, (internal coding) use symbols to identify page orientation * param, metadata rights, line-breaks instead of semicolons separating rights * fixes remove trailing semicolon after :copyright: * digests sha512 option implemented * options sha512 sha256 md5 * command line --sha512 * rcconf.yml ['defsault']['digest'] = sha512 * xml object citation numbering (docbook fictionbook)
* v5 v6: ao, set document tagsRalph Amissah2014-02-051-13/+21
|
* v5: single document root A~ (recalibrate headings); level D~ possibleRalph Amissah2014-01-061-6/+6
| | | | | | | | * :A~ document title, single document root (ln==0) * introduce additional possible heading level, D~ * markup rule change: single document root * breaks much downstream code, recalibrate (fix, test, fix & test again) * v4 & v5 bifurcate (diverge "un-merge-ably")
* v5: cosmetic code, case statementRalph Amissah2014-01-061-3/+3
|
* v5: date 2014: headers bin/sisu & lib/; code constants.rbRalph Amissah2014-01-061-1/+2
|
* v5: renaming files & modules ao & AO (from dal & DAL)Ralph Amissah2013-12-021-0/+486
* ao (abstract objects) shorter, also easily searched, higher sort location abstract as representation of & extraction of document objects (dal (document abstraction layer))