<feed xmlns='http://www.w3.org/2005/Atom'>
<title>skribilo/doc/user/src, branch main</title>
<subtitle>Document production tool written in Guile Scheme (unofficial mirror)</subtitle>
<id>http://git.systemreboot.net/skribilo/atom?h=main</id>
<link rel='self' href='http://git.systemreboot.net/skribilo/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/'/>
<updated>2025-11-17T02:19:33+00:00</updated>
<entry>
<title>doc: Import (skribilo ast) in slides example.</title>
<updated>2025-11-17T02:19:33+00:00</updated>
<author>
<name>R.W.Flurando</name>
</author>
<published>2025-11-15T03:52:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=42a41c1ba8f9d490864d9c28d8fb1272289ef670'/>
<id>urn:sha1:42a41c1ba8f9d490864d9c28d8fb1272289ef670</id>
<content type='text'>
* doc/user/src/slides.skb: Import search-down from (skribilo ast).

Signed-off-by: Arun Isaac &lt;arunisaac@systemreboot.net&gt;
</content>
</entry>
<entry>
<title>Fix build without Lout.</title>
<updated>2012-07-07T11:21:37+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2012-07-07T11:06:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=5571cad0d19af06e98e89254de110d9a4dcde159'/>
<id>urn:sha1:5571cad0d19af06e98e89254de110d9a4dcde159</id>
<content type='text'>
Reported by rvclayton@verizon.net (R. Clayton).

* doc/user/Makefile.am (BUILT_SOURCES): Leave empty when !HAVE_LOUT.
  (skrflags): Add `-e "(define %have-lout? ...)".

* doc/user/loute.skb (Additional Markup): Don't evaluate
  `src/lout-illustration.skb' when not %HAVE-LOUT?.
* doc/user/eq.skb (Equation Formatting): Use 'lout as the renderer only
  when %HAVE-LOUT?.
* doc/user/src/eq3.skb: Likewise.
</content>
</entry>
<entry>
<title>doc: Add a `lout-illustration' example.</title>
<updated>2012-05-29T21:30:10+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2012-05-29T21:30:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=401d6f8f681e758c7cf391475d758db32135b1bd'/>
<id>urn:sha1:401d6f8f681e758c7cf391475d758db32135b1bd</id>
<content type='text'>
* doc/modules/skribilo/documentation/api.scm (le)[inline-definitions-proc]:
  Add @TeX and @LaTeX definitions.

* doc/user/src/lout-illustration.skb: New file.
* doc/user/Makefile.am (EXTRA_DIST): Add it.

* doc/user/loute.skb (Additional Markup): Add
  `src/lout-illustration.skb' as an example.
</content>
</entry>
<entry>
<title>doc: Fix line numbers in `prgm' examples.</title>
<updated>2012-05-26T14:37:15+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2012-05-26T14:22:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=d8adcb67fb37efde6f338a5842c9a1af4532e842'/>
<id>urn:sha1:d8adcb67fb37efde6f338a5842c9a1af4532e842</id>
<content type='text'>
* doc/user/src/prgm2.skb: Increase line numbers since the new licenses
  headers occupies two more lines.
</content>
</entry>
<entry>
<title>Factorize encoding twiddling in `set-correct-file-encoding!'.</title>
<updated>2010-03-07T23:27:57+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2010-03-07T23:27:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=86de6d9453a9d747bddadd20fce67e58c4dbe8c7'/>
<id>urn:sha1:86de6d9453a9d747bddadd20fce67e58c4dbe8c7</id>
<content type='text'>
* doc/modules/skribilo/documentation/api.scm (api-search-definition):
  Call `set-correct-file-encoding!'.

* doc/user/src/outline.txt (Author): Remove accent from last name, as a
  temporary hack.

* doc/user/syntax.skb: Call `set-correct-file-encoding!' in the
  `outline' syntax example.

* doc/user/user.skb: Use `(skribilo utils syntax)'.

* src/guile/skribilo.scm (skribilo): Replace encoding twiddling with
  `set-correct-file-encoding!' call.

* src/guile/skribilo/evaluator.scm (load-document, include-document):
  Likewise.

* src/guile/skribilo/source.scm (source-read-lines): Call
  `set-correct-file-encoding!'.
  (source-read-definition): Likewise.

* src/guile/skribilo/utils/syntax.scm (set-correct-file-encoding!): New
  macro.
</content>
</entry>
<entry>
<title>Add `coding:' comments.</title>
<updated>2009-11-27T22:11:42+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2009-11-27T22:11:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=cb2c1a2e6bef653cf9b7aa003d8fcfe09fc4eca0'/>
<id>urn:sha1:cb2c1a2e6bef653cf9b7aa003d8fcfe09fc4eca0</id>
<content type='text'>
Add `coding:' comments for use by both Emacs and Guile 2.x.
</content>
</entry>
<entry>
<title>doc: Improve `slide' example.</title>
<updated>2009-05-26T21:22:35+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2009-05-26T21:22:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=084cb80f6e0eb60a9617ba7d571bcbd6bbf9a880'/>
<id>urn:sha1:084cb80f6e0eb60a9617ba7d571bcbd6bbf9a880</id>
<content type='text'>
* doc/user/src/slides.skb (Table of Contents): Rewrite using `resolve'
  so that the TOC isn't empty.  Reported by James Haggerty
  &lt;james.haggerty@gmail.com&gt;.
</content>
</entry>
<entry>
<title>doc: Use the native API instead of `--compat=skribe'.</title>
<updated>2008-04-07T20:22:16+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2008-04-07T20:22:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=9745ff5744d97fa66b42587e6a304d3bdf8054ab'/>
<id>urn:sha1:9745ff5744d97fa66b42587e6a304d3bdf8054ab</id>
<content type='text'>
* doc/user/Makefile.am (skrflags): Remove `--compat=skribe'.

* doc/user/*.skb: Trivial API update.
</content>
</entry>
<entry>
<title>doc: Fix "Hello World" examples.</title>
<updated>2008-03-31T15:35:56+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2008-03-31T15:35:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=32ac2083ec2bd39c9b1c4f3b5047dfb1b2b81e8d'/>
<id>urn:sha1:32ac2083ec2bd39c9b1c4f3b5047dfb1b2b81e8d</id>
<content type='text'>
* doc/user/start.skb, doc/user/src/start?.skb: Fix inconsistencies.
  Reported by R. Clayton &lt;rvclayton@acm.org&gt;.
</content>
</entry>
<entry>
<title>doc: Document C/Java source highlighting.</title>
<updated>2008-02-05T18:11:04+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2008-02-05T18:11:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=e89efdd5d11a8571b4fc3d71c2ec9cd235e0bad5'/>
<id>urn:sha1:e89efdd5d11a8571b4fc3d71c2ec9cd235e0bad5</id>
<content type='text'>
</content>
</entry>
</feed>
