使用 pst-optic 绘制双透镜系统

使用 pst-optic 绘制双透镜系统

我正在尝试使用绘制双镜头系统pst-optic。下面是我使用的代码示例:

\begin{pspicture}[showgrid=true](-5,-3)(7,4)
\rput(0.0,0.0){\lens[lensType=CVG,lensGlass=true,lensWidth=0.4,lensHeight=5,rayColor=red,focus=2,AB=2,OA=-4]}
\Transform
\rput(4.0,0.0){\lens[lensType=CVG,lensGlass=true,lensWidth=0.4,lensHeight=5,rayColor=red,focus=2]}
\end{pspicture}

根据手动的,这应该可以工作。然而,我得到了一个错误。我使用 Overleaf。

只需一个镜头,它就能正常工作:

\begin{pspicture}[showgrid=true](-5,-3)(7,4)
\rput(0.0,0.0){\lens[lensType=CVG,lensGlass=true,lensWidth=0.4,lensHeight=5,rayColor=red,focus=2,AB=2,OA=-4]}
\end{pspicture}

相关内容