- I am using TexLive 2022 on Mac OSX.
- I am using Jupyter Book to write a textbook with Python snippets, with a lot of mathematics in it.
- I have been able to create Python notebooks with extension
.ipynb
for the various chapters therein. - I have changed the table of contents in the
_config.yml
file
With this context, I wish to ask how to change the base fonts for math and text type settings. For example I would wish to use the pxfonts
package. Essentially, I wish to know how to control the preamble of latex.
See this link for more information on Jupyter Book and PDF.