File: TODO

package info (click to toggle)
latex2html 2015-debian1-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 7,652 kB
  • ctags: 3,386
  • sloc: perl: 30,941; makefile: 429; sh: 155
file content (16 lines) | stat: -rw-r--r-- 733 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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