summaryrefslogtreecommitdiff
path: root/support/gladtex/ToDo.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/gladtex/ToDo.md
Initial commit
Diffstat (limited to 'support/gladtex/ToDo.md')
-rw-r--r--support/gladtex/ToDo.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/support/gladtex/ToDo.md b/support/gladtex/ToDo.md
new file mode 100644
index 0000000000..e5a00c6ea7
--- /dev/null
+++ b/support/gladtex/ToDo.md
@@ -0,0 +1,28 @@
+To Do
+=====
+
+This list contains things to be implemented in GladTeX. If you have additions or
+even feel like you want to do it, feel free to drop me an email: `shumenda |aT|
+gmx //dot-- de`.
+
+Uncategorized
+-------------
+
+- introduce command line option which will check whether all all formulas in a
+ cache are used and if not, remove the formula (only useful for caches
+ corresponding to a single document)
+
+Gettext
+-------
+
+
+Gettext should be integrated to localize messages (especially errors).
+
+Compressed Cache
+----------------
+
+The cache stores the path, the formula and the positioning of an image. For
+large documents, this might be quite big, hence it makes sense to compress them.
+
+To make things easier, the cache should have a .gz extension.
+