aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
gemtext-readerreader: Add Gemtext reader.Arun Isaac3 years
keyringAdd keys for arunisaac and civodul.Arun Isaac21 months
lcourtes@laas.fr--2004-libre,skribilo--devel--1.2Sealing and moving to `lcourtes@laas.fr--2005-libre/skribilo--devo--1.2'.Ludovic Court`es19 years
lcourtes@laas.fr--2005-libre,skribilo--devo--1.2Sealing. Moving to `lcourtes@laas.fr--2006-libre/skribilo--devo--1.2'.Ludovic Court`es18 years
lcourtes@laas.fr--2005-libre,skribilo--engine-classes--1.2Merge from skribilo--devo--1.2Ludovic Court`es18 years
lcourtes@laas.fr--2006-libre,skribilo--devo--1.2Tolerate unresolved nodes in `first-paragraph?'.Ludovic Court`es18 years
mainguix-authorizations: Include civodul's key correctly.Arun Isaac11 months
masterguix: Add G-expression computed-file to build website.Arun Isaac15 months
 
TagDownloadAuthorAge
v0.10.0skribilo-0.10.0.tar.gz  skribilo-0.10.0.tar.lz  skribilo-0.10.0.zip  Arun Isaac25 months
v0.9.5skribilo-0.9.5.tar.gz  skribilo-0.9.5.tar.lz  skribilo-0.9.5.zip  Ludovic Courtès4 years
v0.9.4skribilo-0.9.4.tar.gz  skribilo-0.9.4.tar.lz  skribilo-0.9.4.zip  Ludovic Courtès7 years
v0.9.3skribilo-0.9.3.tar.gz  skribilo-0.9.3.tar.lz  skribilo-0.9.3.zip  Ludovic Courtès9 years
v0.9.2skribilo-0.9.2.tar.gz  skribilo-0.9.2.tar.lz  skribilo-0.9.2.zip  Ludovic Courtès13 years
v0.9.1skribilo-0.9.1.tar.gz  skribilo-0.9.1.tar.lz  skribilo-0.9.1.zip  Ludovic Courtès17 years
v0.9.0skribilo-0.9.0.tar.gz  skribilo-0.9.0.tar.lz  skribilo-0.9.0.zip  Ludovic Courtes17 years
 
AgeCommit messageAuthor
2006-12-12Sealing. Moving to `lcourtes@laas.fr--2006-libre/skribilo--devo--1.2'.•••git-archimport-id: lcourtes@laas.fr--2005-libre/skribilo--devo--1.2--version-0 lcourtes@laas.fr--2005-libre,skribilo--devo--1.2Ludovic Court`es
2006-12-11lout engine: Fixed automatic `url-ref' breaking wrt. spacing.•••* src/guile/skribilo/engine/lout.scm: Use `(srfi srfi-14)'. (lout-split-external-link): Use `char-set-contains?' when looking for whitespace. (lout-make-url-breakable): Do not remove newlines. git-archimport-id: lcourtes@laas.fr--2005-libre/skribilo--devo--1.2--patch-90 Ludovic Court`es
2006-12-08Fixed `publisher' in default biblio entry style.•••* src/guile/skribilo/biblio/template.scm (make-bib-entry-template/default): Issue `publisher' for `inproceedings' entries. * src/guile/skribilo/engine/base.scm (&bib-entry-publisher): No italics. git-archimport-id: lcourtes@laas.fr--2005-libre/skribilo--devo--1.2--patch-89 Ludovic Court`es
2006-12-08eq/lout: Properly handle `div-style' and `mul-style'.•••* src/guile/skribilo/package/eq/lout.scm (eq:*): Always pass the result through `mul-style->lout'. (eq:/): Likewise. git-archimport-id: lcourtes@laas.fr--2005-libre/skribilo--devo--1.2--patch-88 Ludovic Court`es
2006-12-08lout & latex engines: Fixed the output of `&prog-line'.•••* src/guile/skribilo/engine/latex.scm: Use `(srfi srfi-13)'. (&prog-line): Use markup option `:number' instead of `markup-ident' as the line number. * src/guile/skribilo/engine/lout.scm: Likewise. git-archimport-id: lcourtes@laas.fr--2005-libre/skribilo--devo--1.2--patch-87 Ludovic Court`es
2006-12-04Merge from skribilo@sv.gnu.org--2006•••Patches applied: * lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2 (patch 84-91) - Merge from skribilo@sv.gnu.org--2006/skribilo--devo--1.2 - eq/lout: Fixed `limit'. - eq/lout: Improved typesetting of parentheses. - eq: Added support for `:mul-style'. - eq/lout: Fixed binomial coefficient. - eq: Support automatic detection of inlining. - doc: Updated the `eq' markup documentation. * skribilo@sv.gnu.org--2006/skribilo--devo--1.2 (patch 15-33) - Lout engine: Better cover sheet for `doc' documents. - outline reader: Support keywords. - lout: bib-ref+: Gracefully handle `unref' objects. - Introduced `markup-number-string'. - `base' package: Added `numref'. - doc: Documented `numref'. - Cleaned up `(skribilo biblio)' a bit. - eq: Added the `:div-style' option. - doc: Documented `eq' and the `:div-style' option. - eq: Added `limit' and `combinations'. - eq: Properly handle operator precedence. - eq: Added `eq-display' and the `:align-with' option for `eq'. - doc: Augmented the `eq' doc, documented `eq-display'. - eq/lout: Fixed `limit'. - eq/lout: Improved typesetting of parentheses. - eq: Added support for `:mul-style'. - eq/lout: Fixed binomial coefficient. - eq: Support automatic detection of inlining. - doc: Updated the `eq' markup documentation. git-archimport-id: lcourtes@laas.fr--2005-libre/skribilo--devo--1.2--patch-86 Ludovic Court`es
2006-12-03doc: Updated the `eq' markup documentation.•••* doc/user/eq.skb: Updated documentation of `eq': the `inline?' parameter and the `:mul-style' parameter. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-33 Ludovic Courtes
2006-12-03eq: Support automatic detection of inlining.•••* src/guile/skribilo/package/eq.scm (inline-equation?): New. (eq)[inline?]: Default to `auto'. * src/guile/skribilo/package/eq/lout.scm (eq): Use `inline-equation?'. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-32 Ludovic Courtes
2006-12-03eq/lout: Fixed binomial coefficient.•••* src/guile/skribilo/package/eq/lout.scm (eq:combinations): Fixed spacing, use `lpar' instead of `blpar' (according to "The TeXbook"), changed order of OF and AMONG. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-31 Ludovic Courtes
2006-12-03eq: Added support for `:mul-style'.•••* src/guile/skribilo/package/eq.scm (eq)[:mul-style]: New option. (eq*)[mul-style]: New option. * src/guile/skribilo/package/eq/lout.scm (eq)[options]: Added `:mul-style'. (mul-style->lout): New. (eq:*): Support `:mul-style'. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-30 Ludovic Courtes
[...]