Neal Becker wrote:
> Objective:
> produce multi-page pdfs using xelatex so I can have advanced latex and stix
> fonts (using xits package)
>
> I've used pdf multipage with the recipe:
>
> import matplotlib as mpl
> mpl.use ('pdf')
> import matplotlib.pyplot as plt
>
> from matplotlib.backends.b
Objective:
produce multi-page pdfs using xelatex so I can have advanced latex and stix
fonts (using xits package)
I've used pdf multipage with the recipe:
import matplotlib as mpl
mpl.use ('pdf')
import matplotlib.pyplot as plt
from matplotlib.backends.backend_pdf import PdfPages
pdf = PdfPages