Closed Witiko closed 2 months ago
Using theme or import in \usepackage{markdown} will only load plain TeX themes, not LaTeX themes as you would expect. This is because the code is executed before the theme-loading logic has been extended by the LaTeX layer.
theme
import
\usepackage{markdown}
Using
theme
orimport
in\usepackage{markdown}
will only load plain TeX themes, not LaTeX themes as you would expect. This is because the code is executed before the theme-loading logic has been extended by the LaTeX layer.