summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* do not delete temporary files when --debug is specifiedPhilipp Gesang2018-12-021-6/+5
|
* use --debug flag when running TeXPhilipp Gesang2018-12-022-9/+16
|
* remove non-conformant bullet recognition rulePhilipp Gesang2018-12-021-4/+8
|
* permit single-item itemizationsPhilipp Gesang2018-12-021-2/+3
| | | | | | | Closing issue #5 The ``bullet_list`` rule would recognize bulleted lists only if they had least two members. That restriction has been removed.
* simplify itemization level stack handlingPhilipp Gesang2018-12-021-9/+7
|
* fix handling of locals inside itemization scannerPhilipp Gesang2018-12-022-44/+50
|
* use luatex.registertempfile() for creating temporary file namesPhilipp Gesang2018-12-021-14/+29
|
* distinguish between overlined and underline-only sections with the same adonmentPhilipp Gesang2018-12-022-34/+52
| | | | | | | Closing #4 See http://docutils.sourceforge.net/docs/user/rst/quickstart.html#sections for the legalese.
* eliminate redundand use of grammarsPhilipp Gesang2018-12-021-20/+14
|
* fix error handling when called directly as Lua scriptPhilipp Gesang2018-12-021-26/+27
|
* use correct foreach() syntax on OMakefilePhilipp Gesang2018-12-021-4/+4
|
* add testenv rule to OMakefilePhilipp Gesang2018-12-021-2/+17
|
* fix readmePhilipp Gesang2018-12-021-0/+8
|
* update copyrightPhilipp Gesang2018-12-023-3/+3
|
* update READMEPhilipp Gesang2018-12-021-27/+88
|
* build and package documentation smoothlyPhilipp Gesang2014-03-022-7/+68
|
* handle documentation subdir from omakePhilipp Gesang2014-03-022-3/+10
|
* add omake MakefilesPhilipp Gesang2014-03-013-0/+120
|
* adopt more conventional directory structurePhilipp Gesang2014-03-0117-0/+0
|
* clean up rst_parser.luaPhilipp Gesang2014-02-281-84/+101
|
* add inline images (non-float) via substitutionsPhilipp Gesang2013-06-043-42/+100
|
* fix premature escaping of bracketsPhilipp Gesang2013-06-031-9/+9
|
* fix local copies of the state tablePhilipp Gesang2013-06-032-7/+6
|
* fix single-line image directivesPhilipp Gesang2013-06-033-6/+21
|
* fix image directivesPhilipp Gesang2013-06-031-8/+19
| | | | addresses: https://bitbucket.org/phg/context-rst/issue/1/image-directives-broken
* Added tag version 0.6 codename ‘It’s the Arts’ for changeset 162887843636Philipp Gesang2013-03-270-0/+0
|
* update readmePhilipp Gesang2013-03-272-45/+59
|
* update dates; bump versionPhilipp Gesang2013-03-274-6/+6
|
* cleanup; rewrite directives; update manualPhilipp Gesang2013-03-277-253/+335
|
* map container directive to environmentPhilipp Gesang2013-03-141-7/+3
| | | | | see http://www.ntg.nl/pipermail/ntg-context/2013/071829.html for details (thanks aditya)
* robustify container directivesPhilipp Gesang2013-03-121-4/+4
|
* have containers default to \framedPhilipp Gesang2013-03-121-0/+3
|
* allow multi-line directive blocks with blanksPhilipp Gesang2013-03-122-3/+7
|
* escape processed inline elementsPhilipp Gesang2013-03-121-0/+2
|
* kill all the ipairs()Philipp Gesang2013-03-123-48/+78
|
* prototype for a “container” directivePhilipp Gesang2013-03-123-31/+65
|
* remove comment-to-eol from \\startbuffer statementsPhilipp Gesang2013-03-121-3/+3
|
* fix spurious global; workaround buffer idiosyncrasy in manualPhilipp Gesang2013-03-126-11/+15
|
* formatted manualPhilipp Gesang2012-06-058-31/+85
|
* coding stylePhilipp Gesang2012-06-054-68/+74
|
* compensate for buffers leaving spacesPhilipp Gesang2012-06-053-8/+12
|
* escape {braces,brackets} in further markup elementsPhilipp Gesang2012-04-031-9/+9
|
* pass through (escape) {brackets,braces} from inputPhilipp Gesang2012-04-032-46/+50
|
* “t-” prefix now required for thirdparty mtx scriptsPhilipp Gesang2011-10-031-0/+0
|
* moved mtx-script to thirdparty subdirPhilipp Gesang2011-10-021-0/+0
|
* parser code cleanupPhilipp Gesang2011-09-111-107/+74
|
* fixed quoted included literal block behaviorPhilipp Gesang2011-09-111-21/+15
|
* allow literal blocks after single-line paragraphsPhilipp Gesang2011-09-111-1/+4
|
* exclude \[start|stop]typing environment from paragraph reflowingPhilipp Gesang2011-09-111-1/+3
|
* single character interpreted textPhilipp Gesang2011-09-011-3/+4
|