File: ToDo.md

package info (click to toggle)
gladtex 2.3.1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 440 kB
  • sloc: python: 4,531; sh: 7; makefile: 3
file content (28 lines) | stat: -rw-r--r-- 763 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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.