-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathto-do.txt
34 lines (20 loc) · 1.29 KB
/
to-do.txt
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
29
30
31
32
33
34
;;; cl-typesetting copyright 2002-2021 Marc Battyani see license.txt for details of the license
;;; You can reach me at [email protected] or [email protected]
If you have some time and want to contribute, here are some things needed by cl-typesetting.
This list is not exhaustive
-User friendly syntaxes above the core syntax layer. (TeX syntax emulation,
markup languages, alternative languages like Scribble, etc...)
-Completing the tables. (more options for the cells, cell styles, etc.)
-Completing the math mode and adding standard math-syntaxes (TeX, mathML)
-Adding commands for things like lists, choosing the hyphenation language, etc.
-Improving the styles handling (paragraph, titles styles etc.)
-Adding higher level processing functions like tables of content, indexes,
sections/subsections numbering, etc.
-Completing and improving the core typesetting engine. (multi-lines
hyphenation, rivers, grid-mode, etc.)
-Native integration and improvement of the cl-pdf charts (pie, histogram, lines, etc.)
-Making a stand alone executable so that non-lispers can use it.
-Making a typesetting server (webservice ?) so that non-lispers can use it.
-etc.
If you are interested by this or if you have other ideas, send them to me.
Marc Battyani ("[email protected]")