help-gnu-emacs
[Top][All Lists]
Advanced

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

Exporting form emacs texinfo-mode to dvi, pdf, and html


From: lisa-asket
Subject: Exporting form emacs texinfo-mode to dvi, pdf, and html
Date: Sat, 26 Jun 2021 23:38:29 +0200 (CEST)

Started by making the fallowing elisp function



(defun texi2pdf-file ()
  "TODO docstring"

  (interactive)
  (setq-local compile-command
          (concat "texi2pdf " (buffer-file-name))))



But the function is not effective to make the pdf file.





From: Bruno Barbier <brubar.cs@gmail.com>
To: lisa-asket@perso.be;
   moasenwood@zoho.eu;
   help-gnu-emacs@gnu.org
Subject: Re: Exporting form emacs texinfo-mode to dvi, pdf, and html
Date: 26/06/2021 22:02:59 Europe/Paris

lisa-asket@perso.be writes:

> Seems to work using
>
>
>
> M-x compile
> texi2pdf myfile.texi
>
>
>
> But I cannot find the generated pdf file.
>

Should be at the same place, as if you've entered "texi2pdf myfile.texi"
in a shell outside of emacs (or in a shell inside emacs).









reply via email to

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