[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Footnote
From: |
William Rehwinkel |
Subject: |
Re: Footnote |
Date: |
Wed, 21 Aug 2024 22:39:51 -0400 |
User-agent: |
Mozilla Thunderbird |
Dear Dimitri,
Actually, the \auto-footnote function operates a little weirdly (at
least it didn't seem intuitive to me). The `text` and `footnote` in
`\auto-footnote text footnote`
are just the contents of the markup, so you write what you would write
inside the brackets of \markup{}. Like below.
Thanks,
-William
P.S. Note the use of `\wordwrap`
% -----
\version "2.25.18"
\markup {Giovanni Pierluigi da Palestrina was an Italian composer of
late \auto-footnote "Renaissance" \wordwrap { \bold { Renaissance music
} is traditionally understood to cover European music of the 15th and
16th centuries. } music. }
On 8/21/24 15:56, Dimitri Sykias wrote:
How can I format text in \auto-footnote?
For example:
\markup {Giovanni Pierluigi da Palestrina was an Italian composer of late \auto-footnote
"Renaissance" "Renaissance music is traditionally understood to cover European music
of the 15th and 16th centuries." music. }
I want "Renaissance music" in the foot-note text to be bold and “th” in 15th
superscript. Also the text of \auto-footnote is not wrapped.
I tried ChatGPT but it gives a wrong code (it doesn’t compile):
\version "2.24.0"
\markup {
"Giovanni Pierluigi da Palestrina was an Italian composer of late"
\footnote
#"Renaissance"
#{
\markup {
\column {
\line { \bold "Renaissance music" }
\line { "is traditionally understood to cover European music of the"
\superscript { "15" } "th and 16th centuries." }
}
}
}
"music."
}
Thanks
--
William Rehwinkel (any pronouns)
Juilliard School '26 - Oberlin Conservatory '24
william@williamrehwinkel.net - https://williamrehwinkel.net
PGP Public Key: https://ftp.williamrehwinkel.net/pubkey.txt
OpenPGP_signature.asc
Description: OpenPGP digital signature
- Footnote, Dimitri Sykias, 2024/08/21
- Re: Footnote,
William Rehwinkel <=