<feed xmlns='http://www.w3.org/2005/Atom'>
<title>skribilo, branch lcourtes@laas.fr--2005-libre,skribilo--devo--1.2</title>
<subtitle>Document production tool written in Guile Scheme (unofficial mirror)</subtitle>
<id>http://git.systemreboot.net/skribilo/atom?h=lcourtes%40laas.fr--2005-libre%2Cskribilo--devo--1.2</id>
<link rel='self' href='http://git.systemreboot.net/skribilo/atom?h=lcourtes%40laas.fr--2005-libre%2Cskribilo--devo--1.2'/>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/'/>
<updated>2006-12-12T17:04:12+00:00</updated>
<entry>
<title>Sealing.  Moving to `lcourtes@laas.fr--2006-libre/skribilo--devo--1.2'.</title>
<updated>2006-12-12T17:04:12+00:00</updated>
<author>
<name>Ludovic Court`es</name>
</author>
<published>2006-12-12T17:04:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=71f36fef3f9c1d0415c13f07d9cc1c97417de96f'/>
<id>urn:sha1:71f36fef3f9c1d0415c13f07d9cc1c97417de96f</id>
<content type='text'>
git-archimport-id: lcourtes@laas.fr--2005-libre/skribilo--devo--1.2--version-0
</content>
</entry>
<entry>
<title>lout engine: Fixed automatic `url-ref' breaking wrt. spacing.</title>
<updated>2006-12-11T16:02:55+00:00</updated>
<author>
<name>Ludovic Court`es</name>
</author>
<published>2006-12-11T16:02:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=37bc0ccc3cfcabbe042fe310943d2518e4bfff94'/>
<id>urn:sha1:37bc0ccc3cfcabbe042fe310943d2518e4bfff94</id>
<content type='text'>
* 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
</content>
</entry>
<entry>
<title>Fixed `publisher' in default biblio entry style.</title>
<updated>2006-12-08T17:47:59+00:00</updated>
<author>
<name>Ludovic Court`es</name>
</author>
<published>2006-12-08T17:47:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=86ce503639151de4235f322691571b9f2347c9aa'/>
<id>urn:sha1:86ce503639151de4235f322691571b9f2347c9aa</id>
<content type='text'>
* src/guile/skribilo/biblio/template.scm
  (make-bib-entry-template/default): Issue `publisher' for
  `inproceedings' entries.

* src/guile/skribilo/engine/base.scm (&amp;bib-entry-publisher): No italics.

git-archimport-id: lcourtes@laas.fr--2005-libre/skribilo--devo--1.2--patch-89
</content>
</entry>
<entry>
<title>eq/lout: Properly handle `div-style' and `mul-style'.</title>
<updated>2006-12-08T17:33:45+00:00</updated>
<author>
<name>Ludovic Court`es</name>
</author>
<published>2006-12-08T17:33:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=4e4849ca546074d9475229cc7508bc81b9b6c06c'/>
<id>urn:sha1:4e4849ca546074d9475229cc7508bc81b9b6c06c</id>
<content type='text'>
* src/guile/skribilo/package/eq/lout.scm (eq:*): Always pass the result
  through `mul-style-&gt;lout'.
  (eq:/): Likewise.

git-archimport-id: lcourtes@laas.fr--2005-libre/skribilo--devo--1.2--patch-88
</content>
</entry>
<entry>
<title>lout &amp; latex engines: Fixed the output of `&amp;prog-line'.</title>
<updated>2006-12-08T08:19:12+00:00</updated>
<author>
<name>Ludovic Court`es</name>
</author>
<published>2006-12-08T08:19:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=a24b5dbd2dc91b6fc3088c77a946fd8931e7e7dd'/>
<id>urn:sha1:a24b5dbd2dc91b6fc3088c77a946fd8931e7e7dd</id>
<content type='text'>
* src/guile/skribilo/engine/latex.scm: Use `(srfi srfi-13)'.
  (&amp;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
</content>
</entry>
<entry>
<title>Merge from skribilo@sv.gnu.org--2006</title>
<updated>2006-12-04T08:14:05+00:00</updated>
<author>
<name>Ludovic Court`es</name>
</author>
<published>2006-12-04T08:14:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=434bc748f845dd776392fcf2a9762a509070e251'/>
<id>urn:sha1:434bc748f845dd776392fcf2a9762a509070e251</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>doc: Updated the `eq' markup documentation.</title>
<updated>2006-12-03T21:54:14+00:00</updated>
<author>
<name>Ludovic Courtes</name>
</author>
<published>2006-12-03T21:54:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=fedce06edf8768b927ca91fb22ade620ac77ec2a'/>
<id>urn:sha1:fedce06edf8768b927ca91fb22ade620ac77ec2a</id>
<content type='text'>
* 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
</content>
</entry>
<entry>
<title>eq: Support automatic detection of inlining.</title>
<updated>2006-12-03T21:53:41+00:00</updated>
<author>
<name>Ludovic Courtes</name>
</author>
<published>2006-12-03T21:53:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=7996e5b2dddf1321d03b52635367a90cefa85c8d'/>
<id>urn:sha1:7996e5b2dddf1321d03b52635367a90cefa85c8d</id>
<content type='text'>
* 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
</content>
</entry>
<entry>
<title>eq/lout: Fixed binomial coefficient.</title>
<updated>2006-12-03T21:52:40+00:00</updated>
<author>
<name>Ludovic Courtes</name>
</author>
<published>2006-12-03T21:52:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=1eecf11d36df1ec53f22f9882199abf481bd7494'/>
<id>urn:sha1:1eecf11d36df1ec53f22f9882199abf481bd7494</id>
<content type='text'>
* 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
</content>
</entry>
<entry>
<title>eq: Added support for `:mul-style'.</title>
<updated>2006-12-03T21:52:02+00:00</updated>
<author>
<name>Ludovic Courtes</name>
</author>
<published>2006-12-03T21:52:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=80a7bbc7174962aaeca389b1b1592dc74297d50f'/>
<id>urn:sha1:80a7bbc7174962aaeca389b1b1592dc74297d50f</id>
<content type='text'>
* 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-&gt;lout): New.
  (eq:*): Support `:mul-style'.

git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-30
</content>
</entry>
</feed>
