Re: Texinfo.tex, problem with too-long table inside @float

2023-12-05 Thread arnold
output to using the longtable package. Totally FYI, nothing necessarily actionable. Thanks again everyone. Arnold #! /usr/local/bin/gawk -f /^% use hidelinks/ { print "\\usepackage{longtable}" print next } /^\\begin\{table\}/ { getline caption # \cap

Re: Texinfo.tex, problem with too-long table inside @float

2023-12-03 Thread arnold
Some kind of simple improvements would be nice, but my immediate problems are under control. Much thanks, everyone! Arnold Karl Berry wrote: > I think I'd suggest omitting the \vtop if LOC is set to some new value, > like "longfloat". If table material was ever actually floated

Re: Texinfo.tex, problem with too-long table inside @float

2023-12-03 Thread arnold
. I think it did, but I will double check this. In any case, it just needs to be good enough for reviewers to read the book for review; production will be done with LaTeX. Much thanks! Arnold

Re: Texinfo.tex, problem with too-long table inside @float

2023-12-02 Thread arnold
Removing the \vtop from texinfo.tex did the trick for me. Not sure about makeinfo --latex though... Thanks, Arnold arn...@skeeve.com wrote: > Hi. > > Thanks for the response. I do have a number of floats (it's a good- > sized book) but this may be the only table that is

Re: Texinfo.tex, problem with too-long table inside @float

2023-12-02 Thread arnold
osed stuff inside one? That would suit me fine for both texinfo.tex and makeinfo --latex (which I will use to submit the book for production). Thanks! Arnold Gavin Smith wrote: > On Fri, Dec 01, 2023 at 10:45:14AM +0200, Aharon Robbins wrote: > > Hi. > > > > Using version 2023

Re: weird bug texinfo.tex 2023-03-21.06

2023-03-29 Thread arnold
Gavin Smith wrote: > I've attempted to fix it in version 2023-03-27.21. I tried to > support different configurations of manual (e.g. @contents at start, > @contents at end, no @contents) but it is quite possible I've missed > some possibilities. Looks good to me. Thanks! Arnold

Re: weird bug texinfo.tex 2023-03-21.06

2023-03-27 Thread arnold
d pages, has all the page numbers in roman numerals! > > > > I'm using texi2pdf 7.0.1. > > > > Let me know if you want a screen shot. > > > > Thanks, > > > > Arnold > > > > I've attempted to fix it in version 2023-03-27.21. I

Re: weird bug texinfo.tex 2023-03-21.06

2023-03-26 Thread arnold
tions and pages, has all the page numbers in roman numerals! > > > > I'm using texi2pdf 7.0.1. > > > > Let me know if you want a screen shot. > > > > Thanks, > > > > Arnold > > I replicated the issue with a version of gawk.texi I have insta

weird bug texinfo.tex 2023-03-21.06

2023-03-26 Thread arnold
Hi. I just formatted the gawk manual to PDF. The pages themselves look fine. However, using evince on Ubuntu 22.04, the side bar showing the sections and pages, has all the page numbers in roman numerals! I'm using texi2pdf 7.0.1. Let me know if you want a screen shot. Thanks, Arnold

Re: bug in texinfo.tex 2022-12-19.22

2023-01-03 Thread arnold
Hi. Gavin Smith wrote: > On Mon, Jan 02, 2023 at 10:36:20PM +0200, Arnold Robbins wrote: > > Hi. > > > > When I format the gawk manual using texinfo.tex 2022-12-19.22 > > there is a problem on the very first two pages. These are the > > pages from @shortti

bug in texinfo.tex 2022-12-19.22

2023-01-02 Thread Arnold Robbins
header and the number "2". This didn't use to happen. To reproduce: git clone https://git.savannah.gnu.org/r/gawk.git cd gawk ./bootstrap.sh && ./configure && make cd doc make pdf Thanks, Arnold

Re: feature request for sidebars

2022-12-24 Thread arnold
; master branches in the gawk git repo. > > > > W.R.T. sidebars, please let me know when texinfo.tex supports > > @cartouche with a title. > > Hello Arnold I have committed an implementation of this feature in > texinfo.tex. The title is centred and in bold. Please try it with &g

Re: feature request for sidebars

2022-12-22 Thread arnold
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

Re: feature request for sidebars

2022-12-22 Thread arnold
texi2any at least it could be relatively easy. > We could have an extra key stating that the float is actually floating > or not. I'm OK with that. I have already converted the problematic sidebar into a subsection, and I'm OK with that situation. Thanks, Arnold

Re: feature request for sidebars

2022-12-21 Thread arnold
sting and fun thread. I feel like we've accomplished something worthwhile, even if just in a small way. Thanks very much! Arnold 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 titl

Re: feature request for sidebars

2022-12-21 Thread arnold
general problem of tables and figures inside @cartouche remains. In any case, making this an explicit parse error would probably help. Thanks! Arnold pertu...@free.fr wrote: > Hello, > > The error actually comes from a construct like > > @cartouche > > @float Table,label >

Re: feature request for sidebars

2022-12-21 Thread arnold
| | l.9513 \caption |{Return values from \texttt{close()} of a pipe} If you wish to make changes and test, please edit gawktexi.in and then use 'make gawk.texi' to get input for makeinfo. I'm using makeinfo 7.0.1 and the texinfo.tex from the texinfo-7.0.1 distribution. Much thanks, Arnold

Re: feature request for sidebars

2022-12-21 Thread arnold
n get to it I will send more information. Arnold

Re: feature request for sidebars

2022-12-21 Thread arnold
ors / warnings latex gawk.tex latex gawk.tex # second time for xrefs and indexing dvi2ps gawk.dvi gawk.ps ps2pdf gawk.ps gawk.pdf If not, what's the right incantation(s)? Thanks! Arnold

Re: feature request for sidebars

2022-12-20 Thread arnold
in a table, so a table title should be ok. Any > idea on how the @cartouche title should be formatted in Plaintext/Info? > Maybe simply output the line followed by an empty line? I transformed @sidebar into @cartouche @center{@b{Title Stuff Here}} @end cartouche Can that be done for TeX and Info? Thanks! Arnold

Re: feature request for sidebars

2022-12-18 Thread arnold
go into a sidebar (I assume you mean within the docbook context). I remember trying to get sidebars working as macros a long time ago and it not working very well. I would like it to work in TeX as well as in everything else since I use texi2pdf a lot. Thanks! Arnold Patrice Dumas wrote: > Hell

feature request for sidebars

2022-12-17 Thread arnold
oints. The gawk manual has a number of them. Much thanks, Arnold

Re: `texindex` output depends on locale settings

2022-11-06 Thread arnold
ge. It's not that big a program to start with, 648 lines in the current texinfo repo. Gavin, please sync with me offline as to what, if anything, you want me to do. Thanks, Arnold

Re: `texindex` output depends on locale settings

2022-11-06 Thread arnold
t GLIBC), it should be possible to do more than they currently do now. Arnold

Re: `texindex` output depends on locale settings

2022-11-06 Thread arnold
ut. > I mean: what if the document is encoded in Latin-1, but the locale's > codeset is UTF-8? Then the 0xE0 byte (à in Latin-1 encoding) will > probably not be identified as lower-case. Again, I have some thoughts, I'll have to work with the texinfo maintainer on this. Thanks, Arnold

Re: `texindex` output depends on locale settings

2022-11-06 Thread arnold
/[[:lower:]]/ } And similar for the others. That would work for any unicode character. Arnold

Re: `texindex` output depends on locale settings

2022-11-06 Thread arnold
de or other multibyte character sets. Arnold Werner LEMBERG wrote: > > [texindex (GNU texinfo) 6.8dev] > [GNU Awk 4.2.1, API: 2.0] > [openSUSE Leap 15.4] > > > There are two bugs with texindex, making it basically unusable for > everything except English as the main documen

Re: Feature request: multilevel indexing for TeX

2019-05-19 Thread arnold
Glad to hear it! Enjoy. Arnold Raymond Toy wrote: > On Sun, May 19, 2019 at 8:44 AM Raymond Toy wrote: > > > Thanks for looking into this. I think I'm getting confused on which > > version of makeinfo and texindex.tex is getting used. (I have 3 version on > > m

Re: Feature request: multilevel indexing for TeX

2019-05-19 Thread arnold
Hi. Gavin is the TeXpert, but > It's easy enough for me to work around this by just globally replacing > @cpsubindex{foo, bar} with @cindex foo @subentry bar Doing that is probably your best bet, IMHO. Arnold Raymond Toy wrote: > Found a small issue and I'm not sure

Re: Feature request: multilevel indexing for TeX

2019-05-10 Thread arnold
You're welcome. Gavin did most of the work. I've revised (but not yet merged) the index for the gawk manual to take advantage of the new features, and it too looks wonderful. I'm pleased with the new features and am glad other people are using them too. Regards, Arnold Ray

Re: Feature request: multilevel indexing for TeX

2019-04-28 Thread arnold
he gawk manual's index to take advantage of this and it makes for an incredible improvement. Thanks again, Arnold

Re: @subentry now implemented in texi2any

2019-03-17 Thread arnold
like @see or @seealso, it might > be good to see if the current approach with @subentry works for people. This is all really cool. I will see if I can't get a revised texindex done by the end of the week and start testing. It should not be hard, I just have to steal some time... Thanks, Arnold

Re: Feature request: multilevel indexing for TeX

2019-03-14 Thread arnold
ar output could > be output for LaTeX, but I didn't find how to get the dot leaders type > of index formatting in the time I spent on it. The source for Karl's "TeX for the Impatient" is available, as a GNU project even. That might be a useful reference. I kind of like the leaders (or at least the right justified page numbers) myself. In any case, those are my current thoughts. Thanks! Arnold

Re: Feature request: multilevel indexing for TeX

2019-03-07 Thread arnold
le} @cindex @code{print} statement @seealso{redirection@comma{} of output} (Can texinfo.tex add back the comma before the @see/@seealso?) Leading to: @entry{output record separator, See ORS variabale}{}{output record separator @see{@code{ORS} variable}} @entry{print statement, See Also redirection, of output}{}{@code{print} statement @seealso{redirection@comma{} of output}} Thoughts? Thanks! Arnold

Re: imperfect support in texindex for @ as escape character (was multilevel indexing for TeX)

2019-03-06 Thread arnold
Hi. Fix is pushed to git. Thanks, Arnold arn...@skeeve.com wrote: > Hi. > > Gavin Smith wrote: > > > On Sun, Mar 03, 2019 at 08:51:05PM +, Gavin Smith wrote: > > > As far as I know the only barrier to changing the escape character is > > >

Re: imperfect support in texindex for @ as escape character (was multilevel indexing for TeX)

2019-03-05 Thread arnold
t a Texinfo index file\n", filename) - Special_chars = "{}" + Special_chars = "{}" Command_char } @ I will push this later or you can beat me to it. :-) Thanks, Arnold

Re: Feature request: multilevel indexing for TeX

2019-03-03 Thread arnold
espresso makers @see{coffee makers} @cindex coffee @seealso{instant coffee} How much of this works for you? Thanks! Arnold

Re: Feature request: multilevel indexing for TeX

2019-03-01 Thread arnold
y be a possibility. @indent makes sense, since that's what happens on the page, but I can live with @tab also, or something like @subind might be good too. I don't have strong feelings, as long as it makes reasonable sense and is easy to convert an existing entry to it. This is starting to come together in my head, at least in terms of what texindex will need to do. Thanks! Arnold

Re: Feature request: multilevel indexing for TeX

2019-02-28 Thread arnold
. Otherwise it is > quite likely I will get to this some time in the next month. I am starting to learn about TeX. It's a hard hill to climb though... Much thanks! Arnold

Re: Feature request: multilevel indexing for TeX

2019-02-25 Thread arnold
h the TeX part or the makeinfo part. > > I think it should work with \primary and \secondary the same as C texindex > did. Could we do \tertiary also? Or is that asking too much? > I don't think implementing it would be too much of a barrier. The more > important thing is to get the interface right. > > > Does all this make sense? Is it something that can be added to > > the TODO list? > > Yes, I don't see why not. How do we move forward? Thanks! Arnold

Feature request: multilevel indexing for TeX

2019-02-21 Thread arnold
ltiple sort keys if this would help. Unfortunately, I don't think I can help with the TeX part or the makeinfo part. Does all this make sense? Is it something that can be added to the TODO list? Please cc me on replies, as I'm not on this list. Much thanks! Arnold

Re: crop marks?

2018-11-25 Thread arnold
y because I am thinking about self-publishing a book and using @smallbook for it ... OTOH, I don't want to overburden you for a feature that truly is rarely used. You're the maintainer, so your call. If you choose to kill the feature now I'll let you know when I get close to being ready to print. Thanks! Arnold

Re: crop marks?

2018-11-24 Thread arnold
will try to print a page and measure the dimensions of what the cropmarks delineate. Much thanks! Arnold

Re: crop marks?

2018-11-21 Thread arnold
the lower cropmarks are indeed > visible. They were invisible before because they had disappeared off > the bottom of the page - probably they are being printed too far down. With Texinfo 2018-09-21.20 and this change, I still don't see the bottom crop marks. I'm using texi2pdf to make the PDF and evince to view it. Thanks, Arnold

Re: crop marks?

2018-11-21 Thread arnold
h #8\relax > > and use @smallbook and @cropmarks, the lower cropmarks are indeed > visible. They were invisible before because they had disappeared off > the bottom of the page - probably they are being printed too far down. I will try this out. Much thanks! Arnold

Re: crop marks?

2018-11-19 Thread arnold
ular pages. I don't doubt that that bit of texinfo.tex is suffering terribly from bit rot. :-( Maybe Karl can help? Thanks for looking into this. It's not at all urgent, but it'd be nice if it got attended to sometime in the next months. Much thanks, Arnold

Re: crop marks?

2018-11-19 Thread arnold
rticular document would look like in @smallbook. I'm starting to think about self-publishing something written in Texinfo, which is why I wanted to see what @smallbook looked like. Much thanks! Arnold

crop marks?

2018-11-13 Thread arnold
but I only get the cropmarks on the top of the page. I'm fairly sure this is an undocumented feature, but if it could be restored to working order sometime soon, I'd appreciate it. Thanks, Arnold

Re: texinfo.tex problem formatting index

2017-11-17 Thread arnold
. > > Much thanks! I appreciate the effort. Maybe you can drag Karl out > of retirement for a bit to help. :-) > > Thanks, > > Arnold I just updated and tried it out. It looks great now! Thanks! Arnold

Re: texinfo.tex problem formatting index

2017-11-17 Thread arnold
gt; I've realised my fix is wrong and only appeared to work by accident > (I wrote \ht\pagetotal instead of \pagetotal by mistake). I'll look at > it and see if it can be fixed but I can't guarantee anything. Much thanks! I appreciate the effort. Maybe you can drag Karl out of retirement for a bit to help. :-) Thanks, Arnold

texinfo.tex problem formatting index

2017-11-15 Thread Arnold Robbins
responses, I'm not on the bug-texinfo list. Thanks! Arnold

Re: Updating contrib/prepinfo.awk

2017-11-09 Thread arnold
Gavin Smith wrote: > On Tue, Nov 07, 2017 at 09:58:49PM +0200, Arnold Robbins wrote: > > I would just update the .awk file. I think I still have commit access > > to the SVN repo, so I'll just do it directly, but I wanted to let > > the maintainers know this is coming

Updating contrib/prepinfo.awk

2017-11-07 Thread Arnold Robbins
ill have commit access to the SVN repo, so I'll just do it directly, but I wanted to let the maintainers know this is coming. If it's not OK, please let me know. Thanks! Arnold

Re: texinfo.tex - part header in long table of contents

2017-08-24 Thread arnold
Please try the latest > version (2017-08-23.19). Thanks for the report. Looks great! Glad to help, and much thanks for the fix. THANK YOU for keeping Texinfo healthy. I've been working in it for over two decades (!) and it's still the best markup language I've ever used. Thanks, Arnold

Re: texinfo.tex - part header in long table of contents

2017-08-22 Thread arnold
it's split. > > OK, I'll be happy to look at how to change how the continuation line is > indented. It's both lines that are outdented. Format the doc and look at the page, it'll be very clear. :-) Thanks, Arnold

Re: texinfo.tex - part header in long table of contents

2017-08-22 Thread arnold
page in a PDF viewer and you'll see what I am talking about. See also the mail I just sent today indicating at which SVN commit it broke. Thanks, Arnold

gawk TOC issue - section 9.1.3.1 on page vii

2017-08-22 Thread arnold
41e3132a024626 Mtrunk Hidden in there is that this is SVN revision 7305. Please investigate and fix. :-) Thanks! Arnold

Re: texinfo.tex - part header in long table of contents

2017-08-20 Thread arnold
..196 9.1.4 Input/Output Functions .199 It used to produce something like this: 9.1.3.1 More about \ and & with sub(), gsub(), and gensub() ....196 Thanks, Arnold

Re: texinfo.tex - part header in long table of contents

2017-08-20 Thread arnold
ntents and you'll see that the > > > > Part II: Problem Solving with awk > > > > is at the bottom of the page. It'd look better at the top of > > the next page. > > I saw the problem. I've committed a change that should fix the problem. > The new version of texinfo.tex should be at > ftp://ftp.gnu.org/gnu/texinfo/texinfo.tex in a few minutes. Much thanks! I'll try it out. Arnold

texinfo.tex - part header in long table of contents

2017-08-03 Thread arnold
; ./configure && make -j cd doc ; make gawk.pdf Examine page vii of the table of contents and you'll see that the Part II: Problem Solving with awk is at the bottom of the page. It'd look better at the top of the next page. Thanks! Arnold

Re: [bug-gawk] 'make -C doc/ pdf' [Makefile:457: recipe for target gawk.pdf failed]

2016-09-13 Thread arnold
t way to go. > > I don't have the cycles to try to mess with SRPMs and so on, especially > > as I don't run an RPM-based distribution. > > > No problem, I understand. :) I will try to find some fix/workaround, I > will keep you updated if needed. Thanks for understanding. I appreciate the effort and am glad that 4.1.4 will get into Fedora soon. Thanks, Arnold

Re: [bug-gawk] 'make -C doc/ pdf' [Makefile:457: recipe for target gawk.pdf failed]

2016-09-13 Thread arnold
le to have the gawk doc directory in it first: TEXINPUTS=$PWD/doc:$TEXINPUTS make -C doc/ pdf or some such. I don't have the cycles to try to mess with SRPMs and so on, especially as I don't run an RPM-based distribution. HTH, Arnold "David Kaspar [Dee'Kej]" w

Re: [bug-gawk] 'make -C doc/ pdf' [Makefile:457: recipe for target gawk.pdf failed]

2016-09-12 Thread arnold
ch of TeX's memory you used: > > ... > > Output written on gawk.pdf (508 pages, 1740511 bytes). Looking at the raw paste data: (./gawk.texi (/home/dkaspar/Downloads/gawk-4.1.4/doc/texinfo.tex Loading texinfo [version 2013-02-01.11]: But looking at what I put into the tarball: $ grep version texinfo.tex \def\texinfoversion{2016-02-05.07} This is the cause. David - this is in your court. Thanks, Arnold

Re: [bug-gawk] 'make -C doc/ pdf' [Makefile:457: recipe for target gawk.pdf failed]

2016-09-12 Thread arnold
> prepare new tarball? Can you just change your procedure to use 'cd doc; make pdf' ? Or can you help determine why it's not working? Especially since it does work for me... Any fix would likely just be in git since this is the first time such an issue has ever been raised. Thanks, Arnold

makeinfo --docbook bug with index

2016-04-06 Thread arnold
k. It should be The tag could be but that is a minor quibble. Removing the @node and @unnumbered don't help, then we get the tag before the tag and it needs to come after it. Thanks! Arnold

Re: texinfo.tex indexing bug

2014-02-12 Thread arnold
ou require fully portable awk, or could I take advantage of stuff that is only in gawk? Thanks, Arnold

makeinfo does not diagnose successive @item in @table

2014-02-08 Thread arnold
Hi. Given something like @table @asis @item foo @item bar Lot of decriptive text here ... @end table The second @item should really be @itemx but makeinfo does not diagnose this. It is a problem if you're producing docbook. Thanks, Arnold

texinfo.tex: @cartouche kills indentation

2014-02-08 Thread arnold
Hi. In the current texinfo.tex, if you wrap stuff in @cartouche, anything that is embedded, like @quotation or @example, loses the indentation that should be added, and is instead formatted flush left. Thanks, Arnold

Re: docbook conversion issue: nesting of formatting

2014-02-03 Thread arnold
y ... The term ``@command{awk} program'' referss to ... But the general issue of context sensitivity in Docbook remains. I can find other examples, I'm pretty sure. Thanks, Arnold

Re: texinfo 5.2 dist creates directories that are 777

2013-11-16 Thread arnold
than just "preserve modification time"?!? That's a new one on me. OK, thanks. Arnold

texinfo 5.2 dist creates directories that are 777

2013-11-12 Thread arnold
Hi. Is it a bug or a feature that the Texinfo 5.2 tarball extracts with directories being world writable? Thanks, Arnold

@option should maybe use @w

2013-04-04 Thread arnold
Hi. I just noticed a case, using texinfo.tex 2012-11-08.11, where @option{--posix} got line broken between the second hyphen and the `posix'; perhaps @option should use @w around it's argument? Thanks! Arnold

Very long document title is not broken on title page

2012-09-03 Thread arnold
mming Language --- Revisited and look at the title page. Please cc me on any answers as I'm not subscribed to the bug-texinfo list. Thanks! Arnold Robbins (The gawk guy)