LaTeX
如何才能在上面的代码中获得代码和其输出之间更粗的虚线?
\documentclass[12pt]{article}
\RequirePackage{tcolorbox}
\tcbuselibrary{minted}
\newtcblisting{doclatex}{listing side text}
\begin{document}
\begin{doclatex}
$just + A = test$
\end{doclatex}
\end{document}
LaTeX
如何才能在上面的代码中获得代码和其输出之间更粗的虚线?
\documentclass[12pt]{article}
\RequirePackage{tcolorbox}
\tcbuselibrary{minted}
\newtcblisting{doclatex}{listing side text}
\begin{document}
\begin{doclatex}
$just + A = test$
\end{doclatex}
\end{document}