| In addition, is it feasible to get LaTeX to work with the version
of TeX embedded in Document? Not that I dislike Document, but there
are still times when I need to compile some LaTeX files (and my
VAXstation is short on disk space).
My guess is that this might be a task for a wizard with spare time.
Gary
|
| RE: Fonts
The problem here is that these programs (DOCUMENT included) each expect
to find the fonts in a specific directory, pointed to by a variety of
logical names (TEX$FONTS for TeX and LaTeX, DOC$*_FONTS for DOCUMENT).
I suppose you could point all of the logicals to one directory, dump the
contents of each separate directory into that one directory, and purge
duplicate filenames, but you'd have an awful lot of fonts in that one
directory ( and even then I don't guarantee that it would work, as this
answer is off the top of my head).
RE: LaTeX
Do you mean that you want to be able to process your LaTeX files through
DOCUMENT to get LaTeX output? I don't think that's easily possible, because the
format file for LaTeX is intimately tied to the version of TeX that it
was created for. We've made extensive modifications to TeX's data structures,
so I doubt very much that LPLAIN.FMT would work with our version of TeX.
--Brian
|