Gavin Smith wrote:
> On Wed, Dec 21, 2022 at 10:55:41PM -0700, arn...@skeeve.com wrote:
> > Hi.
> >
> > I have fixed that sidebar to be a subsection and made other changes
> > for LaTeX support. It's now integrated into the gawk-5.2-stable and
> > master branches in the gawk git repo.
> >
> > W
On Wed, Dec 21, 2022 at 10:55:41PM -0700, arn...@skeeve.com wrote:
> Hi.
>
> I have fixed that sidebar to be a subsection and made other changes
> for LaTeX support. It's now integrated into the gawk-5.2-stable and
> master branches in the gawk git repo.
>
> W.R.T. sidebars, please let me know wh
pertu...@free.fr wrote:
> Here is the a commit that fix the issue of @float in @cartouche:
> https://git.savannah.gnu.org/cgit/texinfo.git/commit/?id=afc41f26aeefe90ee86c3086955e24a4b645085b
>
> It won't float, but should be otherwise ok.
Great, thanks!
Arnold
On Thu, Dec 22, 2022 at 11:22:40AM +0100, pertu...@free.fr wrote:
> On Wed, Dec 21, 2022 at 09:13:08PM -0700, arn...@skeeve.com wrote:
> > Hi.
> >
> > Thanks for figuring this out. The problem is that in this case
> > there is no way to directly give the table a title and anchor for cross
> > ref
Hi.
pertu...@free.fr wrote:
> > In any case, making this an explicit parse error would probably help.
>
> After some thinking it is not so clear to me that we should flag it as
> an error, as it could also be in the formatting backends that the float
> is made non floating. In texi2any at least
On Wed, Dec 21, 2022 at 09:13:08PM -0700, arn...@skeeve.com wrote:
> Hi.
>
> Thanks for figuring this out. The problem is that in this case
> there is no way to directly give the table a title and anchor for cross
> referencing from the main text except by wrapping it in @float.
>
> I suppose tha
Hi.
I have fixed that sidebar to be a subsection and made other changes
for LaTeX support. It's now integrated into the gawk-5.2-stable and
master branches in the gawk git repo.
W.R.T. sidebars, please let me know when texinfo.tex supports
@cartouche with a title.
This has been an interesting an
Hi.
Thanks for figuring this out. The problem is that in this case
there is no way to directly give the table a title and anchor for cross
referencing from the main text except by wrapping it in @float.
I suppose that I could just make this particular sidebar a regular
subsection, but the genera
Hello,
The error actually comes from a construct like
@cartouche
@float Table,label
@caption{Return}
@end float
@end cartouche
My feeling is that @float should only be valid at top-level, not in a
block command, such as @cartouche, if in a block, the float cannot
float.
I would propose to ha
Hi Patrice,
> > Going through ps nowadays is not really needed, such that this can be
> > simplified in
> >
> > makeinfo --latex gawk.texi
> > pdflatex gawk.tex
> > pdflatex gawk.tex
>
> Thanks. I'm getting errors. Once I've pushed things to Git
> where folks can get to it I will send more i
pertu...@free.fr wrote:
> Going through ps nowadays is not really needed, such that this can be
> simplified in
>
> makeinfo --latex gawk.texi
> pdflatex gawk.tex
> pdflatex gawk.tex
Thanks. I'm getting errors. Once I've pushed things to Git
where folks can get to it I will send more inform
On Wed, Dec 21, 2022 at 01:41:59AM -0700, arn...@skeeve.com wrote:
>
> I've never used latex. I assume the sequence is something like
>
> makeinfo --latex gawk.texi # should have no errors / warnings
> latex gawk.tex
> latex gawk.tex # second time for xrefs and indexing
>
pertu...@free.fr wrote:
> On Tue, Dec 20, 2022 at 02:00:18AM -0700, arn...@skeeve.com wrote:
> > Does makeinfo generate LaTeX these days?
>
> Yes, and we'd welcome feedback, in particular on customization of the
> LaTeX output.
>
> > Can that be done for TeX and Info?
>
> It is done for all the te
On Tue, Dec 20, 2022 at 02:00:18AM -0700, arn...@skeeve.com wrote:
> Does makeinfo generate LaTeX these days?
Yes, and we'd welcome feedback, in particular on customization of the
LaTeX output.
> Can that be done for TeX and Info?
It is done for all the texi2any output formats:
https://git.savan
Thanks Patrice for the makeinfo change!
pertu...@free.fr wrote:
> 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
> > > Doc
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 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 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
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
suggestion.
I don't think there are specific constraints to what can go into
a sidebar
Hello,
On Sat, Dec 17, 2022 at 01:28:21PM -0700, arn...@skeeve.com wrote:
> Hi.
>
> I'd like to request a feature.
>
> I would like to have
>
> @sidebar Sidebar Title Here
>
> @end sidebar
This looks like @cartouche in Texinfo. The difference is that
@cartouche never ha
Hi.
I'd like to request a feature.
I would like to have
@sidebar Sidebar Title Here
@end sidebar
For docbook, this becomes something like
Sidebar Title Here
and for everything else
@cartouche
@center @b{Sidebar Title
21 matches
Mail list logo