On Mon, Dec 19, 2022 at 10:43:08PM +, Gavin Smith wrote:
> On Sun, Dec 18, 2022 at 01:01:11AM -0700, arn...@skeeve.com wrote:
> > Hi Patrice.
> >
> > Having @cartouche take an optional title and render as in
> > Docbook would be a perfect solution for me. I don't need the @sidebar
> > command
On Mon, Dec 19, 2022 at 10:51:00PM +, Gavin Smith wrote:
> On Mon, Dec 19, 2022 at 10:30:04PM +0100, Patrice Dumas wrote:
> > Hello,
> >
> > With @inline* commands, it is rather easy to mix raw output with Texinfo
> > within paragraphs. With output format block commands such as @html, it
> >
On Mon, Dec 19, 2022 at 10:30:04PM +0100, Patrice Dumas wrote:
> Hello,
>
> With @inline* commands, it is rather easy to mix raw output with Texinfo
> within paragraphs. With output format block commands such as @html, it
> is also possible to mix blocks without starting paragraphs. However,
> t
On Sun, Dec 18, 2022 at 01:01:11AM -0700, arn...@skeeve.com wrote:
> Hi Patrice.
>
> Having @cartouche take an optional title and render as in
> Docbook would be a perfect solution for me. I don't need the @sidebar
> command specifically, just the fucntionality. So, I really like this
> suggesti
On Mon, Dec 19, 2022 at 11:35:24AM +, Werner LEMBERG wrote:
> The problem is that for LuaTeX it is not sufficient setting
> `\hyphenchar` to -1 to disable hyphenation at explicitly inserted `-`
> characters...
>
> The simplest solution is probably to change in this code
>
> ```
> \ifallowcode
Hello,
With @inline* commands, it is rather easy to mix raw output with Texinfo
within paragraphs. With output format block commands such as @html, it
is also possible to mix blocks without starting paragraphs. However,
there is no way to mix raw output with Texinfo outside of paragraph and
bloc
On Sun, Dec 18, 2022 at 01:01:11AM -0700, arn...@skeeve.com wrote:
> Hi Patrice.
>
> Having @cartouche take an optional title and render as in
> Docbook would be a perfect solution for me. I don't need the @sidebar
> command specifically, just the fucntionality. So, I really like this
> suggesti
> \let-\normaldash <---
> \let_\realunder <---
>
> the two marked lines
Thinko. Only `\normaldash` needs to be fixed.
Werner
> More diagnostic [...]
The problem is that for LuaTeX it is not sufficient setting
`\hyphenchar` to -1 to disable hyphenation at explicitly inserted `-`
characters...
The simplest solution is probably to change in this code
```
\ifallowcodebreaks
\let-\codedash
\let_\codeunder
\else
\let-\
> As can be seen, luatex ignores `@allowcodebreaks false`.
More diagnostic: For this input file
```
\input ltluatex
\input nodetree
\NodetreeSetOption[verbosity]{3}
\NodetreeRegisterCallback{postline}
\input texinfo
@allowcodebreaks false
@code{foo-bar}
@bye
```
'nodetree' shows the attached
[texinfo.tex 2022-12-17.18]
[LuaTeX, Version 1.15.0 (TeX Live 2022) Development id: 7509]
Consider this input file `luatex.texi`.
```
\input texinfo
@afivepaper
@set txicodequoteundirected
@set txicodequotebacktick
@allowcodebreaks false
This is a long-long-long-word and another @code{Long-L
11 matches
Mail list logo