eelbrain.fmtxt.save_pdf

eelbrain.fmtxt.save_pdf(fmtext, path=None)

Save an FMText object as a PDF (requires LaTeX installation)

Parameters
  • fmtext (FMText) – Object to save.

  • path (Union[Path, str, None]) – Destination filename. If unspecified, a file dialog will open to ask for a destination.