[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
- CTAN update (Re: bug#71690: 14.0.5; preview-latex clips bold text with inline equations), Ikumi Keita, 2024/06/22
- Re: CTAN update (Re: bug#71690: 14.0.5; preview-latex clips bold text with inline equations), Arash Esbati, 2024/06/24
- Re: CTAN update (Re: bug#71690: 14.0.5; preview-latex clips bold text with inline equations),
Ikumi Keita <=
- Re: CTAN update, Arash Esbati, 2024/06/25
- Re: CTAN update, Ikumi Keita, 2024/06/25
- Re: CTAN update, Arash Esbati, 2024/06/25
- Re: CTAN update, Ikumi Keita, 2024/06/26
- Re: CTAN update, Arash Esbati, 2024/06/26
- Re: CTAN update, Ikumi Keita, 2024/06/27
- Re: CTAN update, Arash Esbati, 2024/06/27