Re: Latest Development Version - @image with @value

2020-12-03 Thread Christopher Dimech
Using the following does not work for me.  Do I require some setup?  Have
also got the latest texinfo.tex

@set igmpath /home/hagbard/01cuneus/tdr/ideogr/03bCh-Chmed
@image{/home/hagbard/01cuneus/tdr/ideogr/03bCh-Chmed/igc03-01-Sicl-CircAmRg.png}
@image{@value{igmpath}/igc03-01-Sicl-CircAmRg.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 continuation
>
> 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 Informatics - GNU Project (Geocomputation)
> - Geophysical Simulation
> - Geological Subsurface Mapping
> - Disaster Preparedness and Mitigation
> - Natural Resource Exploration and Production
> - Free Software Advocacy
>
>
> > Sent: Thursday, December 03, 2020 at 6:28 PM
> > From: "Christopher Dimech" 
> > To: "help-texinfo gnu" 
> > Subject: Latest Development Version - @macro line continuation
> >
> > I have installed the latest development version but seeing an error.
> >
> > Perhaps I did not install it properly?
> >
> > --- Source Code 
> >
> > @macro TdrPage{titl, titlCn, subtitl, subtitlCn, date}
> >
> > @title @sc{\titl\ @* \titlCn\}
> > @subtitle \subtitl\
> > @subtitle \subtitlCn\
> >
> > @center @strong{Text}
> > @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, Version 3.14159265-2.6-1.40.16 (TeX Live 2015/Debian) 
> > (preloaded format=pdfetex)
> >  restricted \write18 enabled.
> > entering extended mode
> >
> > (./03aCh-Chmed-html.texi (/home/hagbard/01cuneus/tdr/03ch/texinfo.tex
> > Loading texinfo [version 2020-10-24.12]: pdf, fonts, markup, glyphs,
> > page headings, tables, conditionals, indexing, sectioning, toc, 
> > environments,
> > defuns, macros, cross references, insertions,
> > (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
> > This is `epsf.tex' v2.7.4 <14 February 2011>
> > ) localization, formatting, and turning on texinfo input format.)
> > (../LibMacro/DocuSeg.mc.texi)
> > Runaway argument?
> > {
> > ./03aCh-Chmed-html.texi:119: Paragraph ended before @trim@ was complete.
> > 
> >@par
> >  ^^M
> >   Chapter 3 Tuesday September 15@comma {} 2020
> > @eatspaces ...@expandafter @trim@ @expandafter {#1
> >}
> >  ... Tuesday September 15@comma {} 2020}
> >   @unskip @hfil
> > @centersub ...enalty @fi @line {@kern @leftskip #1
> >   @kern @rightskip }
> > @\center ...{@hfil @ignorespaces #1@unskip @hfil }
> >   @let @centersub @relax
> > ...
> > l.119 Chapter 3 Tuesday September 15@comma{} 2020}
> >
> > ./03aCh-Chmed-html.texi:119: Extra }, or forgotten @endgroup.
> > @centersub ...@kern @leftskip #1@kern @rightskip }
> >
> > @\center ...{@hfil @ignorespaces #1@unskip @hfil }
> >   @let @centersub @relax
> > l.25 Chapter 3 Tuesday September 15@comma{} 2020}
> >
> > @scanmacro ...@eatspaces }@scantokens {#1@comment}
> >
> > l.119 Chapter 3 Tuesday September 15@comma{} 2020}
> >
> > [1{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] [2]
> > (/home/hagbard/01cuneus/tdr/03ch/03aCh-Chmed-html.toc) [-1]
> > (/home/hagbard/01cuneus/tdr/03ch/03aCh-Chmed-html.toc)
> > (/home/hagbard/01cuneus/tdr/03ch/03aCh-Chmed-html.toc) (History)
> > (/home/hagbard/01cuneus/tdr/03ch/03aCh-Chmed-html.aux)
> > Overfull \hbox (4.44653pt too wide) in paragraph at lines 8--8
> >  @texttt Copyright:[]|
> >
> > Overfull \hbox (4.44653pt too wide) in paragraph at lines 7--7
> >  @texttt Copyright:[]|
> > (3 @ Microseismic Analysis of the Central Mediterranean Region) [-2] [1] )
> > (see the transcript file for additional information)pdfTeX warning (dest): 
> > name
> > {ii} has been referenced but does not exist, replaced by a fixed one
> >
> >  > hare/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx12.pfb> > exlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmcsc10.pfb> > e/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb> > f-dist/fonts/type1/public/amsfonts/cm/cmmi12.pfb> > /fonts/type1/public/amsfonts/cm/cmr10.pfb> > type1/public/amsfonts/cm/cmsl10.pfb> > public/amsfonts/cm/cmtt10.pfb>
> > Output written on 03aCh-Chmed-html.pdf (5 pages, 9

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 Informatics - GNU Project (Geocomputation)
- Geophysical Simulation
- Geological Subsurface Mapping
- Disaster Preparedness and Mitigation
- Natural Resource Exploration and Production
- Free Software Advocacy


> Sent: Thursday, December 03, 2020 at 6:28 PM
> From: "Christopher Dimech" 
> To: "help-texinfo gnu" 
> Subject: Latest Development Version - @macro line continuation
>
> I have installed the latest development version but seeing an error.
>
> Perhaps I did not install it properly?
>
> --- Source Code 
>
> @macro TdrPage{titl, titlCn, subtitl, subtitlCn, date}
>
> @title @sc{\titl\ @* \titlCn\}
> @subtitle \subtitl\
> @subtitle \subtitlCn\
>
> @center @strong{Text}
> @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, Version 3.14159265-2.6-1.40.16 (TeX Live 2015/Debian) 
> (preloaded format=pdfetex)
>  restricted \write18 enabled.
> entering extended mode
>
> (./03aCh-Chmed-html.texi (/home/hagbard/01cuneus/tdr/03ch/texinfo.tex
> Loading texinfo [version 2020-10-24.12]: pdf, fonts, markup, glyphs,
> page headings, tables, conditionals, indexing, sectioning, toc, environments,
> defuns, macros, cross references, insertions,
> (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
> This is `epsf.tex' v2.7.4 <14 February 2011>
> ) localization, formatting, and turning on texinfo input format.)
> (../LibMacro/DocuSeg.mc.texi)
> Runaway argument?
> {
> ./03aCh-Chmed-html.texi:119: Paragraph ended before @trim@ was complete.
> 
>@par
>  ^^M
>   Chapter 3 Tuesday September 15@comma {} 2020
> @eatspaces ...@expandafter @trim@ @expandafter {#1
>}
>  ... Tuesday September 15@comma {} 2020}
>   @unskip @hfil
> @centersub ...enalty @fi @line {@kern @leftskip #1
>   @kern @rightskip }
> @\center ...{@hfil @ignorespaces #1@unskip @hfil }
>   @let @centersub @relax
> ...
> l.119 Chapter 3 Tuesday September 15@comma{} 2020}
>
> ./03aCh-Chmed-html.texi:119: Extra }, or forgotten @endgroup.
> @centersub ...@kern @leftskip #1@kern @rightskip }
>
> @\center ...{@hfil @ignorespaces #1@unskip @hfil }
>   @let @centersub @relax
> l.25 Chapter 3 Tuesday September 15@comma{} 2020}
>
> @scanmacro ...@eatspaces }@scantokens {#1@comment}
>
> l.119 Chapter 3 Tuesday September 15@comma{} 2020}
>
> [1{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] [2]
> (/home/hagbard/01cuneus/tdr/03ch/03aCh-Chmed-html.toc) [-1]
> (/home/hagbard/01cuneus/tdr/03ch/03aCh-Chmed-html.toc)
> (/home/hagbard/01cuneus/tdr/03ch/03aCh-Chmed-html.toc) (History)
> (/home/hagbard/01cuneus/tdr/03ch/03aCh-Chmed-html.aux)
> Overfull \hbox (4.44653pt too wide) in paragraph at lines 8--8
>  @texttt Copyright:[]|
>
> Overfull \hbox (4.44653pt too wide) in paragraph at lines 7--7
>  @texttt Copyright:[]|
> (3 @ Microseismic Analysis of the Central Mediterranean Region) [-2] [1] )
> (see the transcript file for additional information)pdfTeX warning (dest): 
> name
> {ii} has been referenced but does not exist, replaced by a fixed one
>
>  hare/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx12.pfb> exlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmcsc10.pfb> e/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb> f-dist/fonts/type1/public/amsfonts/cm/cmmi12.pfb> /fonts/type1/public/amsfonts/cm/cmr10.pfb> type1/public/amsfonts/cm/cmsl10.pfb> public/amsfonts/cm/cmtt10.pfb>
> Output written on 03aCh-Chmed-html.pdf (5 pages, 95768 bytes).
> Transcript written on 03aCh-Chmed-html.log.
> /usr/local/bin/texi2dvi: pdfetex exited with bad status, quitting.
>
>
>
>



Latest Development Version - @macro line continuation

2020-12-03 Thread Christopher Dimech
I have installed the latest development version but seeing an error.

Perhaps I did not install it properly?

--- Source Code 

@macro TdrPage{titl, titlCn, subtitl, subtitlCn, date}

@title @sc{\titl\ @* \titlCn\}
@subtitle \subtitl\
@subtitle \subtitlCn\

@center @strong{Text}
@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, Version 3.14159265-2.6-1.40.16 (TeX Live 2015/Debian) 
(preloaded format=pdfetex)
 restricted \write18 enabled.
entering extended mode

(./03aCh-Chmed-html.texi (/home/hagbard/01cuneus/tdr/03ch/texinfo.tex
Loading texinfo [version 2020-10-24.12]: pdf, fonts, markup, glyphs,
page headings, tables, conditionals, indexing, sectioning, toc, environments,
defuns, macros, cross references, insertions,
(/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
This is `epsf.tex' v2.7.4 <14 February 2011>
) localization, formatting, and turning on texinfo input format.)
(../LibMacro/DocuSeg.mc.texi)
Runaway argument?
{
./03aCh-Chmed-html.texi:119: Paragraph ended before @trim@ was complete.

   @par
 ^^M
  Chapter 3 Tuesday September 15@comma {} 2020
@eatspaces ...@expandafter @trim@ @expandafter {#1
   }
 ... Tuesday September 15@comma {} 2020}
  @unskip @hfil
@centersub ...enalty @fi @line {@kern @leftskip #1
  @kern @rightskip }
@\center ...{@hfil @ignorespaces #1@unskip @hfil }
  @let @centersub @relax
...
l.119 Chapter 3 Tuesday September 15@comma{} 2020}

./03aCh-Chmed-html.texi:119: Extra }, or forgotten @endgroup.
@centersub ...@kern @leftskip #1@kern @rightskip }

@\center ...{@hfil @ignorespaces #1@unskip @hfil }
  @let @centersub @relax
l.25 Chapter 3 Tuesday September 15@comma{} 2020}

@scanmacro ...@eatspaces }@scantokens {#1@comment}

l.119 Chapter 3 Tuesday September 15@comma{} 2020}

[1{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] [2]
(/home/hagbard/01cuneus/tdr/03ch/03aCh-Chmed-html.toc) [-1]
(/home/hagbard/01cuneus/tdr/03ch/03aCh-Chmed-html.toc)
(/home/hagbard/01cuneus/tdr/03ch/03aCh-Chmed-html.toc) (History)
(/home/hagbard/01cuneus/tdr/03ch/03aCh-Chmed-html.aux)
Overfull \hbox (4.44653pt too wide) in paragraph at lines 8--8
 @texttt Copyright:[]|

Overfull \hbox (4.44653pt too wide) in paragraph at lines 7--7
 @texttt Copyright:[]|
(3 @ Microseismic Analysis of the Central Mediterranean Region) [-2] [1] )
(see the transcript file for additional information)pdfTeX warning (dest): name
{ii} has been referenced but does not exist, replaced by a fixed one


Output written on 03aCh-Chmed-html.pdf (5 pages, 95768 bytes).
Transcript written on 03aCh-Chmed-html.log.
/usr/local/bin/texi2dvi: pdfetex exited with bad status, quitting.