Age | Commit message (Collapse) | Author |
|
Patches applied:
* skribilo--devo--1.2 (patch 60-90)
- slide: Propagate the `outline?' parameter in `slide-(sub)?topic'.
- Lout engine: Honor `date-line' for slides.
- prog: Fixed line number output (`&prog-line').
- doc: Fixed the Fibonacci example in ``Computer Programs''.
- Lout engine: Honor `inline-definitions-proc'.
- Merge from skribilo@sv.gnu.org--2006
- Added a `:arguments' keyword to `slide-embed'.
- Lout engine: Implemented `slide-embed'.
- Lout engine: Added a `lout-program-arguments' custom.
- slide: Improved HTML output, especially wrt. the use of CSS.
- slide/html: Issue only one anchor per slide.
- lout engine: Fixed the default value of `lout-program-arguments'.
- 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'.
- lout & latex engines: Fixed the output of `&prog-line'.
- eq/lout: Properly handle `div-style' and `mul-style'.
- Fixed `publisher' in default biblio entry style.
- lout engine: Fixed automatic `url-ref' breaking wrt. spacing.
* skribilo--devo--1.2- (version 0)
- Sealing. Moving to `lcourtes@laas.fr--2006-libre/skribilo--devo--1.2'.
* lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2 (patch 76-91)
- Merge from skribilo@sv.gnu.org--2006/skribilo--devo--1.2
- color.scm: Added support for `lightred'. :-)
- Added the `(skribilo biblio template)' module.
- Lout engine: Make URLs breakable; make bibliography defaults sane.
- 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 (base, patch 1-33)
- tag of lcourtes@laas.fr--2005-libre/skribilo--devo--1.2--patch-59
- slide: Propagate the `outline?' parameter in `slide-(sub)?topic'.
- Lout engine: Honor `date-line' for slides.
- prog: Fixed line number output (`&prog-line').
- doc: Fixed the Fibonacci example in ``Computer Programs''.
- Lout engine: Honor `inline-definitions-proc'.
- color.scm: Added support for `lightred'. :-)
- Added a `:arguments' keyword to `slide-embed'.
- Lout engine: Implemented `slide-embed'.
- Lout engine: Added a `lout-program-arguments' custom.
- slide: Improved HTML output, especially wrt. the use of CSS.
- slide/html: Issue only one anchor per slide.
- lout engine: Fixed the default value of `lout-program-arguments'.
- Added the `(skribilo biblio template)' module.
- Lout engine: Make URLs breakable; make bibliography defaults sane.
- 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--engine-classes--1.2--patch-14
|
|
* doc/user/slide.skb (Example): Pass E to `markup-writer' for
`slide-vspace' and `slide-embed'. Specify `:options' as well.
* doc/user/user.skb: Use `(skribilo package slide)'.
git-archimport-id: lcourtes@laas.fr--2005-mobile/skribilo--engine-classes--1.2--patch-4
|
|
* src/guile/skribilo/package/slide.scm (slide-embed): Added an
`arguments' keyword.
* doc/user/slide.skb: Updated the markup documentation.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-7
|
|
* src/guile/skribilo/package/slide.scm (slide-embed): Added an
`arguments' keyword.
* doc/user/slide.skb: Updated the markup documentation.
git-archimport-id: lcourtes@laas.fr--2005-libre/skribilo--devo--1.2--patch-66
|
|
* src/guile/skribilo/package/slide.scm (slide-topic): Propagate the
`outline?' parameter as an option.
(slide-subtopic): Likewise.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-1
|
|
Serrano).
git-archimport-id: lcourtes@laas.fr--2005-libre/skribilo--devo--1.2--patch-50
|
|
* doc/user/slide.skb (Slide): Renamed to `Slides and Slide Topics'.
Added the relevant markup documentation.
* doc/user/src/slides.skb: Added an introduction and a slide topic.
git-archimport-id: lcourtes@laas.fr--2005-libre/skribilo--devo--1.2--patch-46
|
|
* doc/user/Makefile.am (%.html): Added `-P ../img'.
(%.lout): Likewise.
(SUBDIRS): New.
* doc/user/char.skb (Some characters): Use the Lout-specific example for
`!' when relevant.
* doc/user/figure.skb (The figure markup): Avoid using `example-produce'.
* doc/user/slide.skb (dummy-slide-set-output): New.
(dummy-slide-output): New.
(dummy-slide-vspace-output): New.
(dummy-slide-embed-output): New.
(Example of Skribilo Slides): Use a processor, as in `document.skb', in
order to use the dummy output functions.
git-archimport-id: lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2--patch-50
|
|
* doc/skr/api.skr (make-engine?): Fixed.
(make-engine-custom): Likewise.
* doc/skr/manual.skr (the-index): Don't pass `:&skribe-eval-location'.
* doc/user/emacs.skb: Fixed typo.
* doc/user/htmle.skb: Documented the `file-name-proc' custom.
* doc/user/package.skb: Fixed the `prgm' example there.
* doc/user/skribe-config.skb: Commented out the `OPTIONS' section.
* doc/user/skribec.skb: Likewise.
* doc/user/slide.skb: Don't refer to HTML-ENGINE, use `find-engine'
instead.
* doc/user/src/slides.skb: Don't pass `:slide' to `toc'.
* doc/user/toc.skb: Commented the `:subsubsection' argument.
* doc/user/user.skb (Index): Set `:indent' to "Index".
* src/guile/skribilo.scm (skribilo-options): Added `--image-path'.
(skribilo): Handle it.
* src/guile/skribilo/ast.scm (ast->file-location): Exported.
* src/guile/skribilo/engine/base.scm (the-index): Don't pass
`:&skribe-eval-location'.
* src/guile/skribilo/engine/html.scm: Export `html-width' and
`html-title-authors'.
* src/guile/skribilo/engine/lout.scm (lout-width): Don't use `flonum?'.
* src/guile/skribilo/evaluator.scm (load-document): Added
`:allow-other-keys' so that the optional parameters may contain
keywords, too.
* src/guile/skribilo/package/slide.scm: Use `(skribilo engine html)'.
* src/guile/skribilo/skribe/api.scm (toc): Added `subsubsection'.
git-archimport-id: lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2--patch-31
|
|
* doc/skr/api.skr: Use `(skribilo reader)' and `(skribilo utils syntax)'.
(api-search-definition): Added a SKRIBE-SOURCE? argument.
Determine the appropriate reader based on its value.
(keyword->symbol): Removed.
(define-markup?): Fixed.
(make-engine?): Fixed (but unverified).
(make-engine-custom): Likewise.
(sym/kw?): New.
(define-markup-formals): Fixed.
(define-markup-options): Likewise.
(define-markup-rest): Likewise.
(doc-markup): Added a SKRIBE-SOURCE? argument.
(doc-engine): Likewise.
* doc/user/*.skb: Updated the `:source' arguments to `doc-markup' and
`doc-engine'.
* src/guile/skribilo/utils/compat.scm (hashtable-update!): Fixed
according to the Bigloo manual.
git-archimport-id: lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2--patch-26
|
|
Initial import of Skribe 1.2d.
git-archimport-id: lcourtes@laas.fr--2004-libre/skribilo--devel--1.2--base-0
|