Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed literal blocks | Philipp Gesang | 2010-09-22 | 1 | -10/+6 |
| | |||||
* | setups and directives now occupy their own files | Philipp Gesang | 2010-09-22 | 1 | -0/+1 |
| | |||||
* | resetting nesting depth at paragraph end | Philipp Gesang | 2010-09-22 | 1 | -15/+19 |
| | |||||
* | cleaning sweep throug subtitutions and directives. “caution” and ↵ | Philipp Gesang | 2010-09-19 | 1 | -6/+10 |
| | | | | “danger” directives. | ||||
* | simple directives. | Philipp Gesang | 2010-09-18 | 1 | -1/+23 |
| | |||||
* | revised bullet list enumeration, accepting irregular numbering. | Philipp Gesang | 2010-09-17 | 1 | -11/+19 |
| | |||||
* | literal blocks now align precisely | Philipp Gesang | 2010-09-17 | 1 | -8/+15 |
| | |||||
* | field lists default to 2column table output | Philipp Gesang | 2010-09-17 | 1 | -7/+12 |
| | |||||
* | hacked comments into enumerations. hope that does not break anything. | Philipp Gesang | 2010-09-17 | 1 | -9/+10 |
| | |||||
* | using fancybreaks module for transitions. fixed section/transition matching ↵ | Philipp Gesang | 2010-09-17 | 1 | -4/+12 |
| | | | | (hope so). | ||||
* | sectioning redone | Philipp Gesang | 2010-09-17 | 1 | -8/+59 |
| | |||||
* | talked to the comments. still haunted by a bug whenever the first comment of ↵ | Philipp Gesang | 2010-09-16 | 1 | -35/+14 |
| | | | | comment block is line comment and there’s no blank succeding it. otherwise they’re behaving rationally. | ||||
* | fixed grouped single-line comments | Philipp Gesang | 2010-09-16 | 1 | -3/+4 |
| | |||||
* | fixed spacing before colons in paragraph-contained literal blocks | Philipp Gesang | 2010-09-16 | 1 | -16/+15 |
| | |||||
* | fixed literal blocks inside paragraphs | Philipp Gesang | 2010-09-16 | 1 | -13/+40 |
| | |||||
* | line blocks have now a setup | Philipp Gesang | 2010-09-16 | 1 | -1/+1 |
| | |||||
* | fixed ambiguity in definition lists vs. block quotes | Philipp Gesang | 2010-09-16 | 1 | -8/+9 |
| | |||||
* | new environment for definition lists (still don’t know what to use them ↵ | Philipp Gesang | 2010-09-16 | 1 | -16/+15 |
| | | | | for, though). | ||||
* | multi-line substitution definitions | Philipp Gesang | 2010-09-15 | 1 | -14/+41 |
| | |||||
* | context (ctx) and lua directives | Philipp Gesang | 2010-09-15 | 1 | -1/+5 |
| | |||||
* | image substitution directive | Philipp Gesang | 2010-09-15 | 1 | -23/+18 |
| | |||||
* | hyperlinks now work for both internal and external targets | Philipp Gesang | 2010-09-15 | 1 | -2/+2 |
| | |||||
* | output formatting. includes paragraph reflowing | Philipp Gesang | 2010-09-14 | 1 | -2/+25 |
| | |||||
* | anonymous link blocks fixed | Philipp Gesang | 2010-09-14 | 1 | -3/+7 |
| | |||||
* | internal links now work | Philipp Gesang | 2010-09-14 | 1 | -9/+32 |
| | |||||
* | moved the list numbering to helpers | Philipp Gesang | 2010-09-13 | 1 | -116/+8 |
| | |||||
* | enumerations now don’t need an extra \setupitemize | Philipp Gesang | 2010-09-13 | 1 | -3/+12 |
| | |||||
* | fixed nasty bug in enumerations | Philipp Gesang | 2010-09-13 | 1 | -22/+17 |
| | |||||
* | so called “citation references” (stub); inline markup in footnotes. | Philipp Gesang | 2010-09-13 | 1 | -9/+4 |
| | |||||
* | symbol footnotes. separate setups. | Philipp Gesang | 2010-09-13 | 1 | -102/+135 |
| | |||||
* | numbered footnote stub | Philipp Gesang | 2010-09-13 | 1 | -10/+120 |
| | |||||
* | handling of escaped spaces in string.strip | Philipp Gesang | 2010-09-12 | 1 | -1/+2 |
| | |||||
* | table headers. turned off line correction for tables | Philipp Gesang | 2010-09-12 | 1 | -1/+0 |
| | |||||
* | simple table | Philipp Gesang | 2010-09-11 | 1 | -13/+123 |
| | |||||
* | proper file IO; cleaned up debug helper | Philipp Gesang | 2010-09-09 | 1 | -19/+39 |
| | |||||
* | moved inline elements formatting to formatter | Philipp Gesang | 2010-09-09 | 1 | -87/+25 |
| | |||||
* | small fix for sectioning | Philipp Gesang | 2010-09-08 | 1 | -5/+5 |
| | |||||
* | revised table implementation. helper module. | Philipp Gesang | 2010-09-07 | 1 | -73/+62 |
| | |||||
* | grid table prototype | Philipp Gesang | 2010-09-06 | 1 | -1/+123 |
| | |||||
* | block_quotes | Philipp Gesang | 2010-09-04 | 1 | -10/+73 |
| | |||||
* | line blocks. text_elements instead of rest_of_line | Philipp Gesang | 2010-09-04 | 1 | -17/+73 |
| | |||||
* | quoted literal blocks | Philipp Gesang | 2010-09-04 | 1 | -7/+44 |
| | |||||
* | extended punctuation | Philipp Gesang | 2010-09-04 | 1 | -7/+49 |
| | |||||
* | literal blocks inside paragraphs | Philipp Gesang | 2010-09-04 | 1 | -2/+17 |
| | |||||
* | literal blocks | Philipp Gesang | 2010-09-04 | 1 | -2/+47 |
| | |||||
* | option lists | Philipp Gesang | 2010-09-04 | 1 | -20/+70 |
| | |||||
* | commented blocks | Philipp Gesang | 2010-09-04 | 1 | -27/+40 |
| | |||||
* | generic field lists | Philipp Gesang | 2010-09-04 | 1 | -4/+51 |
| | |||||
* | fixes to definition list. minor cleanup. | Philipp Gesang | 2010-09-04 | 1 | -24/+9 |
| | |||||
* | definition lists | Philipp Gesang | 2010-09-03 | 1 | -13/+86 |
| |