I tried to frame texts in double lines following directions in the mdframed package manual. However, I cannot even load the mdframed package with the "pstricks" option. Following are my codes:
\documentclass{article}
\usepackage{amssymb}
\usepackage[framemethod=pstricks]{mdframed}
\begin{document}
\begin{mdframed}
test
\end{mdframed}
\newpage
\end{document}
And this is the error message I am getting:
.......
("C:\Program Files\MiKTeX 2.9\tex\latex\mdframed\md-frame-2.mdf"))
(C:\Users\Jerry\Desktop\test.aux)
("C:\Program Files\MiKTeX 2.9\tex\context\base\supp-pdf.mkii"
[Loading MPS to PDF converter (version 2006.09.02).]
)
! Undefined control sequence.
<recently read> \c@lor@to@ps
l.7 \end{mdframed}**
Thank you very much for your kind assistance... ?
xelatex– Jul 10 '14 at 08:22xcolorpackage, included bypstricks.sty– Jul 11 '14 at 07:05pstricksfunctionalities. It is also the only way within MiKTeX that I have been able to compile documents that utilize bothtikzandpstricks. – feculededentier Jul 12 '14 at 03:43I tried using things like \begin{mdframed}[linestyle=double] or \begin{mdframed}[doubleline=true] without much success.
– Jerry Jul 12 '14 at 06:23double line box. Please have a look by the search textfield on this site if a similar question has been asked before posting it yourself. – Jul 12 '14 at 07:54