Witiko / markdown

:notebook_with_decorative_cover: A package for converting and rendering markdown documents in TeX
http://ctan.org/pkg/markdown
LaTeX Project Public License v1.3c
331 stars 31 forks source link

Using `theme` or `import` in `\usepackage{markdown}` only loads plain TeX themes #471

Closed Witiko closed 2 months ago

Witiko commented 3 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.