我在测试 pst-map3d 时遇到以下错误:
! LaTeX Error: File 'pst-map3d.sty' not found.
但apt
找不到它:
$ sudo apt-cache search pst-map3d
$
我在 ubuntu 18.04 上。
我的最终目标是绘制带有经线、平行线的 3D 地理图形,局部切平面等等,比如第一阶段的这个简单图形:
来源:https://commons.wikimedia.org/wiki/File:ECEF_ENU_Longitude_Latitude_relationships.svg
梅威瑟:
\documentclass{article}
\usepackage{pst-map3d}
\begin{document}
Hello world!
\end{document}
这个包被弃用了吗?
编辑:
texlive-pstricks
已经安装:
$ sudo apt-get install texlive-pstricks
Reading package lists... Done
Building dependency tree
Reading state information... Done
texlive-pstricks is already the newest version (2017.20180305-2).
0 upgraded, 0 newly installed, 0 to remove and 10 not upgraded.
更多信息
软件包主页:
https://melusine.eu.org/syracuse/pstricks/pst-map3d/
我找到的相关 CTAN 条目:
https://ctan.org/pkg/pst-geo
\usepackage{pst-geo}
注意;如果我附加到序言中,也会出现同样的错误。
答案1
安装sudo apt-get install texlive-pstricks