forked from latex2html/latex2html
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
16 lines (12 loc) · 733 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
MRO: Process commands like \psfig and \includegraphics directly, i.e. parse
them, run pstoimg on the postscript file and add the image to an images list.
This requires:
- (maybe) a new array with image filenames and secifications, or can we
use the same one as for the images coming out of dvips?
- recognition of certain directives, mainly the image size (i.e. width
or height) and calculation of a corresponding pixel size
- in the long run support of rotation angles; these could be implemented
in pstoimg with appropriate postscript code (like dvips does)
MRO: Adapt the configuration procedure to the MacOS platform.
MRO: Include the kpsewhich command in texexpand
MRO: Configure for use of Type1 fonts, if available