Skip to content

Commit

Permalink
Make the import LaTeX option correctly handle recursive imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Witiko committed Oct 11, 2023
1 parent 90a5fb1 commit 68c7a2f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions markdown.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -20854,15 +20854,6 @@ variant of the `import` \LaTeX{} option:
% \end{macrocode}
% \begin{markdown}
%
% Here, we load the \LaTeX{} theme.
%
% \end{markdown}
% \begin{macrocode}
\@@_set_latex_theme:V
\l_@@_latex_import_current_theme_tl
% \end{macrocode}
% \begin{markdown}
%
% Here, we import the \LaTeX{} snippets.
%
% \end{markdown}
Expand Down Expand Up @@ -20903,6 +20894,15 @@ variant of the `import` \LaTeX{} option:
\l_tmpb_tl
{ snippet = { \l_tmpa_tl } }
}
% \end{macrocode}
% \begin{markdown}
%
% Here, we load the \LaTeX{} theme.
%
% \end{markdown}
% \begin{macrocode}
\@@_set_latex_theme:V
\l_@@_latex_import_current_theme_tl
},
}
\cs_generate_variant:Nn
Expand Down

0 comments on commit 68c7a2f

Please sign in to comment.