Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-23 | doc: Give engine sections an ident and remove the mark with that ident. | Ludovic Courtès | |
* doc/modules/skribilo/documentation/api.scm (doc-markup): Refer to engines by `ident' instead of by `mark'. * doc/user/compiler.skb, doc/user/engine.skb, doc/user/links.skb, doc/user/package.skb, doc/user/sectioning.skb: Update references accordingly. * doc/user/contexte.skb, doc/user/htmle.skb, doc/user/infoe.skb, doc/user/latexe.skb, doc/user/loute.skb, doc/user/xmle.skb: Give sections an ident, and remove the mark. | |||
2012-05-17 | Switch to GPLv3+. | Ludovic Courtès | |
2012-05-10 | info/latex/lout: Set the output port's encoding. | Ludovic Courtès | |
* src/guile/skribilo/engine/html.scm (document): Fix typo in comment. * src/guile/skribilo/engine/info.scm (document)[guile-2]: Set the current output port's encoding to "UTF-8". * src/guile/skribilo/engine/latex.scm (latex-engine)[encoding]: New custom. (document): Set the output port's encoding to that. When that encoding is "UTF-8", add the right \usepackage. * src/guile/skribilo/engine/lout.scm (lout-engine)[encoding]: New custom. (document): Set the output encoding. Emit `@SysInclude { latin2 }' for ISO-8859-2. | |||
2009-11-27 | Add `coding:' comments. | Ludovic Courtès | |
Add `coding:' comments for use by both Emacs and Guile 2.x. | |||
2008-01-25 | doc: Document the Lout engine. | Ludovic Courtès | |
* doc/modules/skribilo/documentation/env.scm (*api-engines*): Add `lout'. * doc/user/engine.skb: Include `loute.skb'. * doc/user/slide.skb (Slide Package): Add `:ident'. |