QTeXEngine

码农软件 · 软件分类 · 图形/图像处理 · 2019-09-09 10:42:58

软件介绍

QTeXEngine 是一个 QtiPlot 的扩展插件,用来将二维的图形转成 TeX 格式文档,所有通过 QtiPlot 的 QPainter 绘制的图形都可以通过它来导出,下面是一个例子:

void MyClass::exportTeX(const QString& fileName)
{
QTeXPaintDevice tex(fileName, QSize(500, 400));
QPainter paint.begin(&tex);
// ... perform your painting operations here ...
paint.end();
}

下图是一个实际的例子:

本文地址:https://www.codercto.com/soft/d/14207.html

Hatching Twitter

Hatching Twitter

Nick Bilton / Portfolio Hardcover / 2013-11-5 / USD 28.95

The dramatic, unlikely story behind the founding of Twitter, by New York Times bestselling author and Vanity Fair special correspondent The San Francisco-based technology company Twitter has become......一起来看看 《Hatching Twitter》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

在线进制转换器
在线进制转换器

各进制数互转换器

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具