Re: feature request for sidebars

2022-12-19 Thread pertusus
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

Re: no-op brace command not starting a paragraph for mixing with raw output

2022-12-19 Thread Patrice Dumas
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 > >

Re: no-op brace command not starting a paragraph for mixing with raw output

2022-12-19 Thread Gavin Smith
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

Re: feature request for sidebars

2022-12-19 Thread Gavin Smith
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

Re: luatex disobeys `@allowcodebreaks false`

2022-12-19 Thread Gavin Smith
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

no-op brace command not starting a paragraph for mixing with raw output

2022-12-19 Thread Patrice Dumas
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

Re: feature request for sidebars

2022-12-19 Thread pertusus
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

Re: luatex disobeys `@allowcodebreaks false`

2022-12-19 Thread Werner LEMBERG
> \let-\normaldash <--- > \let_\realunder <--- > > the two marked lines Thinko. Only `\normaldash` needs to be fixed. Werner

Re: luatex disobeys `@allowcodebreaks false`

2022-12-19 Thread Werner LEMBERG
> 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-\

Re: luatex disobeys `@allowcodebreaks false`

2022-12-19 Thread Werner LEMBERG
> 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

luatex disobeys `@allowcodebreaks false`

2022-12-19 Thread Werner LEMBERG
[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