Graphics in JadeTeX

Subject: Graphics in JadeTeX
From: "Steven L. Anderson" <steveo@xxxxxxx>
Date: Sun, 21 Jun 1998 16:34:45 -0600
Okay, I figured out how to get graphics into RTF documents without any
problem, but I'm having a hard time with the JadeTeX backend.  I am
using DocBook 3.0 with the modular DocBook stylesheets from Norm
Walsh.

The SGML looks like this:

    <inlinegraphic fileref="logo.eps" format="eps" width="31bp"
      depth="144bp" align="left">
    </inlinegraphic>

and TeX gives the following errors.

	! Missing number, treated as zero.
	<to be read again> 
	s
	l.140 {0}}
	\endNode{}Using SGML to Create Documentation for the TCC
	A number should have been here; I inserted `0'.
	(If you can't figure out why I needed to see a number,
	look up `weird error' in the index to The TeXbook.)

	! Illegal unit of measure (pt inserted).
	<to be read again> 
	s
	l.140 {0}}
	\endNode{}Using SGML to Create Documentation for the TCC
	Dimensions can be in units of em, ex, in, pt, pc,
	cm, mm, dd, cc, bp, or sp; but yours is a new one!
	I'll assume that you meant to say pt, for printer's points.
	To recover gracefully from this error, it's best to
	delete the erroneous units; e.g., type `2' to delete
	two letters. (See Chapter 27 of The TeXbook.)

	File: logo.eps Graphic file (type eps)
	<logo.eps>
	! Extra \or.
	\insertExternalGraphicNotation ...ySystemId \\\or 
	\DisplayNIC \@@par \@tempd...
	l.140 {0}}
	\endNode{}Using SGML to Create Documentation for the TCC
	I'm ignoring this; it doesn't match any \if.

	Overfull \hbox (2691.62415pt too wide) in paragraph at lines 140--140
	[][] 
	[]

	Underfull \vbox (badness 10000) has occurred while \output is active []

	[1]
	Overfull \vbox (13914.00085pt too high) has occurred while
	\output is active [] 

	[2]
	! Missing number, treated as zero.
	<to be read again> 
	s
	l.140 {0}}
	\endNode{}Using SGML to Create Documentation for the TCC
	A number should have been here; I inserted `0'.
	(If you can't figure out why I needed to see a number,
	look up `weird error' in the index to The TeXbook.)

	! Illegal unit of measure (pt inserted).
	<to be read again> 
	s
	l.140 {0}}
	\endNode{}Using SGML to Create Documentation for the TCC
	Dimensions can be in units of em, ex, in, pt, pc,
	cm, mm, dd, cc, bp, or sp; but yours is a new one!
	I'll assume that you meant to say pt, for printer's points.
	To recover gracefully from this error, it's best to
	delete the erroneous units; e.g., type `2' to delete
	two letters. (See Chapter 27 of The TeXbook.)

	File: logo.eps Graphic file (type eps)
	<logo.eps>
	! Extra }, or forgotten \endgroup.
	\insertExternalGraphicNotation ...art \hfill \fi }
	\@@par \else \expandafter ...
	l.140 {0}}
	\endNode{}Using SGML to Create Documentation for the TCC
	I've deleted a group-closing symbol because it seems to be
	spurious, as in `$x}$'. But perhaps the } is legitimate and
	you forgot something else, as in `\hbox{$x}'. In such cases
	the way to recover is to insert both the forgotten and the
	deleted material, e.g., by typing `I$}'.

	! Missing } inserted.
	<inserted text> 
	}
	l.140 {0}}
	\endNode{}Using SGML to Create Documentation for the TCC
	I've inserted something that you may have forgotten.
	(See the <inserted text> above.)
	With luck, this will get me unwedged. But if you
	really didn't forget anything, try typing `2' now; then
	my insertion and my current dilemma will both disappear.

	Overfull \hbox (2691.62415pt too wide) detected at line 140
	[] 
	[]

	Overfull \vbox (13914.00085pt too high) has occurred while
	\output is active [] 

	[3]

The TeX code looks like the following:

	\insertExternalGraphic%
	{\def\DisplayAlignment%
	{start}\def\ScaleType%
	{false}\def\ScaleX%
	{100}\def\ScaleY%
	{100}\def\EntitySystemId%
	{logo.eps}\def\NotationSystemId%
	{EPS}\def\EscapementDirection%
	{false}\def\PositionPointX%
	{0\p@}\def\PositionPointXFactor%
	{0}\def\PositionPointY%
	{0\p@}\def\PositionPointYFactor%
	{0}}

The last line is line 140.

Anybody know what's up?  Any help would be appreciated.

					    steveo
-- 

 ************************************************************************
 *  sTeve-O                                          Steven L. Anderson *
 *  steveo@xxxxxxx                                   P.O. Box 3098 C/S  *
 *                                                   Socorro, NM 87801  *
 ************************************************************************


 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread
  • Graphics in JadeTeX
    • Steven L. Anderson - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id SAA15434Sun, 21 Jun 1998 18:55:09 -0400 (EDT) <=
      • Marcus G. Daniels - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id TAA15892Sun, 21 Jun 1998 19:26:00 -0400 (EDT)
        • Sebastian Rahtz - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id IAA05770Tue, 23 Jun 1998 08:17:26 -0400 (EDT)
          • Marcus G. Daniels - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id NAA20879Tue, 23 Jun 1998 13:56:12 -0400 (EDT)
          • Sebastian Rahtz - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id EAA19423Wed, 24 Jun 1998 04:20:30 -0400 (EDT)