[help-texinfo] Inserting text in tex math mode

2017-06-13 Thread Christopher Dimech
I have the following tex contruct and want to add text inside the math _expression_, for example adding   i.e. if   before \exists. However I am not sure how to tell texinfo to write this as text mode within math _expression_.   @tex $$ \exists \ s \ :: \     n(a^{tlv}_{s1},a^{tlv}_{s2},a^

[help-texinfo] B5 Page Setup

2017-10-11 Thread Christopher Dimech
I would like to create a document using texinfo. Have created a texinfo file and would like to set the page to B5 and then set the margin widths. Then do texi2pdf. How can I do this change to the paper size?

[help-texinfo] Underfull

2017-10-11 Thread Christopher Dimech
I am tryiong to make a horizontal line in my document using the following @noindent @center { --} This creates the following when using texi2pdf Underfull \hbox (badness 1) in par

Re: [help-texinfo] B5 Page Setup

2017-10-12 Thread Christopher Dimech
Have tried using @pagesizes, however some ot the text on the right side is being cut off. > Sent: Thursday, October 12, 2017 at 8:35 AM > From: "Eli Zaretskii" > To: "Christopher Dimech" > Cc: help-texinfo@gnu.org > Subject: Re: [help-texinfo] B5 Page Se

[help-texinfo] Using @table with @smalldisplay

2017-11-09 Thread Christopher Dimech
{releasetag} uniquely identifies the files at the leaves created each time you execute @code{import}. The @var{releasetag} should be new, not previously existing in the repository file, and uniquely identify the imported release. @end smalldisplay @end table - Christopher

[help-texinfo] Section Numbering

2017-12-12 Thread Christopher Dimech
Documentation License . . . . . . . . . . . . 7 0 PREAMBLE . . . . . . . . . . . . . . . . . . . . . . 7 4.2 APPLICABILITY AND DEFINITIONS . . . . . . . . . . 7 4.3 VERBATIM COPYING . . . . . . . . . . . . . . . . . 9 - Christopher Dimech GNU Behistun Chief Administrator

[help-texinfo] Referencing Sections

2017-12-12 Thread Christopher Dimech
Dear texinfo users, I would like to reference a section, but am unsure how to have it work in texinfo. For example in the following code, suppose @section will be given a section number of 4.4 by texinfo. I want to refer to the section by referring to section 4.4 ... ... also follow the co

[help-texinfo] Using @ref @xref and @pxref

2019-01-01 Thread Christopher Dimech
I have written a document in texinfo. I put all the document material into one file. Now I am trying to split things into multiple files as the document has become too long. I have seen that @ref can be used with up to five parameters but cannot find useful examples of how to carry out the ch

[help-texinfo] User defined sectioning numbers when using @unnumbered

2019-01-02 Thread Christopher Dimech
Dear Compeers, I am using an @unnumbered chapter so it displays in the contents section when I call @contents. Is there any way to add section numbers such as @unnumbered 1 Preamble @unnumberedsec 1.1 Applicability and Definitions @unnumberedsubsec 1.1.1 Verbatim Copying However, rather than ha

Re: [help-texinfo] User defined sectioning numbers when using @unnumbered

2019-01-02 Thread Christopher Dimech
│ ├── agpl--chapter.texi │   ├── agpl--appendix.texi │   ├── agpl--unnumbered.texi │ ├── gfdl--chapter.texi │   ├── gfdl--appendix.texi │   └── gfdl--unnumbered.texi > Sent: Wednesday, January 02, 2019 at 7:05 PM > From: "Gavin Smith" > To: "Christo

Re: [help-texinfo] User defined sectioning numbers when using @unnumbered

2019-01-02 Thread Christopher Dimech
nks > Sent: Wednesday, January 02, 2019 at 8:09 PM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: help-texinfo@gnu.org > Subject: Re: [help-texinfo] User defined sectioning numbers when using > @unnumbered > > On Wed, Jan 02, 2019 at 07:

[help-texinfo] Texi documents in double spacing

2019-05-12 Thread Christopher Dimech
I am writing a book using texinfo. Anyway I can make text double spaced? I have looked at the manula but noticed nothing specific. I can do double spacing in sections within "@tex" and "@end tex". Christopher

Re: [help-texinfo] Texi documents in double spacing

2019-05-12 Thread Christopher Dimech
ture does not impose the use of only tex \-commands, but also texinfo @-commands such as @emph{} as well. Christopher > Sent: Sunday, May 12, 2019 at 6:54 PM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subject: R

[help-texinfo] Calling User Defined functions

2019-05-30 Thread Christopher Dimech
I have produced a simple function put I do not know how to use it. Tried checking the manual but have not been able to find where it mentions how user define functions can be used. @deffn Command disp-expr imgnm The name of the image is @var{imgnm} @end deffn

Re: [help-texinfo] Calling User Defined functions

2019-05-30 Thread Christopher Dimech
at 5:36 PM > From: "Christopher Dimech" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subject: Re: [help-texinfo] Calling User Defined functions > > > I think I have made a mistake. What I want to do is call the following > thing ever

Re: [help-texinfo] Calling User Defined functions

2019-05-30 Thread Christopher Dimech
{identification--of--hazards,, @value{idh}}. @end flushright } @shortcaption{@value{shtc}.} @end float Is there any simpler way to call the same sequence of commands but using just different parameters for me to display many figures? > Sent: Thursday, May 30, 2019 at 5:08 PM > From: "

[help-texinfo] Using @listoffloats with @float contained in another file

2019-07-10 Thread Christopher Dimech
I have written a document with two files. The main documents refers to labels defined in @float declarations in another file. However, when calling @listoffloats, no details of floats are being displayed. Example --- \input texinfo @c %**start of header @smallbook @finalout @c %**end of h

[help-texinfo] Cross-References display undefined when using @include

2019-07-12 Thread Christopher Dimech
Dear Compeers, I have written a bibliography chapter in file "bibl.texi" Then I included "bibl.texi" in my main file "umrq.texi", and included cross-references to anchors defined in "bibl.texi". Running "texi2pdf umrq.texi", I have noticed that cross-references in the main text show as undefin

Re: [help-texinfo] Cross-References display undefined when using @include

2019-07-12 Thread Christopher Dimech
@title @sc{bug-texinfo 2019308} @author Christopher Dimech @end titlepage @contents @node executive-summary @unnumbered E @ @ Executive Summary Let us make a reference to the article by Semenza and Ghirotti. Try using the reference @ref{bibl-Semenza-et-Ghirotti-2000} @page @node umrq30801 @u

[help-texinfo] Using @ref with two arguments

2019-07-19 Thread Christopher Dimech
I am getting quite confused on why would need @ref with two arguments. Could not find an example when using two arguments is useful when using texi2pdf. Then @ref{ccby--oth--rights} This prints Section 1.1.2 [ccby--oth--rights] @ref{ccby--scope, ccby--oth--rights} This prints Section 1.1 [cc

Re: [help-texinfo] Cross-References display undefined when using @include

2019-07-19 Thread Christopher Dimech
I removed all the files, and rerun texi2pdf 2019308.texi Still, I get undefined. Still haven't figured out how this is happening. when I use @setfilename and run texi2pdf a few times, everything is correct. - Christopher Dimech Chief Administrator - Naiad Informatics

[help-texinfo] Using @image with @value gives an error

2019-07-21 Thread Christopher Dimech
I have noticed that the following commands works well @center @image{../umrq3--files/E--ExecSm/309E--a01,11cm,,,.png} However the following one gives an error @set upath ../umrq3--files/E--ExecSm @center @image{@value{upath}/309E--a01,11cm,,,.png}

Re: [help-texinfo] Using @ref with two arguments

2019-07-22 Thread Christopher Dimech
In what context do you use the second argument and what does it do exactly? As Patrice said it does nothing for pdf. My understanding is that one uses it for display purposes and not for directing to a node or an anchor. > Sent: Monday, July 22, 2019 at 5:25 PM > From: "Eli Zaretskii" > To: "Pa

Using @chapter but starting from an arbitrary number, 6 say.

2020-05-29 Thread Christopher Dimech
I am using @chapter in a document. The chapters start with the numerical value of 1. Is there a possibility to start the chapters from another number, e.e., from chapter 6.

Using Macros

2020-05-29 Thread Christopher Dimech
I have been scrutinising the Texinfo files for the book "Free Software Free Society" where he defines some macros in texinfo.tex In the code file not-ipr.texi there is the command @chapter Did You Say ``Intellectual Property''?@entrybreak{}It's@tie{}a@tie{}Seductive@tie{}Mirage I do not thin

Using @alias on unnumberedsec

2020-05-29 Thread Christopher Dimech
I have noticed that trying to use alias on @unnumberedsec makes texinfo behave strangely when trying to get the manual. @alias usec = unnumberedsec - Christopher Dimech Chief Administrator - Naiad Informatics - GNU Project (Geocomputation) - Geophysical Simulation

Macro Determining of Arguments

2020-07-25 Thread Christopher Dimech
@macro GPage{titl, titlCn, subTitl, subTitlCn, date} @title @sc{\titl\ @* \titlCn\} @inlineifset{GSt, @subtitle \subTitl\} @inlineifset{GToday , @subtitle \subTitlCn\ @today{}} @inlineifclear{GToday , @subtitle \subTitlCn\ \date\} @end macro - Christopher Dimech Chief

Re: Macro Determining of Arguments

2020-07-25 Thread Christopher Dimech
I use @set Example: @titlepage @set GSt @GPage{titl, titlCn, subTitl, subTitlCn, date} @end titlepage - Christopher Dimech Chief Administrator - Naiad Informatics - GNU Project (Geocomputation) - Geophysical Simulation - Geological Subsurface Mapping - Disaster

Removing page from @ref{}

2020-07-27 Thread Christopher Dimech
I need to remove the page number that is displayed when calling @ref{Node--Item,, Item}. Is this possible to do if outputting pdf.

Texinfo in Org-Mode without changing syntax highlighting

2020-09-19 Thread Christopher Dimech
way to do that? - Christopher Dimech Chief Administrator - Naiad Informatics - GNU Project (Geocomputation) - Geophysical Simulation - Geological Subsurface Mapping - Disaster Preparedness and Mitigation - Natural Resource Exploration and Production - Free Software Advocacy

Macro introduces \par in Table of Contents

2020-10-03 Thread Christopher Dimech
I have written the macro uSubSec However I have found that a \par is introduced in the Table of Contents when the title continues on the next line. How can this problem be solved? Example: @uSubSec{@value{SecLb}, Probabilistic Characterisation of Microseismicity} @macro uSubSec{label, titl}

Re: Macro introduces \par in Table of Contents

2020-10-03 Thread Christopher Dimech
ample. Can one do multiline titles using @unnumberedsec? Does the multiline thing fail when using macros, or is the problem only related to defining sections? > Sent: Saturday, October 03, 2020 at 12:18 PM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: &qu

Re: Macro introduces \par in Table of Contents

2020-10-03 Thread Christopher Dimech
Sicilian Stations [2] Hidden Signals - Revealed by Hilbert, Stockwell & Wavelet Tfm [3] Improve Subsurface Estimn - Irregular Distribution of Earthqk, Low Tectonic Movements.} > Sent: Saturday, October 03, 2020 at 12:18 PM > From: "Gavin Smith" > To: "Christopher Dime

Re: Macro introduces \par in Table of Contents

2020-10-03 Thread Christopher Dimech
Characterisation of^?\par Microseismicity . . . . . . . . 5 > Sent: Saturday, October 03, 2020 at 12:18 PM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subject: Re: Macro introduces \par in Table of Contents > >

Re: Macro introduces \par in Table of Contents

2020-10-03 Thread Christopher Dimech
at 6:02 PM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subject: Re: Macro introduces \par in Table of Contents > > On Sat, Oct 3, 2020 at 2:32 PM Christopher Dimech wrote: > > > > > > With the f

Setting Page Size and displaying result correctly

2020-10-06 Thread Christopher Dimech
Dear Compeers, I have recently mentioned allowing multiline titles in structured commands (e.g. @chapter, @section, @unnumberedsec) Another Texinfo aspect to mention is properly setting the page size using @pagesizes. Firstly, if one uses a smaller pagesize, the resulting pdf simply cuts the pa

Re: Setting Page Size and displaying result correctly

2020-10-06 Thread Christopher Dimech
texinfo to be used in many other circumstances in addition to simply writing manuals. Regards Christopher > Sent: Tuesday, October 06, 2020 at 6:11 PM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subject: Re: Sett

@ifset at Line Beginning and @menu after sectioning calls

2020-10-16 Thread Christopher Dimech
  Dear Compeers,   Customarily the texinfo structures for my manuals get quite complicated. Consequently, I point out two things.     1. @ifset @ifclear have only appear at a line beginning 2. @menu cannot occur after every sectioning label @section @subsection @heading @unnumbered     C

@point{} Gntting a Star in Texinfo.

2020-10-16 Thread Christopher Dimech
The manual says that   The @point{} command is displayed as ‘∗’, either a pointed star or (when that is not available) the ASCII sequence ‘-!-’.   I am getting ‘-!-’. How can I fix this so that I get ‘∗’ a pointed star?   Regards C*

Re: @point{} Gntting a Star in Texinfo.

2020-10-16 Thread Christopher Dimech
Correct. Thank You Gavin   Regards C*   Sent: Friday, October 16, 2020 at 3:54 PM From: "Gavin Smith" To: "Christopher Dimech" Cc: "help-texinfo gnu" Subject: Re: @point{} Gntting a Star in Texinfo. On Fri, Oct 16, 2020 at 03:31:27PM +0200, Christopher D

Re: @point{} Gntting a Star in Texinfo.

2020-10-16 Thread Christopher Dimech
:54 PM From: "Gavin Smith" To: "Christopher Dimech" Cc: "help-texinfo gnu" Subject: Re: @point{} Gntting a Star in Texinfo. On Fri, Oct 16, 2020 at 03:31:27PM +0200, Christopher Dimech wrote: > The manual says that > >   > > The @point{} command is

@ref displays "see" strings in info files

2020-10-16 Thread Christopher Dimech
I am writing a manual using makeinfo   I have written the following   @macro Gela-Menu @paragraphindent 0 @* * @ref{Modifier-Keys}::  Modifier Keys on Lisp Machine Keyboards. @* * @ref{Key-Mnemonics}::  Mnemonics that identify specific keys. @paragraphindent 3 @end macro   This was to add a Menu at

@ifset at Line Beginning and @menu after sectioning calls

2020-10-16 Thread Christopher Dimech
  Continuing some more regarding @menu.    Normally, when you view an info file, the first line shows where you are located   For instance   (gungadin-elisp-abbrev)Top > Introduction > Modifier Keys   It is great and I love it.  It would be better still if this is also displayed at the bottom a

Re: @ref displays "see" strings in info files

2020-10-16 Thread Christopher Dimech
" To: "Christopher Dimech" Cc: "help-texinfo gnu" Subject: Re: @ref displays "see" strings in info files On Fri, Oct 16, 2020 at 06:06:23PM +0200, Christopher Dimech wrote: > I am writing a manual using makeinfo >   > I have written the foll

Re: @ref displays "see" strings in info files

2020-10-16 Thread Christopher Dimech
Smith" To: "Christopher Dimech" Cc: "help-texinfo gnu" Subject: Re: @ref displays "see" strings in info files On Fri, Oct 16, 2020 at 06:06:23PM +0200, Christopher Dimech wrote: > I am writing a manual using makeinfo >   > I have written the foll

Re: @ref displays "see" strings in info files

2020-10-16 Thread Christopher Dimech
  It does not make a difference what value you put (t, nil, other). One either gets "see" or *note.   You don't see any problem with texinfo right, but a problem with Emacs. Correct?   Regards C*   Sent: Friday, October 16, 2020 at 9:54 PM From: "Gavin Smith" To:

Re: @ref displays "see" strings in info files

2020-10-16 Thread Christopher Dimech
Have sent an bug-report to the Emacs group. Keep awesome. Regards Christopher - Christopher Dimech Chief Administrator - Naiad Informatics - GNU Project (Geocomputation) - Geophysical Simulation - Geological Subsurface Mapping - Disaster Preparedness and Mitigation

Re: @ref displays "see" strings in info files

2020-10-17 Thread Christopher Dimech
dd a few words about this alto in the Texinfo Manual. There could be a section: "Viewing Info Files in Emacs", with some details. I could write something. > Sent: Friday, October 16, 2020 at 10:23 PM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc

Conconformity between Menu and sectioning

2020-10-19 Thread Christopher Dimech
I am writing an texinfo manual file, and makeinfo to giving the following two warnings even if what is in the menu and the sectioning is correct. ./01-gela-intro.texi:831: warning: node `Cmd-ArgDescr' is next for `Intactv-Function' in menu but not in sectioning ./01-gela-intro.texi:856: warning

@menu for Subsections and Anchors

2020-10-19 Thread Christopher Dimech
Dear Compeers, Noticed that makeinfo gets confused when I use subsections and want to include the node in the .info file. makeinfo also seems confused if in the menu I put a reference which is an anchor. Regards Christopher

Displaying Sections of Code in Monospace

2020-10-19 Thread Christopher Dimech
Dear Compeers, Is there a construct to display sections of code in texinfo that continue across many lines. Have been using @format. But I have noticed that the characters are not monospace. Regards Christopher

Anchors do not work with makeinfo

2020-10-20 Thread Christopher Dimech
When I use an anchor, the link does not work when I use @ref when I run makeinfo

@menu puts too many restrictions to produce the .info file

2020-10-20 Thread Christopher Dimech
is there to help the user towards a particular direction. However when I produce documentation in Pdf I want it too look are an ordered manual. There are many reasons why a person would want a menu that differs from the sectioning. - Christopher Dimech Chief Administrator

Re: Anchors do not work with makeinfo

2020-10-20 Thread Christopher Dimech
ing but not in menu ./gela-test.texi:9: node `Introduction' lacks menu item for `Bck-Jumps' despite being its Up target Gtk-Message: Failed to load module "canberra-gtk-module" Gtk-Message: Failed to load module "topmenu-gtk-module" > Sent: Tuesday, October 20,

Re: @menu puts too many restrictions to produce the .info file

2020-10-20 Thread Christopher Dimech
nchor, the Anchor Reference will not work. - Christopher Dimech Chief Administrator - Naiad Informatics - GNU Project (Geocomputation) - Geophysical Simulation - Geological Subsurface Mapping - Disaster Preparedness and Mitigation - Natural Resource Exploration and Product

Re: @menu puts too many restrictions to produce the .info file

2020-10-20 Thread Christopher Dimech
Where are the customization variables documented? > Sent: Tuesday, October 20, 2020 at 3:03 PM > From: "Patrice Dumas" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subject: Re: @menu puts too many restrictions to produce the .info file

Re: @menu puts too many restrictions to produce the .info file

2020-10-20 Thread Christopher Dimech
Sure, but ALLOW_NON_TREE_NODE_STRUCTURE is not there. > Sent: Tuesday, October 20, 2020 at 4:15 PM > From: "Patrice Dumas" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subject: Re: @menu puts too many restrictions to produce the .inf

Re: @menu puts too many restrictions to produce the .info file

2020-10-20 Thread Christopher Dimech
@ifset and @ifclear should only appear at a line beginning. I suggest that it be made as other region commands that are allowed indentation. Regards Christopher - Christopher Dimech Chief Administrator - Naiad Informatics - GNU Project (Geocomputation) - Geophysical Simulation

Re: @menu puts too many restrictions to produce the .info file

2020-10-20 Thread Christopher Dimech
that conditional expressions can become very important for large works. > Sent: Tuesday, October 20, 2020 at 5:59 PM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "Patrice Dumas" , "help-texinfo gnu" > > Subject: Re: @menu p

Page Sizes B6 and C6

2020-10-22 Thread Christopher Dimech
Dear Compeers, Because arbitrary page sizes do not function in texinfo, and because I would find small size pages like B6 and C6 extremely useful, could there be @bsixpaper and @csixpaper? Regards Christopher

Re: Page Sizes B6 and C6

2020-10-22 Thread Christopher Dimech
much Christopher - Christopher Dimech Chief Administrator - Naiad Informatics - GNU Project (Geocomputation) - Geophysical Simulation - Geological Subsurface Mapping - Disaster Preparedness and Mitigation - Natural Resource Exploration and Production - Free Software Advocacy &

@smallverbatim

2020-10-23 Thread Christopher Dimech
Have been playing with @quotation, @example, @display, @format, @verbatim and their small versions and found them all useful, particularly the small versions. However, a small version of @verbatim is not present. It would help to also have @smallverbatim. Regards Christopher

@ref without page numbers

2020-10-23 Thread Christopher Dimech
Although it is useful to have @ref followed by page numbers, page numbers can make the text very difficult to follow when there there are two or more references cluttered together, or when the same reference is used (particularly when this happens on the same page). Are there ways to stop @ref f

Re: @ref without page numbers

2020-10-23 Thread Christopher Dimech
at 8:42 PM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subject: Re: @ref without page numbers > > On Fri, Oct 23, 2020 at 03:42:11PM +0200, Christopher Dimech wrote: > > > > Although it is useful to ha

Re: @ref without page numbers

2020-10-23 Thread Christopher Dimech
[Intactv-Function], page 11, to this Section 1.13 [Intactv-Function]@sup{11}, The would solve the problem, yet keep requirements intact. Regards Christopher > Sent: Friday, October 23, 2020 at 10:05 PM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "h

Re: @ref without page numbers

2020-10-23 Thread Christopher Dimech
Pdf are very important in business settings, and because Texinfo allows inclusion of mathematical expression (through @math, @tex), the pdf output is very useful. Regards Christopher > Sent: Friday, October 23, 2020 at 10:05 PM > From: "Gavin Smith" > To: "Christop

Re: @ref without page numbers

2020-10-23 Thread Christopher Dimech
fication in my file to test it. Nevertheless, my alternative brief page numbering would resolve the readability problem pointed out to me. Regards Christopher > Sent: Friday, October 23, 2020 at 11:44 PM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc:

Re: @ref without page numbers

2020-10-23 Thread Christopher Dimech
makes texinfo very attractive. Stallman has written his book in texinfo. I also found it much better than you envisage. Regards Christopher - Christopher Dimech Chief Administrator - Naiad Informatics - GNU Project (Geocomputation) - Geophysical Simulation - Geological

Re: @ref without page numbers

2020-10-23 Thread Christopher Dimech
I agree with your evaluation Patrice. > Sent: Saturday, October 24, 2020 at 1:56 AM > From: "Patrice Dumas" > To: "Karl Berry" > Cc: dim...@gmx.com, help-texinfo@gnu.org > Subject: Re: @ref without page numbers > > On Fri, Oct 23, 2020 at 04:41:30PM -0600, Karl Berry wrote: > > Christopher, if

Re: @ref without page numbers

2020-10-24 Thread Christopher Dimech
ef ,% @TAB \else\ifx\*\tokenafterxref ,% @* \else\ifx\ \tokenafterxref ,% @SPACE \else\ifx\ \tokenafterxref ,%@NL \else\ifx\tie\tokenafterxref ,% @tie \fi\fi\fi\fi\fi\fi %\fi - Christopher Dimech Chief Administrator - Na

Re: @smallverbatim

2020-10-24 Thread Christopher Dimech
ent: Saturday, October 24, 2020 at 12:41 PM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subject: Re: @smallverbatim > > On Fri, Oct 23, 2020 at 02:37:01PM +0200, Christopher Dimech wrote: > > Have been playing with @

Re: @smallverbatim

2020-10-24 Thread Christopher Dimech
by default as well for @smallbook. > Sent: Saturday, October 24, 2020 at 2:17 PM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subject: Re: @smallverbatim > > On Sat, Oct 24, 2020 at 01:33:36PM +0200, Christopher

Re: @smallverbatim

2020-10-24 Thread Christopher Dimech
Gavin, so what's left is to have @verbatim accept \smallword? > Sent: Saturday, October 24, 2020 at 2:17 PM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subject: Re: @smallverbatim > > On Sat, Oct 24, 202

Re: @smallverbatim

2020-10-24 Thread Christopher Dimech
Have tried '@set dispenvsize small' for @quotation, @example, @display, @format. However, @verbatim is still using a large font. > Sent: Saturday, October 24, 2020 at 2:58 PM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "help-texinfo

Re: @smallverbatim

2020-10-24 Thread Christopher Dimech
58 PM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subject: Re: @smallverbatim > > On Sat, Oct 24, 2020 at 02:30:33PM +0200, Christopher Dimech wrote: > > Yes, I confirm they are good and approve them being set >

Re: @smallverbatim

2020-10-24 Thread Christopher Dimech
You are correct, it works. Missed the \setnormaldispenv in \envdef\verbatim. > Sent: Saturday, October 24, 2020 at 3:31 PM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subject: Re: @smallverbatim > > On Sat, O

Vertical Spacing less than @sp 1

2020-10-24 Thread Christopher Dimech
Is it possible to introduce a spacing between two lines of text to be less than '@sp 1' or '@*', perhaps by half. When I am writing a list or enumeration using @* look as too much of a vertical space. @enumerate ---@item -Line Text 1 -@item -Line Text 2 @sp 0.5 ---@item -Line Te

Different behaviour when using @macro with @sp, @vskip, @noindent

2020-10-26 Thread Christopher Dimech
I have the following texinfo code. But if I put the same commands in @macro, I see more vertical space when displaying the example when calling the @macro Tuni. @macro Tuni{sp,sk} @iftex @sp \sp\ @vskip \sk\ @end iftex @noindent @end macro ---file--- Key Shortcuts are g

Installing Texinfo from Development Source Tree.

2020-10-30 Thread Christopher Dimech
I am trying to install texinfo using the development source tree. git clone https://git.savannah.gnu.org/git/texinfo.git I am having problem with the configure part. There is no configure and am trying to build it.

Re: Installing Texinfo from Development Source Tree.

2020-10-30 Thread Christopher Dimech
e:1318: recipe for target 'all' failed make: *** [all] Error 2 > Sent: Friday, October 30, 2020 at 9:13 PM > From: "Eli Zaretskii" > To: "Christopher Dimech" > Cc: help-texinfo@gnu.org > Subject: Re: Installing Texinfo from Development Source Tree. >

Re: Installing Texinfo from Development Source Tree.

2020-10-30 Thread Christopher Dimech
It did not complain this time round. Thank you. > Sent: Friday, October 30, 2020 at 10:02 PM > From: "Eli Zaretskii" > To: "Christopher Dimech" > Cc: help-texinfo@gnu.org > Subject: Re: Installing Texinfo from Development Source Tree. > > > Fr

Development Tree lacking @bsixpaper

2020-10-30 Thread Christopher Dimech
Am trying the Development Tree and I thought the version would now have @bsixpaper, @bsixpaper, ... Regards C*

Texinfo Image Re-Scaling for Papersize

2020-10-31 Thread Christopher Dimech
Recently small page sizes (e.g. @bsixpaper) was added. I have some documents with images of a certain size for B5 Paper, which get too large and some parts get of the image gets cut off. Could Texinfo be made to adjust the image size accordingly as is done with text to fit smaller pages. How

Re: Development Tree lacking @bsixpaper

2020-10-31 Thread Christopher Dimech
<http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. > Sent: Saturday, October 31, 2020 at 11:16 AM > From: "Gavin Smith" > To: "Christopher Dimech" >

Re: Development Tree lacking @bsixpaper

2020-10-31 Thread Christopher Dimech
> Sent: Saturday, October 31, 2020 at 12:25 PM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: help-texinfo@gnu.org > Subject: Re: Development Tree lacking @bsixpaper > > On Sat, Oct 31, 2020 at 12:04:28PM +0100, Christopher Dimech wrote: >

Re: Texinfo Image Re-Scaling for Papersize

2020-10-31 Thread Christopher Dimech
I can see your point. > Sent: Saturday, October 31, 2020 at 12:01 PM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subject: Re: Texinfo Image Re-Scaling for Papersize > > On Sat, Oct 31, 2020 at 10:37:33AM +010

Re: Development Tree lacking @bsixpaper

2020-10-31 Thread Christopher Dimech
; From: "Patrice Dumas" > To: "Christopher Dimech" > Cc: "Gavin Smith" , help-texinfo@gnu.org > Subject: Re: Development Tree lacking @bsixpaper > > On Sat, Oct 31, 2020 at 12:35:42PM +0100, Christopher Dimech wrote: > > > > C* But when there

Re: @menu puts too many restrictions to produce the .info file

2020-10-31 Thread Christopher Dimech
you start focusing on abbreviated ways of doing a job and you got to use the manual. There are some packages with just an info manual which I find difficult to use. I prefer html entirely on one page for rapidity. - Christopher Dimech General Administrator - Naiad Informa

TOC cuts long titles in middle for texi2pdf

2020-11-02 Thread Christopher Dimech
Have noticed that in the TOC, when a @subsection title is long, the title is cut in the middle rather than continuing a bit before the Page Number, then wrapping the remaining words on the next line when using texi2pdf. @subsection Easiest way to pass a Numeric Argument using Universal Prefix t

Re: TOC cuts long titles in middle for texi2pdf

2020-11-02 Thread Christopher Dimech
ent: Monday, November 02, 2020 at 10:17 PM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subject: Re: TOC cuts long titles in middle for texi2pdf > > On Mon, Nov 02, 2020 at 10:01:23PM +0100, Christopher Dimech wrote: > &g

Re: TOC cuts long titles in middle for texi2pdf

2020-11-07 Thread Christopher Dimech
Can cutting be done this way? It is not as the simplistic operation as cutting by half. Regards Christopher > Sent: Monday, November 02, 2020 at 10:33 PM > From: "Christopher Dimech" > To: "Gavin Smith" > Cc: "help-texinfo gnu" > Subject: Re: TOC c

Re: TOC cuts long titles in middle for texi2pdf

2020-11-07 Thread Christopher Dimech
mith" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subject: Re: TOC cuts long titles in middle for texi2pdf > > On Sat, Nov 07, 2020 at 01:23:00PM +0100, Christopher Dimech wrote: > > Can cutting be done this way? It is not as the sim

@macro to accept hyphen

2020-11-07 Thread Christopher Dimech
Would it be possible to allow macro names to use hyphens? @macro Regexp-EsnStruct Body @end macro

Re: @macro to accept hyphen

2020-11-07 Thread Christopher Dimech
I have seen that mathematical expressions are not displayed when called within a macro. @macro Regu @tex \alpha @end tex @end macro @Regu @tex \beta @end tex > Sent: Saturday, November 07, 2020 at 10:38 PM > From: "Gavin Smith" > To: "Christopher Dimech" > C

Re: @macro to accept hyphen

2020-11-07 Thread Christopher Dimech
\\over \\partial r} \\bigg\\lbrack r^2 {\\partial \\phi \\over \\partial r}\\bigg\\rbrack$$ @end tex @end macro @Mtk > Sent: Saturday, November 07, 2020 at 11:47 PM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Su

Re: @macro to accept hyphen

2020-11-08 Thread Christopher Dimech
indented example with a real math expression, users will be immediately drawn to it. > Sent: Sunday, November 08, 2020 at 10:02 AM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subject: Re: @macro to accept hyphen

@bnumpaper , @cnumpaper

2020-11-08 Thread Christopher Dimech
Dear Gavin, The modifications for the new @bsixpaper have been made to texinfo.tex. Are you planning to change the source code, or will the changes be kept in texinfo.tex for the next release? > Sent: Sunday, November 08, 2020 at 10:02 AM > From: "Gavin Smith" > To:

Re: @bnumpaper , @cnumpaper

2020-11-08 Thread Christopher Dimech
Gavin, I can take care of putting the various page sizes and test them if you guide me through the code. We all got to be useful eventually. Regards Christopher > Sent: Sunday, November 08, 2020 at 6:37 PM > From: "Gavin Smith" > To: "Christopher Dimech&q

Re: @macro to accept hyphen

2020-11-09 Thread Christopher Dimech
> Sent: Monday, November 09, 2020 at 10:22 PM > From: "Patrice Dumas" > To: "Gavin Smith" > Cc: "Christopher Dimech" , "help-texinfo gnu" > > Subject: Re: @macro to accept hyphen > > On Mon, Nov 09, 2020 at 08:07:02PM +,

Re: Paper Sizes

2020-11-11 Thread Christopher Dimech
would not need to do additional work. Regards Christopher > Sent: Wednesday, November 11, 2020 at 8:29 AM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subject: Re: Paper Sizes > > On Wed, Nov 11, 2020 at 04:29:4

  1   2   3   >