help-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Using a macro makes pdfetex quits and exits with bad status


From: Christopher Dimech
Subject: Using a macro makes pdfetex quits and exits with bad status
Date: Tue, 22 Jun 2021 19:52:52 +0200

@macro usubsec {label, titl}

@set lb \label\
@set tl \titl\
@ifclear usubsec-no-label
   @unnumberedsubsec @value{lb} @ @value{tl}
@end ifclear

@ifset usubsec-no-label
  @unnumberedsubsec @value{tl}
@end ifset

@end macro


> Sent: Wednesday, June 23, 2021 at 5:47 AM
> From: "Patrice Dumas" <pertusus@free.fr>
> To: "Christopher Dimech" <dimech@gmx.com>
> Cc: "help-texinfo gnu" <help-texinfo@gnu.org>
> Subject: Re: Using a macro makes pdfetex quits and exits with bad status
>
> On Tue, Jun 22, 2021 at 07:21:33PM +0200, Christopher Dimech wrote:
> > Am running a macro that continues on the next line, but pdfetex quits and 
> > exits
> > with bad status.  Should this problem not have been fixed before?
>
> It probably depends on the macro and what it expands to.  You would need
> to provide a real case or more information.
>
> >
> > @usubsec{16D,
> > Utilisation of Rapid Computations}
>
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]