<feed xmlns='http://www.w3.org/2005/Atom'>
<title>skribilo/doc, branch v0.9.3</title>
<subtitle>Document production tool written in Guile Scheme (unofficial mirror)</subtitle>
<id>http://git.systemreboot.net/skribilo/atom?h=v0.9.3</id>
<link rel='self' href='http://git.systemreboot.net/skribilo/atom?h=v0.9.3'/>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/'/>
<updated>2016-01-13T08:37:04+00:00</updated>
<entry>
<title>doc: Mention the effect of locales on bibliographies.</title>
<updated>2016-01-13T08:37:04+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2016-01-13T08:37:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=23ab14a2b86cc7153ca88da11bf8ef62c6d8895e'/>
<id>urn:sha1:23ab14a2b86cc7153ca88da11bf8ef62c6d8895e</id>
<content type='text'>
* doc/user/bib.skb (Printing a Bibliography): Add note on the effect of
locales.
</content>
</entry>
<entry>
<title>build: Add silent rules for substitutions.</title>
<updated>2015-03-11T16:25:55+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2015-03-11T16:25:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=689e8e64ed2287d4cb7a87c0fd25567e905cbe03'/>
<id>urn:sha1:689e8e64ed2287d4cb7a87c0fd25567e905cbe03</id>
<content type='text'>
* substitute.am (AM_V_SUBSTITUTE, AM_V_SUBSTITUTE_, AM_V_SUBSTITUTE_0):
  New variables.
* doc/man/Makefile.am (.in): Use $(AM_V_SUBSTITUTE).
* doc/user/Makefile.am (lout/front-page.lout): Likewise.
* src/Makefile.am (.in): Likewise.
* src/guile/Makefile.am (.in.scm): Likewise.
* emacs/Makefile.am (.in): Likewise.
</content>
</entry>
<entry>
<title>build: Invoke 'lout' with the GNU-style error message format.</title>
<updated>2015-03-11T16:21:01+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2015-03-11T16:21:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=76cc8df4c6c5ae0e1c7b0ad1c7ed1b0f6b5479c6'/>
<id>urn:sha1:76cc8df4c6c5ae0e1c7b0ad1c7ed1b0f6b5479c6</id>
<content type='text'>
* doc/user/Makefile.am (.lout.ps): Add '-a'.
</content>
</entry>
<entry>
<title>build: Add silent rules for the manual.</title>
<updated>2015-03-11T16:19:10+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2015-03-11T16:19:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=2e935aed4c8536da73b855ad869b654fcdcf2956'/>
<id>urn:sha1:2e935aed4c8536da73b855ad869b654fcdcf2956</id>
<content type='text'>
* doc/user/Makefile.am (AM_V_SKRINFO, AM_V_SKRINFO_, AM_V_SKRINFO_0,
  AM_V_SKRHTML, AM_V_SKRHTML_, AM_V_SKRHTML_0): New variables.
  (skribilo.info, .skb.html): Use them.
  (AM_V_SKRLOUT, AM_V_SKRLOUT_, AM_V_SKRLOUT_0, AM_V_LOUT, AM_V_LOUT_,
  AM_V_LOUT_0): New variables.
  (.lout.ps, .skb.lout): Use them.
</content>
</entry>
<entry>
<title>doc: Allow several expressions in the body of a markup procedure.</title>
<updated>2015-03-11T16:08:02+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2015-03-11T16:07:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=0301ad0d2b28afa09829667cf75425b8e0cc719c'/>
<id>urn:sha1:0301ad0d2b28afa09829667cf75425b8e0cc719c</id>
<content type='text'>
* doc/modules/skribilo/documentation/api.scm (define-markup-rest): Add
  ellipsis in the body pattern for DEF.
</content>
</entry>
<entry>
<title>Replace "illegal" with "invalid" in error messages.</title>
<updated>2015-03-11T13:25:25+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2015-03-11T10:55:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=48c9bba9b3a8e5155cb2b78bb417d583a9097898'/>
<id>urn:sha1:48c9bba9b3a8e5155cb2b78bb417d583a9097898</id>
<content type='text'>
There's nothing illegal here.

* doc/modules/skribilo/documentation/api.scm,
  src/guile/skribilo/ast.scm,
  src/guile/skribilo/debug.scm,
  src/guile/skribilo/engine/base.scm,
  src/guile/skribilo/engine/context.scm,
  src/guile/skribilo/engine/html.scm,
  src/guile/skribilo/engine/html4.scm,
  src/guile/skribilo/engine/latex.scm,
  src/guile/skribilo/package/base.scm,
  src/guile/skribilo/package/html-navtabs.scm,
  src/guile/skribilo/package/jfp.scm,
  src/guile/skribilo/package/lncs.scm,
  src/guile/skribilo/package/slide/latex.scm,
  src/guile/skribilo/utils/justify.scm,
  src/guile/skribilo/utils/keywords.scm,
  src/guile/skribilo/utils/text-table.scm: Change "illegal" to
  "invalid".
</content>
</entry>
<entry>
<title>Use quotes instead of backticks in user-facing messages.</title>
<updated>2015-03-11T10:23:25+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2015-03-11T10:13:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=48a66db9dad53b1078756df775a4efd06d649e28'/>
<id>urn:sha1:48a66db9dad53b1078756df775a4efd06d649e28</id>
<content type='text'>
Suggested by Benno Schulenberg &lt;coordinator@translationproject.org&gt;.

* doc/modules/skribilo/documentation/api.scm,
  src/guile/skribilo.scm, src/guile/skribilo/condition.scm,
  src/guile/skribilo/engine/lout.scm,
  src/guile/skribilo/package/base.scm,
  src/guile/skribilo/package/jfp.scm,
  src/guile/skribilo/package/lncs.scm,
  src/guile/skribilo/package/pie.scm,
  src/guile/skribilo/package/slide/latex.scm,
  src/guile/skribilo/utils/compat.scm,
  src/guile/skribilo/ast.scm,
  src/guile/skribilo/biblio.scm,
  src/guile/skribilo/engine/html.scm,
  src/guile/skribilo/engine/info.scm,
  src/guile/skribilo/index.scm,
  src/guile/skribilo/package/web-book2.scm,
  src/guile/skribilo/reader/rss-2.scm,
  src/guile/skribilo/source.scm,
  src/guile/skribilo/utils/compat.scm,
  src/guile/skribilo/verify.scm: Change `foo' to 'foo'.
</content>
</entry>
<entry>
<title>doc: Mention the (skribilo biblio) module.</title>
<updated>2012-08-18T15:35:58+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2012-08-18T15:35:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=67ef7c2829bba39aca0c18415219556a10a085ac'/>
<id>urn:sha1:67ef7c2829bba39aca0c18415219556a10a085ac</id>
<content type='text'>
* doc/user/bib.skb ("Sorting Bibliography Entries"): Mention
  the (skribilo biblio) module.  Reported by Roger Mason
  &lt;rmason@mun.ca&gt;.
</content>
</entry>
<entry>
<title>doc: Document the use of Guile's module system.</title>
<updated>2012-08-18T15:35:00+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2012-08-18T15:35:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=088bf5fa2ce9acfaef79f721c8809265b5ff30ad'/>
<id>urn:sha1:088bf5fa2ce9acfaef79f721c8809265b5ff30ad</id>
<content type='text'>
* doc/user/start.skb (Using Modules): New section.
</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>
</feed>
