Re: Paper Sizes

2020-11-11 Thread Christopher Dimech
> Sent: Wednesday, November 11, 2020 at 7:52 PM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subject: Re: Paper Sizes > > On Wed, Nov 11, 2020 at 12:45:18PM +0100, Christopher Dimech wrote: > > The sizes ar

Re: Paper Sizes

2020-11-11 Thread Christopher Dimech
) and texi2any can take care on whatever output the user wants. > Sent: Wednesday, November 11, 2020 at 8:21 PM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subject: Re: Paper Sizes > > On Wed, Nov 11, 2020 at 08:09:44PM

Re: Paper Sizes

2020-11-11 Thread Christopher Dimech
} \right] \,,\quad \Angf $$ @end tex My impression is that we will have multitudes of @math{} and @displaymath as it would not be possible to group things between $ and $$. What would be the way forward? > Sent: Wednesday, November 11, 2020 at 9:12 PM > From: "Gavin Smith" >

Re: Paper Sizes

2020-11-11 Thread Christopher Dimech
> Sent: Wednesday, November 11, 2020 at 11:38 PM > From: "Karl Berry" > To: gavinsmith0...@gmail.com, help-texinfo@gnu.org > Subject: Re: Paper Sizes > > The problem is that screens could be any size and shape > > Speaking of beamer presentations? Sure, there is no universal size, but > in

MathJax problem with \gdef

2020-11-12 Thread Christopher Dimech
Have noticed a problem with including \gdef names in @math, possibly introduced after the MathJax implementation. Defining \Desig and calling it from @math{} fails. It also fails when doing output to pdf. @tex \gdef\Desig{\buildrel \rm def \over \equiv} @end tex @math{\Desig}

Re: MathJax problem with \gdef

2020-11-12 Thread Christopher Dimech
Have done more tests with @tex, @math, and @displaymath. \gdef is working for pdf output but not with MathJax. > Sent: Thursday, November 12, 2020 at 11:46 AM > From: "Christopher Dimech" > To: "help-texinfo gnu" > Subject: MathJax problem with \gdef &

@image not displayed in html output

2020-11-12 Thread Christopher Dimech
Have noticed that @image is not being displayed in html output. I have the image in a @float. But I can see the image in pdf output.

Re: MathJax problem with \gdef

2020-11-12 Thread Christopher Dimech
> Sent: Thursday, November 12, 2020 at 1:15 PM > From: "Patrice Dumas" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subject: Re: MathJax problem with \gdef > > On Thu, Nov 12, 2020 at 11:57:47AM +0100, Christopher Dimech wr

Re: MathJax problem with \gdef

2020-11-12 Thread Christopher Dimech
--Bensen--Ritzwoller--etAl--2007,, Bensen@comma{} Ritzwoller et al.@: (2007)}. @end tex > Sent: Thursday, November 12, 2020 at 1:35 PM > From: "Christopher Dimech" > To: "Patrice Dumas" > Cc: "help-texinfo gnu" > Subject: Re: MathJax problem

Re: MathJax problem with \gdef

2020-11-12 Thread Christopher Dimech
umas" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subject: Re: MathJax problem with \gdef > > On Thu, Nov 12, 2020 at 03:42:10PM +0100, Christopher Dimech wrote: > > Another problem that crops up is that users cannot write the following >

Re: MathJax problem with \gdef

2020-11-12 Thread Christopher Dimech
> Sent: Thursday, November 12, 2020 at 4:16 PM > From: "Christopher Dimech" > To: "Patrice Dumas" > Cc: "help-texinfo gnu" > Subject: Re: MathJax problem with \gdef > > How about > > > @tex > $$ {d \over dt} u(t) = v(t

Re: MathJax problem with \gdef

2020-11-12 Thread Christopher Dimech
> Sent: Thursday, November 12, 2020 at 4:39 PM > From: "Patrice Dumas" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subject: Re: MathJax problem with \gdef > > On Thu, Nov 12, 2020 at 04:16:31PM +0100, Christopher Dimech wrote: >

@displaymath \leqalignno problem for pdf output

2020-11-12 Thread Christopher Dimech
I have been testing some more and we are getting some serious problems. Have tried the following two constructs 1. First Test - This works in html, but fails in pdf ($$ $$ are required) @displaymath \leqalignno{ \int v(t)\, dt &= u(t) + C&[3.1]\cr \in

Re: @displaymath \leqalignno problem for pdf output

2020-11-12 Thread Christopher Dimech
I am seeing problems with using \eqno For instance, the following fails in html, but works in pdf. @displaymath v(t) = {d \over dt} u(t)\eqno{[3.1]} @end displaymath - Christopher Dimech General Administrator - Naiad Informatics - GNU Project (Geocomputation

Re: @displaymath \leqalignno problem for pdf output

2020-11-12 Thread Christopher Dimech
If you introduce horizontal spacing like \, the html displays a comma rather than a spacing. > Sent: Thursday, November 12, 2020 at 9:22 PM > From: "Patrice Dumas" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subject: Re: @displaymath

Re: @displaymath \leqalignno problem for pdf output

2020-11-12 Thread Christopher Dimech
> Sent: Thursday, November 12, 2020 at 10:35 PM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subject: Re: @displaymath \leqalignno problem for pdf output > > On Thu, Nov 12, 2020 at 08:15:59PM +0100, Christo

(1) Indentation and (2) Vertical Spacing following @displaymath and @enumerate

2020-11-13 Thread Christopher Dimech
I have the following code section and have noticed that texi2pdf puts excessive vertical spacing between Sentence and the Displaymath Expression. html output is acceptable. For text following @enumerate and @displaymath, can the automatic indentation be removed. as I am ending up always h

Using Macros

2020-11-13 Thread Christopher Dimech
Anybody understands what's wrong with the following code. @macro Startof{entity, label, title} @ifclear NoLabel @* @noindent @strong{\entity\ \label\.} @ \title\ @end ifclear @ifset NoLabel @* @noindent @strong{\entity\.} @ \title\ @end ifset @end macro @macro Defini(lb, tl) @Starto

Re: @displaymath \leqalignno problem for pdf output

2020-11-13 Thread Christopher Dimech
Quick fixes are not important at this stage. But I am mentioning them as I go along with my testing. Regards Christopher > Sent: Friday, November 13, 2020 at 9:34 PM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subj

Re: (1) Indentation and (2) Vertical Spacing following @displaymath and @enumerate

2020-11-13 Thread Christopher Dimech
Apologies, I sent you the wrong construct. It should have been @displaymath \displaylines{ v(t) = D_t u(t)\cr D_t^{-1} v(t) = D_t^{-1} D_t\,u(t)\cr} @end displaymath > Sent: Friday, November 13, 2020 at 9:54 PM > From: "Gavin Smith" > To: "Christopher Dimech&q

Re: (1) Indentation and (2) Vertical Spacing following @displaymath and @enumerate

2020-11-13 Thread Christopher Dimech
t_c < t_b\,. @end displaymath @noindent Then there is a number @math{t_c} such that @tex $$D_t\, v(t_c) = {v(t_b)−v(t_a) \over t_b-t_a}, \quad t_c \in (t_a,t_b), \quad t_a < t_c < t_b\,.$$ @end tex > Sent: Friday, November 13, 2020 at 9:54 PM > From: "Gavin Smith"

Re: @displaymath \leqalignno problem for pdf output

2020-11-13 Thread Christopher Dimech
Ok. There was a version where it was failing but forgot exactly which one. > Sent: Friday, November 13, 2020 at 10:30 PM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "Patrice Dumas" , "help-texinfo gnu" > > Subject: Re:

\blacksquare and \square do not work in texi2pdf

2020-11-14 Thread Christopher Dimech
\square$$ @end tex - Christopher Dimech General Administrator - Naiad Informatics - GNU Project (Geocomputation) - Geophysical Simulation - Geological Subsurface Mapping - Disaster Preparedness and Mitigation - Natural Resource Exploration and Production - Free Software

Re: \blacksquare and \square do not work in texi2pdf

2020-11-14 Thread Christopher Dimech
Some have been saying that one can use some latex commands. What's the story? > Sent: Saturday, November 14, 2020 at 11:19 AM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" , "Patrice Dumas" > > Subje

@* in @macro gives error when using texi2pdf

2020-11-14 Thread Christopher Dimech
Introducing @* in @macro gives error when using texi2pdf. But using @* works when output to html. @macro Begof{entity, label, title} @ifclear NoLabel @* @noindent @strong{\entity\ \label\.} @ @emph{\title\} @end ifclear @ifset NoLabel @* @noindent @strong{\entity\.} @ @emph{\title\} @end i

@vskip does not work in html output

2020-11-14 Thread Christopher Dimech
The following does not work for html output. It works with texi2pdf. 1 @vskip 1mm 2 @vskip 5mm 3 @vskip 8mm 4

Failure in html output - Reference to nonexistent nodes

2020-11-14 Thread Christopher Dimech
Some time ago I discussed the problem that calling a reference to a nonexistent node when generating .info files. When outputting html, reference to nonexistent node also gives a problem. @ref reference to nonexistent node `igc03--Sicl--CircAmRg' Problem is aggravated because the failure stops

Re: Failure in html output - Reference to nonexistent nodes

2020-11-14 Thread Christopher Dimech
an be used for strict checking. > Sent: Saturday, November 14, 2020 at 4:09 PM > From: "Patrice Dumas" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" , "Gavin Smith" > > Subject: Re: Failure in html output - Reference to

Re: Macros inside @displaymath

2020-11-14 Thread Christopher Dimech
> Sent: Saturday, November 14, 2020 at 5:17 PM > From: "Patrice Dumas" > To: "Gavin Smith" > Cc: "Christopher Dimech" , "help-texinfo gnu" > > Subject: Re: Macros inside @displaymath > > On Sat, Nov 14, 2020 at 08:49:05AM +0

Re: Failure in html output - Reference to nonexistent nodes

2020-11-14 Thread Christopher Dimech
trice Dumas" , "Christopher Dimech" > , "help-texinfo gnu" > Subject: Re: Failure in html output - Reference to nonexistent nodes > > On Sat, Nov 14, 2020 at 04:09:14PM +0100, Patrice Dumas wrote: > > On Sat, Nov 14, 2020 at 03:13:27PM +0100, Christopher

Displaying images for html output

2020-11-14 Thread Christopher Dimech
What is the command for displaying images for html output. When I use @image, the image is only being displayed when using texi2pdf. Regards Christopher

@exdent in @itemize introduces excessive spacing

2020-11-14 Thread Christopher Dimech
The following section adds excessive vertical space instead of only removing indentation, @itemize @w{} @item @exdent @math{H_I(t)}: The Instrumental Transfer Response Function. @item @exdent @math{T_G(t)}: The Actual Physical Ground Motion. @end itemize

Re: Displaying images for html output

2020-11-15 Thread Christopher Dimech
That's what I have done, but I cannot see the output in html. > Sent: Sunday, November 15, 2020 at 10:40 AM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subject: Re: Displaying images for html output > &g

Re: Displaying images for html output

2020-11-15 Thread Christopher Dimech
; From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subject: Re: Displaying images for html output > > On Sun, Nov 15, 2020 at 12:40:05AM +0100, Christopher Dimech wrote: > > What is the command for displaying images for htm

Re: Displaying images for html output

2020-11-15 Thread Christopher Dimech
h argument because for html that will fail. You have to put "png", without the period dot. > Sent: Sunday, November 15, 2020 at 4:32 PM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subject: Re: Displaying im

Re: Displaying images for html output

2020-11-15 Thread Christopher Dimech
> Sent: Sunday, November 15, 2020 at 5:55 PM > From: "Patrice Dumas" > To: "Christopher Dimech" > Cc: "Gavin Smith" , "help-texinfo gnu" > > Subject: Re: Displaying images for html output > > On Sun, Nov 15, 2020 at 05

Re: Displaying images for html output

2020-11-15 Thread Christopher Dimech
> Sent: Sunday, November 15, 2020 at 6:42 PM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subject: Re: Displaying images for html output > > On Sun, Nov 15, 2020 at 05:12:13PM +0100, Christopher Dimech wrote: &

@value fails with @image for pdf output

2020-11-15 Thread Christopher Dimech
Please note that the following code fails for pdf output, but works for html if I put dirhtml at the correct relative path to index.html @set dir-pdf ../Ideogr/Ch03b--Chmed @image{@value{dir-pdf}/igc03--01--Sicl--CircAmRg.png} @set dir-html ../../Ideogr/Ch03b--Chmed @image{@value{dir-html}/ig

Re: Displaying images for html output

2020-11-15 Thread Christopher Dimech
2020 at 7:15 PM > From: "Christopher Dimech" > To: "Gavin Smith" > Cc: "help-texinfo gnu" > Subject: Re: Displaying images for html output > > > > Sent: Sunday, November 15, 2020 at 6:42 PM > > From: "Gavin Smith" > > To: &

Re: Macros inside @displaymath

2020-11-15 Thread Christopher Dimech
day, November 16, 2020 at 12:43 AM > From: "Patrice Dumas" > To: "Gavin Smith" > Cc: "Christopher Dimech" , "help-texinfo gnu" > > Subject: Re: Macros inside @displaymath > > On Sat, Nov 14, 2020 at 05:25:56PM +, Gavin Smith wrote: &

Page Numbers in @ref

2020-11-16 Thread Christopher Dimech
Some have commented that they did not want the page number to be displayed in some documents (e.g. non-printed pdf output) For instance, I have used @ref to refer to bibliographic output, where the page number is not really important - that is, the user can easily find the bibliographic element, w

Re: Page Numbers in @ref

2020-11-16 Thread Christopher Dimech
> Sent: Monday, November 16, 2020 at 6:58 PM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" , "Patrice Dumas" > > Subject: Re: Page Numbers in @ref > > On Mon, Nov 16, 2020 at 06:42:06PM +0100, Christop

Width and Height in @image for Html Output fail

2020-11-16 Thread Christopher Dimech
Have noticed that when using @image for html output, setting the width and height fails.

Re: Width and Height in @image for Html Output fail

2020-11-16 Thread Christopher Dimech
> Sent: Monday, November 16, 2020 at 9:33 PM > From: "Patrice Dumas" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subject: Re: Width and Height in @image for Html Output fail > > On Mon, Nov 16, 2020 at 09:32:08PM +0100, Christo

Re: Page Numbers in @ref

2020-11-17 Thread Christopher Dimech
- Christopher Dimech General Administrator - Naiad Informatics - GNU Project (Geocomputation) - Geophysical Simulation - Geological Subsurface Mapping - Disaster Preparedness and Mitigation - Natural Resource Exploration and Production - Free Software Advocacy > S

Re: Displaying images for html output

2020-11-17 Thread Christopher Dimech
; This would be a bug if it is true. The manual says to include the period: Have you confirmed the bug, Gavin, Patrice? > Sent: Sunday, November 15, 2020 at 6:42 PM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Sub

Re: Displaying images for html output

2020-11-17 Thread Christopher Dimech
> Sent: Tuesday, November 17, 2020 at 2:35 PM > From: "Patrice Dumas" > To: "Christopher Dimech" > Cc: "Gavin Smith" , "help-texinfo gnu" > > Subject: Re: Displaying images for html output > > On Tue, Nov 17, 2020 at 01:47:4

Re: Displaying images for html output

2020-11-18 Thread Christopher Dimech
mas" > To: "Christopher Dimech" > Cc: "Gavin Smith" , "help-texinfo gnu" > > Subject: Re: Displaying images for html output > > On Tue, Nov 17, 2020 at 01:47:41PM +0100, Christopher Dimech wrote: > > > > @image{../../Ideogr/Ch0

Re: Displaying images for html output

2020-11-18 Thread Christopher Dimech
> Sent: Wednesday, November 18, 2020 at 9:45 PM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subject: Re: Displaying images for html output > > On Sun, Nov 15, 2020 at 08:11:19PM +0100, Christopher Dimech wrote: &

Re: Displaying images for html output

2020-11-18 Thread Christopher Dimech
> Sent: Wednesday, November 18, 2020 at 9:52 PM > From: "Christopher Dimech" > To: "Gavin Smith" > Cc: "help-texinfo gnu" > Subject: Re: Displaying images for html output > > > Sent: Wednesday, November 18, 2020 at 9:45 PM > > From

Re: Displaying images for html output

2020-11-18 Thread Christopher Dimech
> Sent: Wednesday, November 18, 2020 at 10:47 PM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subject: Re: Displaying images for html output > > On Wed, Nov 18, 2020 at 10:15:40PM +0100, Christopher Dimech wrote:

Re: Displaying images for html output

2020-11-18 Thread Christopher Dimech
ge was not reduced compared to the text. - Christopher Dimech General Administrator - Naiad Informatics - GNU Project (Geocomputation) - Geophysical Simulation - Geological Subsurface Mapping - Disaster Preparedness and Mitigation - Natural Resource Exploration and Production - Fr

Re: Error with macro use case where arguments span in several lines

2020-11-18 Thread Christopher Dimech
I have witnessed this problem. It could be related to the multi-line problem we discussed for headings, where I started using @ at the end of @unnumbered if the title spans more than one line. - Christopher Dimech General Administrator - Naiad Informatics - GNU Project

Re: Width and Height in @image for Html Output fail

2020-11-18 Thread Christopher Dimech
> Sent: Thursday, November 19, 2020 at 7:59 AM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "Patrice Dumas" , "help-texinfo gnu" > > Subject: Re: Width and Height in @image for Html Output fail > > On Mon, Nov 16, 20

Re: Width and Height in @image for Html Output fail

2020-11-18 Thread Christopher Dimech
Can't the large image be downsized with the height and width attributes in html? - Christopher Dimech General Administrator - Naiad Informatics - GNU Project (Geocomputation) - Geophysical Simulation - Geological Subsurface Mapping - Disaster Preparedness and Mitig

Re: Width and Height in @image for Html Output fail

2020-11-19 Thread Christopher Dimech
> Sent: Thursday, November 19, 2020 at 5:48 PM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "Patrice Dumas" , "help-texinfo gnu" > > Subject: Re: Width and Height in @image for Html Output fail > > > On Thu, Nov 19

Re: Width and Height in @image for Html Output fail

2020-11-19 Thread Christopher Dimech
So what I got to do is reduce the pixel sizes? I will check that out. > Sent: Thursday, November 19, 2020 at 5:48 PM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "Patrice Dumas" , "help-texinfo gnu" > > Subject: Re: Wi

Re: Paragraph vertical space

2020-11-19 Thread Christopher Dimech
You can use @vskip 3mm - Christopher Dimech General Administrator - Naiad Informatics - GNU Project (Geocomputation) - Geophysical Simulation - Geological Subsurface Mapping - Disaster Preparedness and Mitigation - Natural Resource Exploration and Production - Free Software

Re: Width and Height in @image for Html Output fail

2020-11-19 Thread Christopher Dimech
Choosing the maximum number of horizontal pixel to be 500 gets acceptable results. > Sent: Thursday, November 19, 2020 at 5:48 PM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "Patrice Dumas" , "help-texinfo gnu" > > Su

Re: Width and Height in @image for Html Output fail

2020-11-19 Thread Christopher Dimech
t 7:40 PM > From: "Christopher Dimech" > To: "Gavin Smith" > Cc: "help-texinfo gnu" > Subject: Re: Width and Height in @image for Html Output fail > > Choosing the maximum number of horizontal pixel to be 500 gets acceptable > results. >

Re: Width and Height in @image for Html Output fail

2020-11-19 Thread Christopher Dimech
> Sent: Thursday, November 19, 2020 at 7:53 PM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "Patrice Dumas" , "help-texinfo gnu" > > Subject: Re: Width and Height in @image for Html Output fail > > On Thu, Nov 19, 2020

Re: Paragraph vertical space

2020-11-19 Thread Christopher Dimech
Works for me as well. > Sent: Thursday, November 19, 2020 at 8:22 PM > From: "Gavin Smith" > To: "Hilaire Fernandes" > Cc: "help-texinfo@gnu.org" > Subject: Re: Paragraph vertical space > > On Thu, Nov 19, 2020 at 08:19:55PM +0100, Hilaire Fernandes wrote: > > Doesn't work either. > > > > Le 1

Re: Paragraph vertical space

2020-11-19 Thread Christopher Dimech
Fantastic.     - Christopher Dimech General Administrator - Naiad Informatics - GNU Project (Geocomputation) - Geophysical Simulation - Geological Subsurface Mapping - Disaster Preparedness and Mitigation - Natural Resource Exploration and Production - Free Software

Re: Displaying images for html output

2020-11-19 Thread Christopher Dimech
> Sent: Thursday, November 19, 2020 at 11:10 PM > From: "Patrice Dumas" > To: "Gavin Smith" > Cc: "Christopher Dimech" , "help-texinfo gnu" > > Subject: Re: Displaying images for html output > > On Wed, Nov 18, 2020 at 09:47:09

Html Output for @image

2020-11-20 Thread Christopher Dimech
ot;Gavin Smith" > To: "Christopher Dimech" > Cc: "Patrice Dumas" , "help-texinfo gnu" > > Subject: Re: Width and Height in @image for Html Output fail > > On Thu, Nov 19, 2020 at 07:40:40PM +0100, Christopher Dimech wrote: > > Choosi

Re: Displaying images for html output

2020-11-21 Thread Christopher Dimech
> Sent: Sunday, November 22, 2020 at 12:46 AM > From: "Patrice Dumas" > To: "Gavin Smith" > Cc: "Christopher Dimech" , "help-texinfo gnu" > > Subject: Re: Displaying images for html output > > On Sat, Nov 21, 2020 at 05:20:00P

Re: Displaying images for html output

2020-11-22 Thread Christopher Dimech
> Sent: Sunday, November 22, 2020 at 10:02 AM > From: "Gavin Smith" > To: "Patrice Dumas" , "Christopher Dimech" > , "help-texinfo gnu" > Subject: Re: Displaying images for html output > > On Sun, Nov 22, 2020 at 12:46:35AM +01

Re: Displaying images for html output

2020-11-22 Thread Christopher Dimech
> Sent: Sunday, November 22, 2020 at 6:46 PM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subject: Re: Displaying images for html output > > On Wed, Nov 18, 2020 at 09:47:09PM +, Gavin Smith wrote: > &

Re: Html Output for @image

2020-11-22 Thread Christopher Dimech
> Sent: Sunday, November 22, 2020 at 6:49 PM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "Patrice Dumas" , "help-texinfo gnu" > > Subject: Re: Html Output for @image > > On Fri, Nov 20, 2020 at 01:41:22PM +0100, Chr

Re: @image for pdf and html

2020-11-24 Thread Christopher Dimech
e name for > > both: (1) pdf, dvi; and (2) html. > > > > @image(file,w,h,alttext,.png) > > > > Meaning that html will search for the filename, but with a token being > > appended to it. > > Sorry, I don't understand the question. > >

Re: @image for pdf and html

2020-11-24 Thread Christopher Dimech
have something similar for break file names, as it is frequent that file names get very long, as happens with url's. Additionally, @float does not function. Regards Christopher - Christopher Dimech General Administrator - Naiad Informatics - GNU Project (Geocomput

@image and fifth argument during html output

2020-11-25 Thread Christopher Dimech
Gavin, Can one use for html output the command that follows. It was not working even when the file exists. Texinfo was not giving an error, however, the image was not being displayed in html when using .png. @image{file.w.h.alttext,.png} Regards Christopher

Re: @image and fifth argument during html output

2020-11-25 Thread Christopher Dimech
does not find the file. @image{file,8cm,13cm,alttext,.png} Regards Christopher > Sent: Wednesday, November 25, 2020 at 6:15 PM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subject: Re: @image and fifth argument duri

@image with @value using texi2pdf

2020-11-25 Thread Christopher Dimech
Running the following command using texi2pdf gives errors. Output is correct for html output. - Command - @set imgf ../Ideogr/Ch03b--Chmed/igc03--01--Sicl--CircAmRg @image{@value{imgf}.png} - Errors - (3 @ Microseismic Analysis of the Central Mediterranean Region) [-2] (./0

Re: Width and Height in @image for Html Output fail

2020-11-25 Thread Christopher Dimech
> Sent: Wednesday, November 25, 2020 at 7:07 PM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subject: Re: Width and Height in @image for Html Output fail > > On Thu, Nov 19, 2020 at 07:51:30PM +0100, Christopher

Re: Copying image files for HTML output

2020-11-28 Thread Christopher Dimech
> Sent: Saturday, November 28, 2020 at 10:36 AM > From: "Gavin Smith" > To: "Patrice Dumas" , "bug-texinfo gnu" > > Subject: Copying image files for HTML output > > On Thu, Nov 19, 2020 at 11:10:55PM +0100, Patrice Dumas wrote: > > I think that if the path does not starts with . or .. or is an a

Re: Copying image files for HTML output

2020-11-28 Thread Christopher Dimech
For when are you planning the next release? > Sent: Saturday, November 28, 2020 at 10:36 AM > From: "Gavin Smith" > To: "Patrice Dumas" , "bug-texinfo gnu" > > Subject: Copying image files for HTML output > > On Thu, Nov 19, 2020 at 11:10:55PM +0100, Patrice Dumas wrote: > > I think that if the

Re: Numbering Menu Items in html output

2020-11-28 Thread Christopher Dimech
> Sent: Saturday, November 28, 2020 at 6:20 PM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "Patrice Dumas" > Subject: Re: Numbering Menu Items in html output > > Please send any queries to the public mailing lists > bug-texi..

Re: Numbering Menu Items in html output

2020-11-28 Thread Christopher Dimech
> Sent: Saturday, November 28, 2020 at 7:13 PM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subject: Re: Numbering Menu Items in html output > > On Sat, Nov 28, 2020 at 06:27:06PM +0100, Christopher

@float

2020-12-02 Thread Christopher Dimech
What do you think about having floating material? Regards Christopher

Latest Development Version - @macro line continuation

2020-12-03 Thread Christopher Dimech
} @center Text @center \date\ @author Christopher Dimech @iftex @page @insertcopying @end iftex @end macro @TdrPage{Microseismic Analysis of the, Central Mediterranean Region,,, Chapter 3 Tuesday September 15@comma{} 2020} Errors --- texi2pdf 03aCh-Chmed-html.texi This is pdfTeX

Re: Latest Development Version - @macro line continuation

2020-12-03 Thread Christopher Dimech
It looks like I installed correctly though hagbard@fuckup: + ~ which texi2pdf /usr/local/bin/texi2pdf hagbard@fuckup: + ~ ls -lrt /usr/local/bin/texi2pdf -rwxr-xr-x 1 root root 1246 Dec 3 07:52 /usr/local/bin/texi2pdf - Christopher Dimech General Administrator - Naiad

Re: Latest Development Version - @image with @value

2020-12-03 Thread Christopher Dimech
.png} First call to @image works, the second fails. > Sent: Thursday, December 03, 2020 at 6:41 PM > From: "Christopher Dimech" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subject: Re: Latest Development Version - @macro line continu

Re: Latest Development Version - @image with @value

2020-12-04 Thread Christopher Dimech
> Sent: Friday, December 04, 2020 at 5:45 PM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subject: Re: Latest Development Version - @image with @value > > On Thu, Dec 03, 2020 at 08:03:19PM +0100, Christopher Dime

Re: Latest Development Version - @image with @value

2020-12-04 Thread Christopher Dimech
remains C* > Sent: Friday, December 04, 2020 at 5:45 PM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subject: Re: Latest Development Version - @image with @value > > On Thu, Dec 03, 2020 at 08:03:19PM +0100, Chr

Re: Latest Development Version - @image with @value

2020-12-04 Thread Christopher Dimech
This is what I have used git clone https://git.savannah.gnu.org/git/texinfo.git > Sent: Friday, December 04, 2020 at 6:16 PM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subject: Re: Latest Development Version - @ima

Re: Latest Development Version - @image with @value

2020-12-04 Thread Christopher Dimech
> Sent: Friday, December 04, 2020 at 6:28 PM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subject: Re: Latest Development Version - @image with @value > > You have to copy texinfo.tex manually to where it will be

Re: Latest Development Version - @image with @value

2020-12-04 Thread Christopher Dimech
Do not usually run configure in the same directory. I make a build directory, then run configure from there. > Sent: Friday, December 04, 2020 at 6:28 PM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subject: Re: La

Re: Latest Development Version - @image with @value

2020-12-04 Thread Christopher Dimech
-r-- 1 hagbard hagbard 380722 Dec 4 18:03 texinfo.tex > Sent: Friday, December 04, 2020 at 6:28 PM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subject: Re: Latest Development Version - @image with @value > > You

Re: Latest Development Version - @image with @value

2020-12-04 Thread Christopher Dimech
Do you still think that the problem is with texinfo.tex? > Sent: Friday, December 04, 2020 at 6:28 PM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subject: Re: Latest Development Version - @image with @value > >

Re: Latest Development Version - @image with @value

2020-12-04 Thread Christopher Dimech
I have tried that. Now I put the file in all directories where I have the all the texi files. Could you send me the file, so I can put the one you send. See what happens. > Sent: Friday, December 04, 2020 at 8:51 PM > From: "Gavin Smith" > To: "Christopher Dimech&q

Re: Latest Development Version - @image with @value

2020-12-04 Thread Christopher Dimech
files. And the problem remains. How is it that the installation from git still shows version 2020-10-24.12? > Sent: Friday, December 04, 2020 at 8:51 PM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subject: Re: La

Re: Latest Development Version - @image with @value

2020-12-04 Thread Christopher Dimech
> Sent: Friday, December 04, 2020 at 10:17 PM > From: "Patrice Dumas" > To: "Christopher Dimech" > Cc: "Gavin Smith" , "help-texinfo gnu" > > Subject: Re: Latest Development Version - @image with @value > > On Fri, Dec 04, 20

Re: Latest Development Version - @image with @value

2020-12-04 Thread Christopher Dimech
> Sent: Friday, December 04, 2020 at 10:30 PM > From: "Patrice Dumas" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subject: Re: Latest Development Version - @image with @value > > On Fri, Dec 04, 2020 at 10:22:34PM +0100, Christophe

Re: Latest Development Version - @image with @value

2020-12-04 Thread Christopher Dimech
> Sent: Friday, December 04, 2020 at 10:30 PM > From: "Patrice Dumas" > To: "Christopher Dimech" > Cc: "Gavin Smith" , "help-texinfo gnu" > > Subject: Re: Latest Development Version - @image with @value > > On Fri, Dec 04, 20

Re: Latest Development Version - @image with @value

2020-12-04 Thread Christopher Dimech
> Sent: Friday, December 04, 2020 at 10:56 PM > From: "Patrice Dumas" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subject: Re: Latest Development Version - @image with @value > > On Fri, Dec 04, 2020 at 10:37:56PM +0100, Christopher

Re: Latest Development Version - @image with @value

2020-12-04 Thread Christopher Dimech
% cp srcdir/doc/texinfo.tex workdir Where workdir is the directory of your main Texinfo input file. > Sent: Friday, December 04, 2020 at 10:53 PM > From: "Patrice Dumas" > To: "Christopher Dimech" > Cc: "Gavin Smith" , "help-texinfo gnu

Re: Latest Development Version - @image with @value

2020-12-04 Thread Christopher Dimech
> Sent: Saturday, December 05, 2020 at 12:30 AM > From: "Patrice Dumas" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subject: Re: Latest Development Version - @image with @value > > On Fri, Dec 04, 2020 at 11:43:09PM +0100, Christoph

Re: Latest Development Version - @image with @value

2020-12-04 Thread Christopher Dimech
umas" > To: "Christopher Dimech" > Cc: "Gavin Smith" , "help-texinfo gnu" > > Subject: Re: Latest Development Version - @image with @value > > On Fri, Dec 04, 2020 at 11:43:09PM +0100, Christopher Dimech wrote: > > Fantastic. Things age working

Re: Latest Development Version - @image with @value

2020-12-04 Thread Christopher Dimech
> Sent: Saturday, December 05, 2020 at 8:03 AM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subject: Re: Latest Development Version - @image with @value > > On Fri, Dec 04, 2020 at 11:20:47PM +0100, Christopher D

<    1   2   3   >