Import

Topic: import

Explanation

@import name "file" type registers external content for later output inside the @meeting block.

Supported types are html and pml.

Related import-style commands:

Commands such as @new_macro are not imported directly into documents. Instead, a file that starts with @new_macro is referenced through @macro ....

Paths should be wrapped in double quotes. This is especially recommended when paths contain spaces.

Examples

@import snippet "snippet.html" html
@import appendix "appendix.pml" pml