Age | Commit message (Expand) | Author |
2007-02-05 | biblio: Use SRFI-3[45] conditions instead of `skribe-error'.•••* src/guile/skribilo/biblio.scm (&biblio-error): New.
(&biblio-entry-error): New.
(&biblio-template-error): New.
(handle-biblio-error): New.
(%bib-error): Removed.
(bib-add!, parse-bib, bib-load!, resolve-bib, resolve-the-bib): Use
error conditions instead of `skribe-error'.
* src/guile/skribilo/biblio/template.scm: Use srfi-3[45] and `(skribilo
biblio)'.
(evaluate-bib-entry-template): Use error conditions.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-52
| Ludovic Court`es |
2007-02-05 | Cleaned up the default bibliography template.•••* src/guile/skribilo/biblio/template.scm
(make-bib-entry-template/default): Cleaned up. Produces better
output.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-51
| Ludovic Court`es |
2007-02-05 | Rewrote the bib entry template evaluator, added support for `if'.•••* src/guile/skribilo/biblio/template.scm (evaluate-bib-entry-template):
New procedure.
(output-bib-entry-template): Use it.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-50
| Ludovic Court`es |
2007-02-05 | Fixed biblio template output.•••* src/guile/skribilo/biblio/template.scm (output-bib-entry-template):
Fixed output for strings.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-49
| Ludovic Court`es |
2007-02-05 | biblio: Use SRFI-3[45] conditions instead of `skribe-error'.•••* src/guile/skribilo/biblio.scm (&biblio-error): New.
(&biblio-entry-error): New.
(&biblio-template-error): New.
(handle-biblio-error): New.
(%bib-error): Removed.
(bib-add!, parse-bib, bib-load!, resolve-bib, resolve-the-bib): Use
error conditions instead of `skribe-error'.
* src/guile/skribilo/biblio/template.scm: Use srfi-3[45] and `(skribilo
biblio)'.
(evaluate-bib-entry-template): Use error conditions.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-15
| Ludovic Court`es |
2007-02-05 | Cleaned up the default bibliography template.•••* src/guile/skribilo/biblio/template.scm
(make-bib-entry-template/default): Cleaned up. Produces better
output.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-14
| Ludovic Court`es |
2007-02-05 | Rewrote the bib entry template evaluator, added support for `if'.•••* src/guile/skribilo/biblio/template.scm (evaluate-bib-entry-template):
New procedure.
(output-bib-entry-template): Use it.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-13
| Ludovic Court`es |
2007-02-05 | Fixed biblio template output.•••* src/guile/skribilo/biblio/template.scm (output-bib-entry-template):
Fixed output for strings.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-12
| Ludovic Court`es |
2007-02-02 | Added basic GNU Gettext support.•••* .arch-inventory: Mark `ABOUT-NLS' as precious.
* Makefile.am (SUBDIRS): Added `po'.
(ACLOCAL_AMFLAGS): New.
(EXTRA_DIST): New.
* configure.ac: Look for `gettext', output `po/Makefile.in'.
* src/guile/skribilo/biblio/template.scm
(make-bib-entry-template/default): Internationalized a bit.
(make-bib-entry-template/skribe): Likewise.
* src/guile/skribilo/utils/syntax.scm (%skribilo-module-reader): I18ned.
(_): New.
(N_): New.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-48
| Ludovic Court`es |
2007-02-02 | Added basic GNU Gettext support.•••* .arch-inventory: Mark `ABOUT-NLS' as precious.
* Makefile.am (SUBDIRS): Added `po'.
(ACLOCAL_AMFLAGS): New.
(EXTRA_DIST): New.
* configure.ac: Look for `gettext', output `po/Makefile.in'.
* src/guile/skribilo/biblio/template.scm
(make-bib-entry-template/default): Internationalized a bit.
(make-bib-entry-template/skribe): Likewise.
* src/guile/skribilo/utils/syntax.scm (%skribilo-module-reader): I18ned.
(_): New.
(N_): New.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-11
| Ludovic Court`es |
2007-01-29 | `latex' engine: Fixed `ref' with both `:handle' and `:text'.•••* src/guile/skribilo/engine/latex.scm (ref): Fixed output of `:handle'
refs with a `:text' option. Use `hyperref' to produce cross-references
with hyperlinks.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-47
| Ludovic Court`es |
2007-01-29 | `lncs' package: Tiny fix.•••* src/guile/skribilo/package/lncs.scm: Autoload `evaluator' upon
`evaluate-document'.
(&html-lncs-abstract): Use `evaluate-document' instead of
`skribe-eval'.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-46
| Ludovic Court`es |
2007-01-29 | `latex' engine: Fixed `ref' with both `:handle' and `:text'.•••* src/guile/skribilo/engine/latex.scm (ref): Fixed output of `:handle'
refs with a `:text' option. Use `hyperref' to produce cross-references
with hyperlinks.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-10
| Ludovic Court`es |
2007-01-29 | `lncs' package: Tiny fix.•••* src/guile/skribilo/package/lncs.scm: Autoload `evaluator' upon
`evaluate-document'.
(&html-lncs-abstract): Use `evaluate-document' instead of
`skribe-eval'.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-9
| Ludovic Court`es |
2007-01-26 | `latex' engine: Support `a' with grave accent.•••* src/guile/skribilo/engine/latex.scm (latex-verbatim-encoding): Support
`a' with grave accent.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-45
| Ludovic Court`es |
2007-01-26 | `latex' engine: Support `a' with grave accent.•••* src/guile/skribilo/engine/latex.scm (latex-verbatim-encoding): Support
`a' with grave accent.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-8
| Ludovic Court`es |
2007-01-23 | `lncs' package: Changed the default bibliography sort, udpated the doc.•••* src/guile/skribilo/package/lncs.scm: Autoload `(skribilo biblio
author)' upon `bib-sort/first-author-last-name'.
(references): Added a `sort' keyword. Use
`bib-sort/first-author-last-name' by default.
* doc/user/package.skb: Documented `references'.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-44
| Ludovic Court`es |
2007-01-23 | `lncs' package: Changed the default bibliography sort, udpated the doc.•••* src/guile/skribilo/package/lncs.scm: Autoload `(skribilo biblio
author)' upon `bib-sort/first-author-last-name'.
(references): Added a `sort' keyword. Use
`bib-sort/first-author-last-name' by default.
* doc/user/package.skb: Documented `references'.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-7
| Ludovic Court`es |
2007-01-19 | `latex' engine: Removed stupid uses of `bold'.•••* src/guile/skribilo/engine/latex.scm (&bib-entry-title): Don't use a
bold typeface for the text.
(&bib-entry-url): Use italics rather than bold for the URL itself.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-43
| Ludovic Court`es |
2007-01-19 | `lncs' package: Use a native LaTeX/BibTeX bibliography.•••* src/guile/skribilo/package/lncs.scm: Added LaTeX writers for `bib-ref',
`bib-ref+', `&the-bibliography', `&bib-entry-body' and `&bib-entry'.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-42
| Ludovic Court`es |
2007-01-19 | `lncs' package: Fixed `abstract' for LaTeX.•••* src/guile/skribilo/package/lncs.scm (abstract): Look for an
`lncs-abstract' writer with the current engine; if found, simply issue
an `lncs-abstract' markup, otherwise keep the previous behavior. Added
a markup write for `lncs-abstract' for LaTeX.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-41
| Ludovic Court`es |
2007-01-18 | `latex' engine: Removed stupid uses of `bold'.•••* src/guile/skribilo/engine/latex.scm (&bib-entry-title): Don't use a
bold typeface for the text.
(&bib-entry-url): Use italics rather than bold for the URL itself.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-6
| Ludovic Court`es |
2007-01-18 | `lncs' package: Use a native LaTeX/BibTeX bibliography.•••* src/guile/skribilo/package/lncs.scm: Added LaTeX writers for `bib-ref',
`bib-ref+', `&the-bibliography', `&bib-entry-body' and `&bib-entry'.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-5
| Ludovic Court`es |
2007-01-18 | `lncs' package: Fixed `abstract' for LaTeX.•••* src/guile/skribilo/package/lncs.scm (abstract): Look for an
`lncs-abstract' writer with the current engine; if found, simply issue
an `lncs-abstract' markup, otherwise keep the previous behavior. Added
a markup write for `lncs-abstract' for LaTeX.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-4
| Ludovic Court`es |
2007-01-16 | `lncs' package: Use the native APIs.•••* src/guile/skribilo/package/lncs.scm: Use `define-module' instead of
`define-skribe-module'. When customizing the LaTeX engine, set
`class-has-chapters?' to `#f'.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-40
| Ludovic Court`es |
2007-01-16 | Updated the LaTeX engine doc, mention `class-has-chapters?'.•••* doc/modules/skribilo/documentation/manual.scm: When customizing the
LaTeX engine to use the `book' class, set `class-has-chapters?' to
`#t'.
* doc/user/latexe.skb (LaTeX Customization): Documented
`class-has-chapters?'.
(LaTeX Document Class): Likewise.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-39
| Ludovic Court`es |
2007-01-16 | LaTeX engine: Added support for classes without `chapter'.•••* src/guile/skribilo/engine/latex.scm
(latex-engine)[class-has-chapters?]: New custom, default to `#f'. This
allows the production of documents really suitable for the `article'
class.
(latex-block-before)[%chapter-mapping, %chapterless-mapping]: New.
Use them.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-38
| Ludovic Court`es |
2007-01-16 | `lncs' package: Use the native APIs.•••* src/guile/skribilo/package/lncs.scm: Use `define-module' instead of
`define-skribe-module'. When customizing the LaTeX engine, set
`class-has-chapters?' to `#f'.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-3
| Ludovic Court`es |
2007-01-16 | Updated the LaTeX engine doc, mention `class-has-chapters?'.•••* doc/modules/skribilo/documentation/manual.scm: When customizing the
LaTeX engine to use the `book' class, set `class-has-chapters?' to
`#t'.
* doc/user/latexe.skb (LaTeX Customization): Documented
`class-has-chapters?'.
(LaTeX Document Class): Likewise.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-2
| Ludovic Court`es |
2007-01-16 | LaTeX engine: Added support for classes without `chapter'.•••* src/guile/skribilo/engine/latex.scm
(latex-engine)[class-has-chapters?]: New custom, default to `#f'. This
allows the production of documents really suitable for the `article'
class.
(latex-block-before)[%chapter-mapping, %chapterless-mapping]: New.
Use them.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-1
| Ludovic Court`es |
2006-12-12 | Sealing. 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.2 | Ludovic Court`es |
2006-12-12 | lout 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: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-37
| Ludovic Court`es |
2006-12-11 | lout 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-09 | Fixed `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: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-36
| Ludovic Courtes |
2006-12-09 | eq/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: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-35
| Ludovic Courtes |
2006-12-09 | lout & 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: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-34
| Ludovic Courtes |
2006-12-08 | Fixed `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-08 | eq/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-08 | lout & 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-04 | Merge 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-03 | doc: 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-03 | eq: 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-03 | eq/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-03 | eq: 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 |
2006-12-03 | eq/lout: Improved typesetting of parentheses.•••* src/guile/skribilo/package/eq/lout.scm (%left-paren): New.
(%right-paren): New.
(simple-lout-markup-writer): Use them.
(binary-lout-markup-writer): Likewise.
(eq:apply): Likewise.
(eq:limit): Likewise.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-29
| Ludovic Courtes |
2006-12-03 | eq/lout: Fixed `limit'.•••* src/guile/skribilo/package/eq/lout.scm (eq:limit): Use `from' instead
of `on'.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-28
| Ludovic Courtes |
2006-12-02 | doc: Augmented the `eq' doc, documented `eq-display'.•••git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-27
| Ludovic Courtes |
2006-12-02 | eq: Added `eq-display' and the `:align-with' option for `eq'.•••* src/guile/skribilo/package/eq.scm: Use `srfi-39'.
(*embedded-renderer*): New.
(eq-display): New.
(eq)[:align-with]: New option.
(eq-display): New text-based writer.
(eq): Parameterize `*embedded-renderer*'.
* src/guile/skribilo/package/eq/lout.scm (eq-display): New writer.
(eq): Support `:align-with'.
(simple-lout-markup-writer): Honor `:align-with'.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-26
| Ludovic Courtes |
2006-12-02 | eq: Properly handle operator precedence.•••* src/guile/skribilo/package/eq.scm (%operator-precedence): Fixed
according to Wikipedia.
(simple-markup-writer): Honor operator precedence.
* src/guile/skribilo/package/eq/lout.scm (simple-lout-markup-writer):
Likewise.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-25
| Ludovic Courtes |
2006-12-02 | eq: Added `limit' and `combinations'.•••* src/guile/skribilo/package/eq.scm (%operators): Added `limit' and
`combinations'.
(eq:limit): New.
(eq:combinations): New.
(eq:limit): New text-based writer.
(eq:combinations): Likewise.
* src/guile/skribilo/package/eq/lout.scm (eq:limit): New.
(eq:combinations): New.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-24
| Ludovic Courtes |