aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-06-06Fixed exception handling in `output.scm'.Ludovic Court`es
2006-06-06Generalized the error condition handling framework.Ludovic Court`es
2006-06-06Cleaned up the `write' method for `markup' and `unresolved' objects.Ludovic Court`es
2006-06-06Added `bib-map'.Ludovic Court`es
2006-05-10Added biblio helpers (abbrev, author, BibTeX) taken from my `biblib.skr'.Ludovic Court`es
2006-05-10Added `bib-for-each'. Fixed binding issues in the evaluator and compat.Ludovic Court`es
2006-05-09eq: Fixed the rendering of `*' in the Lout implementation.Ludovic Court`es
2006-05-09Added `markup-option-set!'.Ludovic Court`es
2006-04-14eq: Added the `inline?' keyword; fixed the Lout engine.Ludovic Court`es
2006-04-06Small aesthetic changes in the Lout engine.Ludovic Court`es
2006-03-19Lout engine: small fixes.Ludovic Courtes
2006-03-19Image- and compat-related fixes.Ludovic Courtes
2006-03-18Moved `convert-image' et al. to `utils/images.scm'.Ludovic Courtes
2006-03-18Lout engine: better handling of the `slides' document type.Ludovic Courtes
2006-03-07Partial rewrite of the debugging facilities (slightly slower).Ludovic Courtes
2006-03-07Slight optimization: allow for non-proc predicated for markup writers.Ludovic Courtes
2006-03-02Removed the global engine table.Ludovic Court`es
2006-03-02Fixed `copy-engine' with respect to the writers optimization.Ludovic Court`es
2006-03-01Fixed tiny module loading/autoloading mistakes.Ludovic Court`es
2006-03-01Significantly optimized lookup of markup writers.Ludovic Court`es
2006-03-01Lout engine: use `push-default-engine' and `pop-default-engine'.Ludovic Court`es
2006-02-28Slightly optimized the resolution process (added `ast-resolved?').Ludovic Courtes
2006-02-27Changed the way `slide' implementations are loaded. Doc is buildable now.Ludovic Court`es
2006-02-27`eq': Added the `:renderer' option to `eq'. Support `lout'.Ludovic Court`es
2006-02-27`eq': Implemented the text-based markup writers.Ludovic Court`es
2006-02-25Made `make-string-replace' faster.Ludovic Courtes
2006-02-21`eq': added the `apply' markup.Ludovic Court`es
2006-02-20`eq': Added `eq:in', `eq:notin' and their Lout writers.Ludovic Court`es
2006-02-20Lout engine: fixed use of `@Sym' so that it works fine within `@Eq'.Ludovic Court`es
2006-02-17`slide' and `eq': moved engine-specific code in separate modules.Ludovic Court`es
2006-02-17Fixes for `when-engine-is-loaded'.Ludovic Court`es
2006-02-17Implemented `when-engine-is-loaded'.Ludovic Court`es
2006-02-17`eq' package: added the `script' markup.Ludovic Court`es
2006-02-16Added the equation formatting package (unfinished, undocumented).Ludovic Court`es
2006-02-16`skribilo': do not catch all exceptions, let a stack trace be output intead.Ludovic Court`es
2006-02-15Skribe reader: consider square brackets as delimiters.Ludovic Court`es
2006-02-14Created the `(skribilo utils files)' module.Ludovic Court`es
2006-02-14Implemented `lout-illustration' for non-Lout engines.Ludovic Court`es
2006-02-14More Skribe compatibility fixes (more exported bindings).Ludovic Court`es
2006-02-10Fixed syntax highlighting thanks to SILex.Ludovic Courtes
2006-02-06Outline reader: added support to parse lists.Ludovic Court`es
2006-02-01Added support for subsections and subsubsections in the outline reader.Ludovic Court`es
2006-01-31First time the user manual is compiled to HTML.Ludovic Courtes
2006-01-25More progress towards a working user manual.Ludovic Courtes
2006-01-24Fixed the HTML engine's `favicon' output.Ludovic Court`es
2006-01-24Changed the default Lout `document-type' to `doc'.Ludovic Court`es
2006-01-24First working outline reader.Ludovic Court`es
2006-01-23First implementation of a reader for Emacs' outline syntax.Ludovic Court`es
2006-01-23Preliminary support for multiple reader front-ends.Ludovic Court`es
2006-01-18More fixes in the hope to get the manual compiled.Ludovic Courtes