From 3688595f51115efcc010d8d4c4da6d191ff20e5b Mon Sep 17 00:00:00 2001 From: jkriege2 Date: Sat, 12 Jan 2019 17:19:18 +0100 Subject: [PATCH] renamed MD-file --- examples/jkqtmathtext_simpletest/README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/examples/jkqtmathtext_simpletest/README.md b/examples/jkqtmathtext_simpletest/README.md index dcd0ebd691..06c75ba6fa 100644 --- a/examples/jkqtmathtext_simpletest/README.md +++ b/examples/jkqtmathtext_simpletest/README.md @@ -1,10 +1,8 @@ +# JKQTmathText: A simple usage example {#JKQTmathTextSimpleExample} +JKQTmathText is a hand-written LaTeX-renderer for Qt (implemented in native C++, using Qt). It supports a large set of standard LaTeX markup and can render it to a QPainter. + [Back to JKQTPlotter main page](../../README.md) -# JKQtPlotter - -## JKQTmathText -JKQTmathText is a hand-written LaTeX-renderer for Qt (implemented in native C++, using Qt). It supports a large set of standard LaTeX markup and can render it to a QPainter. -## A simple usage example This project (see `./examples/jkqtmathtext_simpletest/`) simply creates a QLabel (as a new window) that displays a rendered LaTeX equation (here the time-dependent Schrödinger equation). The QMake project looks like this (see [`jkqtmathtext_simpletest.pro`](../jkqtmathtext_simpletest/jkqtmathtext_simpletest.pro): ```qmake