summaryrefslogtreecommitdiff
path: root/mod/tex/context
Commit message (Collapse)AuthorAgeFilesLines
* adopt more conventional directory structurePhilipp Gesang2014-03-017-4660/+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
* update dates; bump versionPhilipp Gesang2013-03-272-3/+3
|
* cleanup; rewrite directives; update manualPhilipp Gesang2013-03-275-242/+269
|
* 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-124-8/+12
|
* formatted manualPhilipp Gesang2012-06-055-11/+12
|
* coding stylePhilipp Gesang2012-06-054-68/+74
|
* compensate for buffers leaving spacesPhilipp Gesang2012-06-051-5/+8
|
* escape {braces,brackets} in further markup elementsPhilipp Gesang2012-04-031-9/+9
|
* pass through (escape) {brackets,braces} from inputPhilipp Gesang2012-04-032-46/+50
|
* 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
|
* preliminary math directivePhilipp Gesang2011-09-011-0/+28
|
* prevent field list pattern from interfering with roles syntaxPhilipp Gesang2011-09-011-0/+1
|
* preliminary math role && escaping exceptionPhilipp Gesang2011-09-011-1/+19
|
* directive attribute colon syntax fixPhilipp Gesang2011-08-291-1/+1
|
* Solidified Comment BlocksPhilipp Gesang2011-08-292-11/+14
| | | | Thanks to Philipp A. for the bug report!
* workaround for unwilling contex() functionPhilipp Gesang2011-08-291-2/+5
|
* directive definition fixPhilipp Gesang2011-08-281-3/+3
|
* automatic CRLF -> LF conversionPhilipp Gesang2011-08-281-0/+11
|
* updated manualPhilipp Gesang2011-08-281-1/+1
|
* updated XML interface; inclusion setupPhilipp Gesang2011-08-282-2/+67
|
* rst projectsPhilipp Gesang2011-08-282-9/+77
|
* fixed solitary substitution bug (reported by Philipp A.)Philipp Gesang2011-08-285-77/+104
|
* updated XML interface definitionPhilipp Gesang2011-08-286-7/+20
|
* moved external parser to mtx scriptPhilipp Gesang2011-08-285-42/+41
|
* fixed file loadingPhilipp Gesang2011-08-281-1/+1
|
* generalized tab expansionPhilipp Gesang2011-08-281-11/+23
|
* fixed the tab-indent substitutionPhilipp Gesang2011-08-201-8/+9
|
* optional tab as indent handling; fixed missing blank line at eof bugPhilipp Gesang2011-08-202-4/+43
|
* optional BOM trimmingPhilipp Gesang2011-08-202-1/+22
|
* file info cleanupPhilipp Gesang2011-05-085-12/+8
|
* improved README.rstPhilipp Gesang2011-05-081-3/+2
|
* xml interface; extended module documentationPhilipp Gesang2011-05-083-25/+114
|