Age | Commit message (Expand) | Author |
2007-11-30 | lout: Fix `toc' to allow documentation building.•••* src/guile/skribilo/engine/lout.scm (toc): Use
`*document-being-output*' if `(ast-document n)' is false. Use
`find-down' instead of `search-down' when looking for chapters and
sections.
| Ludovic Courtès |
2007-11-29 | color: Use vectors instead of strings for RGB values.•••* src/guile/skribilo/color.scm (%rgb-alist): Change cdr to a vector
instead of a string.
(%convert-color): Adjust accordingly.
| Ludovic Courtès |
2007-11-29 | Clean up `color' module.•••* src/guile/skribilo/color.scm (*used-colors*): Remove.
(*skribe-rgb-alist*): Rename to...
(%rgb-alist): New.
(skribe-color->rgb): Rename to...
(color->rgb): New.
(skribe-get-used-colors, skribe-use-color!): Remove.
Update users.
* src/guile/skribilo/utils/compat.scm (skribe-color->rgb,
skribe-use-color!, skribe-get-used-colors): New.
| Ludovic Courtès |
2007-11-29 | slide: Fix `latex' engine's use of colors.•••* src/guile/skribilo/engine/latex.scm: Export `skribe-color->latex-rgb'.
* src/guile/skribilo/package/slide/latex.scm: No longer rely on
`skribe-get-latex-color', use `skribe-color->latex-rgb' and the
"[rgb]{r,g,b}" form, although it's unclear whether ADVI supports it.
| Ludovic Courtès |
2007-11-29 | context: Don't rely on `skribe-get-used-colors' and similar.•••* src/guile/skribilo/color.scm (document-used-colors): New.
* src/guile/skribilo/engine/context.scm (*skribe-context-color-table*):
Remove.
(%doc-table, document-color-table, use-color!, declare-used-colors,
use-standard-colors!, get-color): New.
(skribe-declare-used-colors, skribe-declare-standard-colors,
skribe-get-color): Remove.
(document, color, tr): Update to use the above new functions.
| Ludovic Courtès |
2007-11-28 | latex: Don't rely on `skribe-get-used-colors' and `\definecolor'.•••* src/guile/skribilo/engine/latex.scm (*skribe-latex-color-table*,
latex-declare-color, skribe-get-latex-color,
skribe-latex-declare-colors): Remove.
(document): Don't declare colors.
(latex-color): Pass `\textcolor' the "[rgb]{x,y,z}" form instead of a
color name. Same with `\colorbox'.
| Ludovic Courtès |
2007-11-28 | Make the default set of bindings even smaller.•••* src/guile/skribilo/module.scm (%skribilo-user-imports): Remove `ast'
and `config'.
| Ludovic Courtès |
2007-11-28 | Add run-time module with fewer bindings; add `--compat' command-line option.•••* doc/user/Makefile.am (skrflags): New. Use `--compat=skribe' for now.
* src/guile/Makefile.am (moduledir): New.
(dist_guilemodule_DATA): Renamed to...
(dist_module_DATA): This, for consistency.
* src/guile/skribilo.scm (skribilo-options): Add `--compat'.
(doskribe): New COMPAT argument.
(skribilo): Honor `--compat'.
* src/guile/skribilo/module.scm (%skribilo-user-imports): New.
(make-run-time-module): Renamed to `make-skribe-user-module'.
(make-skribilo-user-module): New.
(make-user-module, user-module-flavor): New.
(*skribilo-user-module*): Default to a `skribilo' module flavor.
* src/guile/skribilo/package/diff.scm (make-diff-document-from-files):
Use "(make-user-module 'skribilo)".
| Ludovic Courtès |
2007-11-28 | Remove `define-skribe-module' macro.•••* src/guile/skribilo/module.scm (define-skribe-module): Remove.
| Ludovic Courtès |
2007-11-22 | slide: Set up an environment suitable for `eq'.•••* src/guile/skribilo/package/slide.scm (slide): Add `env' with
`equation-counter' and `equation-env'. This allows the use of
non-inline equations in slides.
| Ludovic Courtès |
2007-11-15 | slide: Add `:unfold?' option to `slide-topic'.•••* doc/user/slide.skb: Update.
* src/guile/skribilo/package/slide.scm (slide-topic,
slide-subtopic)[:unfold?]: New argument.
* src/guile/skribilo/package/slide/base.scm (make-outline-slide): Honor
`:unfold?'.
(slide-topic, slide-subtopic): Mark `:unfold?' as supported.
| Ludovic Courtès |
2007-11-15 | Fix module installation directory.•••* src/guile/skribilo/**/Makefile.am (moduledir): New.
(dist_guilemodule_DATA): Changed to...
(dist_module_DATA): This. This fixes module installation.
| Ludovic Courtès |
2007-11-14 | Update the body of commands when resolving.•••* src/guile/skribilo/resolve.scm (do-resolve!<command>): Update the body
of N with the resolved body.
| Ludovic Courtès |
2007-10-28 | Add configure `--with-guilemoduledir' option.•••* configure.ac: Add support for `--with-guilemoduledir'.
* */Makefile.am (guilemoduledir): Don't override the configure-provided
value.
* src/skribilo.in: Add `-L "@guilemoduledir@"'.
| Ludovic Courtès |
2007-09-24 | Tolerate unresolved nodes in `first-paragraph?'.•••* src/guile/skribilo/ast.scm (first-paragraph?): Check whether PARENT is
a markup.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-110
lcourtes@laas.fr--2006-libre,skribilo--devo--1.2 | Ludovic Court`es |
2007-09-20 | lout: Add customs for the `book' document type.•••* src/guile/skribilo/engine/lout.scm (lout-engine)[publisher, edition,
before-title-page, on-title-page, after-title-page, at-end]: New
customs.
(output-report-options, output-book-options): New.
(document): Use them.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-109
| Ludovic Court`es |
2007-09-20 | slide: Tiny fix.•••* src/guile/skribilo/package/slide.scm (slide-embed): Provide an
identifier, pass ARGUMENTS.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-108
| Ludovic Court`es |
2007-09-20 | eq/lout: Better handle parenthesizing of combinations.•••* src/guile/skribilo/package/eq/lout.scm (binary-lout-markup-writer):
Special-case `eq:combinations'.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-107
| Ludovic Court`es |
2007-09-20 | lout: New `:word' option for `chapter' et al.•••* src/guile/skribilo/engine/lout.scm (lout-block-before): Handle the
`:word' option (note `@BypassWord' should be added in Lout 3.37).
(chapter, section, subsection, subsubsection): Mark `:word' as
supported.
(ref): Sanity-check IDENT.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-106
| Ludovic Court`es |
2007-09-03 | skribilo: Flush the output port before exiting.•••* src/guile/skribilo.scm (skribilo): Flush `(*skribilo-output-port*)'
before exiting.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-105
| Ludovic Court`es |
2007-08-31 | biblio: Fixed default template for `book' and `inbook'.•••* src/guile/skribilo/biblio/template.scm
(make-bib-entry-template/default): For `book', use `(or author
editor)'. Added an `inbook' case.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-104
| Ludovic Court`es |
2007-08-30 | Moved `first-paragraph?' to `ast'.•••* src/guile/skribilo/ast.scm (first-paragraph?): New.
* src/guile/skribilo/engine/lout.scm (first-paragraph?): Removed.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-103
| Ludovic Court`es |
2007-08-30 | lout: Added support for drop capitals.•••* src/guile/skribilo/engine/lout.scm (lout-engine)[drop-capital?,
drop-capital-lines]: New customs.
(first-paragraph?, make-drop-capital?, output-with-drop-capital): New.
(paragraph)[first-paragraph?]: Moved outside.
Use an `:action' to support drop capitals.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-102
| Ludovic Court`es |
2007-08-29 | biblio: SRFI'd `author.scm'.•••* src/guile/skribilo/biblio/author.scm: Use `srfi-14'.
(%no-comma): New.
(comma-separated->author-list): Use `string-tokenize'.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-101
| Ludovic Court`es |
2007-08-29 | lout: Provide support for separate first-paragraph gap style.•••* src/guile/skribilo/engine/lout.scm (lout-engine)[first-paragraph-gap]:
New custom.
(paragraph)[first-paragraph?]: New. Use it to honor
`first-paragraph-gap'.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-100
| Ludovic Court`es |
2007-08-29 | `base' package: Introduced `noabbrev'.•••* src/guile/skribilo/engine/base.scm (noabbrev): New writer.
* src/guile/skribilo/package/base.scm (noabbrev): New markup.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-98
| Ludovic Court`es |
2007-08-29 | biblio: Properly handle non-string authors.•••* src/guile/skribilo/biblio/author.scm
(bib-sort/first-author-last-name)[maybe-first-author-last-name]: New.
Use it.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-97
| Ludovic Court`es |
2007-08-29 | biblio: Improved `bib-sort/first-author-last-name'.•••* src/guile/skribilo/biblio/author.scm
(bib-sort/first-author-last-name)[entry-field, <=?]: New.
Use them such that ordering also takes `year' and `title' into
account.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-96
| Ludovic Court`es |
2007-08-28 | ast: Provide better error messages.•••* src/guile/skribilo/ast.scm (handle-ast-error)[show-location]: Use it
in all cases. Internationalized error messages.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-95
| Ludovic Court`es |
2007-08-27 | lout: Use `@OnePage' for `figure'.•••* src/guile/skribilo/engine/lout.scm (figure): Use "@OnePage { Yes }" so
that figure and caption are kept on the same page. This looks like a
sane default, since multi-page figures are expected to be rare.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-94
| Ludovic Court`es |
2007-08-24 | Slightly improved AST classes and methods.•••* src/guile/skribilo/ast.scm: For all simple getters, use GOOPS's
`:getter' rather than define functions that call `slot-ref'.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-93
| Ludovic Court`es |
2007-08-24 | Added `equal?' for ASTs.•••* src/guile/skribilo/ast.scm (equal?): New methods, for <ast>, <node>
and <markup>.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-92
| Ludovic Court`es |
2007-08-24 | eq/lout: Tiny fix.•••* src/guile/skribilo/package/eq/lout.scm (in): Use `in' instead of
`element', which fixes spacing.
(notin): Likewise.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-91
| Ludovic Court`es |
2007-08-24 | eq/lout: Use "strut @Font" within parenthesized expressions.•••* src/guile/skribilo/package/eq/lout.scm (%left-paren): Use "strut
@Font" for the expression that follows.
(%right-paren): Updated accordingly.
(combinations): Use "nostrut @Font".
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-90
| Ludovic Court`es |
2007-08-23 | `eq' package: Switched to Lout's `@Math'.•••* src/guile/skribilo/package/eq.scm (*use-lout-eq2?*): Renamed to...
(*use-lout-math?*): Default to `#t' since `@Math' is now part of Lout,
from version 3.36.
* src/guile/skribilo/package/eq/lout.scm: Updated accordingly.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-89
| Ludovic Court`es |
2007-08-20 | Merge from skribilo@sv.gnu.org--2006•••Patches applied:
* lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2 (patch 122-127)
* skribilo@sv.gnu.org--2006/skribilo--devo--1.2 (patch 138-143)
- sui: Small autoload fix.
- `outline' reader: Fixed `append-trees'.
- Added `html-navtabs' by Manuel Serrano.
- html-navtabs: Permit disabling of CSS output.
- Allow arbitrary keyword arguments in `define-markup'.
- Documented `html-navtabs'.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-88
| Ludovic Court`es |
2007-08-20 | Allow for user-specified section numbers.•••* src/guile/skribilo/ast.scm: Use `srfi-13'.
(markup-number-string): Made tail-recursive. Allow for non-number
`:number' options.
* src/guile/skribilo/package/base.scm (section-number): Allow non-number
`:number' options to pass through.
(chapter): Use `section-number'.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-86
| Ludovic Court`es |
2007-08-20 | lout engine: Always use `@BypassNumber'.•••* src/guile/skribilo/engine/lout.scm (lout-block-before): Always use
`@BypassNumber'.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-85
| Ludovic Court`es |
2007-07-29 | Allow arbitrary keyword arguments in `define-markup'.•••* src/guile/skribilo/lib.scm (define-markup)[fix-rest-arg]: Add
`:allow-other-keys' so that package like `html-navtabs' can require
extra keyword arguments.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-142
| Ludovic Courtes |
2007-07-29 | html-navtabs: Permit disabling of CSS output.•••* src/guile/skribilo/package/html-navtabs.scm (&html-header-style):
Check whether `html-navtabs-produce-css?' is set.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-141
| Ludovic Courtes |
2007-07-29 | Added `html-navtabs' by Manuel Serrano.•••* src/guile/skribilo/package/Makefile.am (dist_guilemodule_DATA): Added
`html-navtabs.scm'.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-140
| Ludovic Courtes |
2007-07-26 | `outline' reader: Fixed `append-trees'.•••* src/guile/skribilo/reader/outline.scm (append-trees): Make sure only
symbols can appear as the head of the resulting list.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-139
| Ludovic Courtes |
2007-07-18 | sui: Small autoload fix.•••* src/guile/skribilo/sui.scm: Autoload `parameters' on
`*destination-file*'.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-138
| Ludovic Courtes |
2007-07-04 | Moved SUI stuff from `html.scm' to `sui.scm'.•••* src/guile/skribilo/engine/html.scm: Use `(skribilo sui)'.
Export `html-title-engine' and `html-file'.
(document-sui, sui-referenced-file, sui-marks, sui-blocks): Moved.
* src/guile/skribilo/sui.scm: Use required modules.
(document-sui, sui-referenced-file, sui-marks, sui-blocks): New.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-136
| Ludovic Courtes |
2007-07-04 | Fixed the `sui' module.•••* src/guile/skribilo/Makefile.am (dist_guilemodule_DATA): Added
`sui.scm'.
* src/guile/skribilo/sui.scm (sui-filter): Removed single-operand `and'.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-135
| Ludovic Courtes |
2007-07-04 | Renamed the `coloring' module tree to `source' for consistency.•••git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-134
| Ludovic Courtes |
2007-07-01 | Fixed and simplified `(ref :line ...)', aka. `line-ref'.•••* src/guile/skribilo/engine/base.scm (line-ref): Changed the way the
number is obtained.
* src/guile/skribilo/engine/context.scm (line-ref): Removed.
* src/guile/skribilo/engine/html.scm (&prog-line): New. Produce an
anchor. Needed because `mark' are no longer produced by
`make-prog-body'.
(line-ref): Changed the way the number is obtained.
* src/guile/skribilo/engine/latex.scm (line-ref): Removed.
* src/guile/skribilo/engine/lout.scm (line-ref): Removed.
* src/guile/skribilo/prog.scm (make-line-mark): Removed.
(make-prog-body): No longer use it.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-133
| Ludovic Courtes |
2007-07-01 | Removed global hash tables for marks and program lines.•••* src/guile/skribilo/package/base.scm (*mark-table*): Removed.
(mark): Return the new mark without touching `*mark-table*'. Use `bs'
as the mark's identifier.
(ref)[mark-ref]: Simplified using `do-ident-ref'.
[line-ref]: Use the new `resolve-line'.
* src/guile/skribilo/prog.scm: Use `srfi-1'.
(*lines*): Removed.
(make-line-mark): Don't use `*lines*'. Removed `m' parameter.
(resolve-line): Take an additional `doc' argument.
(extract-string-mark): Fixed.
(flat-lines): Use `concatenate' instead of `apply append'.
(make-prog-body)[regexp]: Use brackets.
Fixed invocation of `make-line-mark'.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-132
| Ludovic Courtes |
2007-07-01 | `base' package: Honor `:line #f' in `prog'.•••* src/guile/skribilo/prog.scm: Use `srfi-11' instead of `receive'.
(make-prog-body): When creating a `&prog-line', set the `:number'
option only if `lnum-init' is true.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-130
| Ludovic Courtes |
2007-07-01 | `lout' engine: Fixed argument passing for `lout-illustration'.•••* src/guile/skribilo/engine/lout.scm (lout-illustration): Better compute
argument string for `lout'.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-129
| Ludovic Courtes |