[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re:
From: |
gilles . thibault |
Subject: |
Re: |
Date: |
Mon, 11 Aug 2014 23:43:39 +0200 |
User-agent: |
KMail/4.11.4 (Linux/3.12.25-desktop-3.mga4; KDE/4.11.4; x86_64; ; ) |
> #(define-markup-command (MyoddFooterMarkup layout props) ()
>
> (interpret-markup layout props
>
> #{\markup {
>
> \fromproperty #'paper:oddFooterMarkup=\markup {
>
> \fill-line {
>
> \center-column {
>
> \on-the-fly #part-last-page \fromproperty #'header:tagline
>
> \line { \on-the-fly #not-part-last-page { {" ̶"} \on-the-fly
> #print-page-number-check-first \bookpart-page-number {" ̶"} } }
>
> }
>
> }
>
> }
>
> }#}))
>
Bonjour.
Je ne peux pas expliquer le message d'erreur mais il y a un problème dans le
\markup. Le = n'est pas une commande markup
Il faut sûrement enlever la partie
\fromproperty #'paper:oddFooterMarkup=\markup {
#(define-markup-command (MyoddFooterMarkup layout props) ()
(interpret-markup layout props
#{\markup {
\fill-line {
\center-column {
\on-the-fly #part-last-page \fromproperty #'header:tagline
\line { \on-the-fly #not-part-last-page { {" ̶"} \on-the-fly #print-page-number-
check-first \bookpart-page-number {" ̶"} } }
}
}
}#}))
(J'ai pas vérifié si le nombre de { et } correspondent.