skribilo-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [skribilo-users] footnotes


From: Klaus Schilling
Subject: Re: [skribilo-users] footnotes
Date: Thu, 05 Nov 2009 19:04:52 +0100 (CET)

From: address@hidden (Ludovic Courtès)
Subject: Re: [skribilo-users] footnotes
Date: Wed, 07 Jan 2009 01:40:37 +0100

Hello,

> > what I meant is that footnotes declared inside a chapter don't show up 
> > unless the
> > chapter is in a file on its own. 
> 
> Oh, right.  The following patch appears to fix it:
> 
>   
> http://git.savannah.gnu.org/gitweb/?p=skribilo.git;a=commitdiff;h=d05d352ea3e8af3dbd53a021f83532198cd5cce6
> 

It is still bugged. Footnotes within a section outside any
chapter don't show up:

(chapter (section (footnote "foobar")) (chapter))





 and the presence of a section within a chapter
crashes Skribilo:

(document (chapter (section (p "foobar"))))

results in

ERROR: In procedure reverse:
ERROR: Wrong type argument in position 1: #f

The same happens when there are sections outside any chapter when the
document has no chapters at all.

The argument to reverse is delivered as the return value of a call to
container-get-env , an undocumented function ... there are several
possibilities for that function to return #f instead of a list, and I
don't know which of them applies here.

greetings,
Klaus Schilling




reply via email to

[Prev in Thread] Current Thread [Next in Thread]