From 3bd193256b17e578f5274d4c9acf6339b3936bfe Mon Sep 17 00:00:00 2001 From: Aleks Kissinger Date: Thu, 31 Jan 2019 22:49:58 +0100 Subject: replace tex constants with unicode equivalent --- src/util.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index 5d1073a..3ddaf17 100644 --- a/src/util.h +++ b/src/util.h @@ -48,4 +48,8 @@ qreal degreesToRadians(qreal degrees); int normaliseAngleDeg (int degrees); qreal normaliseAngleRad (qreal rads); +// strings +void initTexConstants(); +QString replaceTexConstants(QString s); + #endif // UTIL_H -- cgit v1.2.3