auctex-devel
[Top][All Lists]
Advanced

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

Re: CTAN update (Re: bug#71690: 14.0.5; preview-latex clips bold text wi


From: Ikumi Keita
Subject: Re: CTAN update (Re: bug#71690: 14.0.5; preview-latex clips bold text with inline equations)
Date: Mon, 24 Jun 2024 19:37:41 +0900

Hi Arash,

>>>>> Arash Esbati <arash@gnu.org> writes:
> But we still need some rules in order to create the preview.pdf file
> which is required for a CTAN release, IIUC.  I'll try to have a look,
> but wouldn't mind if someone more fluent in make could also check ;-)

That would be this stuff taken from latex/Makefile.in:
preview.pdf: preview.drv preview.dtx preview.sty
        $(PDFLATEX) '\nonstopmode \input{preview.drv}'
        $(PDFLATEX) '\nonstopmode \input{preview.drv}'
        $(PDFLATEX) '\nonstopmode \input{preview.drv}'

So I hope for our GNUmakefile,
preview.pdf: latex/preview.drv latex/preview.dtx latex/preview.sty
        cd latex; \
        $(PDFLATEX) '\nonstopmode \input{preview.drv}'; \
        $(PDFLATEX) '\nonstopmode \input{preview.drv}'; \
        $(PDFLATEX) '\nonstopmode \input{preview.drv}'
would do the job. (I haven't tried actually, though. Maybe we also need
PDFLATEX=pdflatex
in GNUmakefile?)

Regards,
Ikumi Keita
#StandWithUkraine #StopWarInUkraine
#Gaza #StopMassiveKilling #CeasefireNOW



reply via email to

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