This text is responsible for the headers lining up in typst...
Adding plugins to your book¶
This page explains how to add a variety of plugins to your book. Each plugin can be linked individually in your myst.yml file.
⚠️ Important: Always include the CSS file (only once) to ensure the custom styles are applied.
Example myst.yml configuration:
site:
template: book-theme
options:
style: https://github.com/TUD-JB-Templates/JB2_plugins/releases/download/CSS/custom.cssiframe¶
Figure 1:a great movie, and a great caption
Use this link to add support for iframes when converting to pdf:
https://github.com/TUD-JB-Templates/JB2_plugins/releases/download/iframe/iframe.mjsexample¶
Use this link to add support for the example directive when converting to pdf:
https://github.com/TUD-JB-Templates/JB2_plugins/releases/download/example/example.mjsexperiment¶
Use this link to add support for the experiment directive when converting to pdf:
https://github.com/TUD-JB-Templates/JB2_plugins/releases/download/experiment/experiment.mjsintermezzo¶
Use this link to add support for intermezzo’s when converting to pdf:
https://github.com/TUD-JB-Templates/JB2_plugins/releases/download/intermezzo/intermezzo.mjsexercises¶
Use this link to add support for exercises when converting to pdf:
https://github.com/TUD-JB-Templates/JB2_plugins/releases/download/exercise/pdf_exercise.mjsCustom element¶
To generate a custom element, including css
style must have been included in css file.