eelbrain.fmtxt.Report
- class eelbrain.fmtxt.Report(title, author=None, date=True, content=None, site_title=None)
Document consisting of several sections plus a title
- Parameters
title (FMTextLike) – Document title.
author (FMTextLike) – Document autho.
date (bool | FMTextLike) – Date to print on the report. If True (default), the current day (object initialization) is used.
content (FMTextLike) – Report content. Can also be constructed dynamically through the different .add_… methods.
site_title (str) – Set the HTML site title (the default is the same as title).
Methods
|
Add a figure frame to the section |
|
Add an image in a figure frame to the section |
|
|
|
Add a new subordinate section |
|
Append content to the FMText item |
|
Copy PDF to clipboard |
|
Copy TeX to clipboard |
|
Complete HTML representation |
|
|
|
String representation |
|
TeX representation |
|
Save HTML file of the report |
|
Save in PDF format |
|
Save in Rich Text format |
|
Save in TeX format |
|
Save as plain text file |
|
Save the report as temporary file and open in browser |
|
Add a signature to the report |