绘制化学实验室设备
我需要画一些化学实验室设备设置。它将包括锥形烧瓶、本生灯等。
TikZ 是否提供对此类绘图的支持?
I need to draw some chemical laboratory equiment setups. It will include Erlenmeyer flask, Bunsen burner and so on.
Does TikZ provide support for such drawings?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你几乎可以画任何你想要的东西: http://www.texample.net/tikz/examples/
但 TikZ 似乎并不包含实验室设备的预制版本。
我会尝试在 https://tex.stackexchange.com/ 询问您的问题。
You can draw pretty much anything you want: http://www.texample.net/tikz/examples/
But it doesn't look like TikZ includes premade versions of lab equipment.
I'd try asking your question over at https://tex.stackexchange.com/.
有一个名为
pst-labo
的软件包 (CTAN)它使用 PSTricks 进行绘图。但对于相当复杂的东西,我会使用矢量图像或 CAD -化学设备块。我很确定这会节省很多时间。There is a package called
pst-labo
(CTAN) which uses PSTricks for drawing. But for something rather complex I would use vector images or CAD-blocks of chemical equipment. I'm pretty sure it's going to save a lot of time.