aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v3/texpdf_format.rb
Commit message (Collapse)AuthorAgeFilesLines
* v5 dev branch opened (starts as copy of v4 stable branch); v3 branch closedsisu_4.1.0Ralph Amissah2013-05-091-1658/+0
| | | | | | * 5.0.0 dev opened * 4.1.0 stable * 3.* branch gone
* v4 (v3): lib, bin/sisu, misc, code headers provide url to online git file sourcesisu_4.0.7Ralph Amissah2013-02-101-0/+4
| | | | | | * e.g. bin/sisu header * Git <http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=summary> <http://sources.sisudoc.org/?p=code/sisu.git;a=blob;f=bin/sisu;hb=HEAD>
* v4 v3: texpdf_format, list of .sty files (& their texlive source within Debian)Ralph Amissah2013-01-231-0/+75
| | | | * not part of code (relevant for packaging)
* date 2013: version & changelog; headers bin/sisu & lib/; code constants.rbsisu_4.0.1Ralph Amissah2013-01-011-1/+1
|
* v3: some fixes, cleaning, removingRalph Amissah2012-10-011-2/+1
|
* v3: cosmetic code, .is_a?(X) replaces .class==X (& some defined? & nil? tests)Ralph Amissah2012-10-011-1/+1
|
* v3: texpdf_format, urls in headings break pdf documents, fixRalph Amissah2012-06-231-4/+8
| | | | * e.g. output generation of document sample gpl.fsf.sst pdf fixed
* v3: images, regular & sisupodRalph Amissah2012-06-031-72/+28
|
* v3: code headers mainly copyrightRalph Amissah2012-05-281-5/+4
|
* v3: 3.2 branch is main (v3dv --> v3); dev (v3dv) branch directories removedRalph Amissah2012-03-191-256/+258
| | | | | | | | | * v3dv (3.2) "merged" into v3 (previously 3.1) (& removed) * conf/sisu/v3dv --> conf/sisu/v3 * data/sisu/v3dv --> data/sisu/v3 * lib/sisu/v3dv --> lib/sisu/v3 * bin/sisu* (v3dv references changed to v3) * (--dev modifier (superfluous for the time being) runs main v3 branch)
* v3 v3dv: path & url links, updates for multiple output directory structuresRalph Amissah2012-02-031-10/+0
|
* v3 v3dv: texpdf, tampering with "safe" special character transformations, a fixRalph Amissah2012-01-231-0/+9
| | | | | * could introduce new issues, watch * [reported by Timothy Hume, pdf title bug "&" not represented]
* v3: date, year 2012, updateRalph Amissah2012-01-101-1/+1
|
* v3: texpdf, codeblocks, use listings package (for grey box)Ralph Amissah2011-12-081-23/+102
| | | | * (internally retain possibility to use boites package)
* v3: texpdf, use boites for box round codeblockssisu_3.1.6Ralph Amissah2011-12-021-0/+1
| | | | | | * use and adapt 'boitecoloriee' (found in boites_examples.sty) * in boitebox as setup normal tex hardspaces at start of line are removed, hack required to fix
* v3, require iconv (removed), should use String#encode instead, watchRalph Amissah2011-12-021-2/+1
| | | | * removed iconv, required a number of places without being used, watch
* v3: texpdf, fonts, Liberation series default (main: Sans, mono: Mono)Ralph Amissah2011-10-031-5/+28
| | | | | | | * (mono) improved with selection of Liberation Mono as default * font (main font, mono) configurable in sisurc.yml under default: (texpdf_font:|texpdf_font_mono:) or within document under @make: (:texpdf_font:|:texpdf_font_mono:)
* v3: unix conditional tests (? :) remove line break markers before : cosmeticRalph Amissah2011-09-051-1/+1
|
* v3: texpdf, indent ...Ralph Amissah2011-07-261-0/+148
|
* v3: texpdf, XeTeX language settings (setmainlanguage setotherlanguage)Ralph Amissah2011-07-261-3/+13
| | | | * get from directory or filename if header @make: :language: not set
* v3: define latex \newcommands for some special characters (for sisu code)Ralph Amissah2011-06-261-41/+22
| | | | | | * \newcommands for some special characters to simplify dealing with them in sisu code \hardspace \caret \pipe \curlyopen \curlyclose \lt \gt \slash \backslash \underscore \exclaim
* v2 v3: texpdf, define hardspace & provide backslashRalph Amissah2011-06-261-0/+5
| | | | | * define \hardspace to simplify placing a hardspace * provide backslash character in code block
* v3: i18n, sysenv, options, language setting changesRalph Amissah2011-05-041-6/+6
| | | | | | * must be able to set language at options stage from filename or directory * affects many files * old i18n more appropriately renamed prog_text_translation
* v3: param, md remove md.cmd and md.mod shortcut methods, use use md.optRalph Amissah2011-04-191-6/+6
| | | | | * affects many files that now use @md.opt.cmd & @md.opt.mod (instead of @md.cmd & @md.mod)
* v2, v3: texpdf bugfix, where map_nametags not found, drop tag, rather than crashsisu_3.0.5Ralph Amissah2011-03-241-1/+1
| | | | | | * Debian-live, live-manual (Ben Armstrong, chals?, reported new bug in a number of translations (that crashed the pdf generator). It turns out where map_nametags is not found the document crashes. Fix.
* v2, v3: dal_syntax + downstream output, email regex revisedRalph Amissah2011-03-101-0/+2
| | | | | | * revised pattern match for email address, (removes occasional interference with urls having embedded email addresses) (dal_syntax and affected downstream output modules)
* v2, v3: texpdf, url (regex) pattern match fixRalph Amissah2011-03-101-1/+1
|
* v3: ruby 1.9 hash symbol syntax adoptedRalph Amissah2011-03-011-7/+7
|
* v3: use rb1.9.2 "require_relative" syntaxRalph Amissah2011-03-011-2/+2
|
* v3: use "encoding: utf-8" (instead of coding)Ralph Amissah2011-03-011-1/+1
|
* increment year (2011) for bin and lib/sisu/v3Ralph Amissah2011-02-071-1/+1
|
* v3 introduced as development branch, invoked using "sisu --v3 [instructions]Ralph Amissah2011-02-011-0/+1372