Le 20/12/2021 à 19:54, Patrice Dumas a écrit :
On Mon, Dec 20, 2021 at 05:17:46PM +0100, Jean Abou Samra wrote:
Le 20/12/2021 à 17:01, Patrice Dumas a écrit :
On Wed, Nov 24, 2021 at 03:17:22PM +, Werner LEMBERG wrote:
Hello Gavin,
For the LilyPond documentation we are going to use
Le 20/12/2021 à 17:01, Patrice Dumas a écrit :
On Wed, Nov 24, 2021 at 03:17:22PM +, Werner LEMBERG wrote:
Hello Gavin,
For the LilyPond documentation we are going to use `pygments` to do
automatic colour highlighting of LilyPond snippets. We also want to
support this feature in the PDF m
While at it, a last question: what would be the
recommended way to include Texinfo commands in
a non-indented environment? In other words, I
would like to combine characteristics of @example
(understands commands) and @verbatim (does not
indent output). So far my workaround is wrapping
every line
Now that I look at the PDF output more closely,
I am seeing another issue with the display of
highlighted code samples. Here is an example:
\input{texinfo}
@quotation
Some words to fill the page.
@end quotation
@example
Some words to fill the page.
@emph{Some words to fill the page.}
@i{Some wo
Le 24/11/2021 à 21:50, Gavin Smith a écrit :
On Wed, Nov 24, 2021 at 3:17 PM Werner LEMBERG wrote:
For the LilyPond documentation we are going to use `pygments` to do
automatic colour highlighting of LilyPond snippets. We also want to
support this feature in the PDF manuals. To do so I ask