public inbox for docbook-tools-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Peter Toft <pto@sslug.dk>
To: Bill Brooks <wbrooks@lug.ee.calpoly.edu>
Cc: docbook-tools-discuss@sourceware.cygnus.com
Subject: Re: db2pdf chokes: LaTeX Error: Unknown graphics extension: .eps
Date: Wed, 27 Dec 2000 06:36:00 -0000	[thread overview]
Message-ID: <Pine.LNX.4.21.0006011353180.830-100000@pto.linus.dk> (raw)
In-Reply-To: <Pine.LNX.4.10.10005312200070.7850-100000@lug.calpoly.edu>

On Wed, 31 May 2000, Bill Brooks wrote:

> Hi all,
> 
> If I have the following fragment in a document:
> 
> <figure>
>    <title>Picture's Title</title>
>    <graphic fileref="images/foo"></graphic>
> </figure>

My current trick (there is no golden way through)
is to include 

<!ENTITY % magic-entities SYSTEM "magic.sgml">
  %magic-entities;  

-------------

magic.sgml I will either make as 
<!ENTITY magic "png">  <---- for making html or pdf

or

<!ENTITY magic "ps">   <----- for making ps-docs

--------------

When I include pictures then I use this

<FIGURE ID="xterm-fig" FLOAT="1">
<TITLE>This is the xterm</TITLE>
<GRAPHIC FILEREF="../images/xterm.&magic;"  SCALE="60"></GRAPHIC>
</FIGURE>

Then I can compile whatever outputformat I want - and I
use ImageMagic to convert png -> eps.


Peter Toft, Ph.D. [pto@sslug.dk] http://www.sslug.dk/~pto

OS Wars: Luke, Use the Source! 

WARNING: multiple messages have this Message-ID
From: Peter Toft <pto@sslug.dk>
To: Bill Brooks <wbrooks@lug.ee.calpoly.edu>
Cc: docbook-tools-discuss@sourceware.cygnus.com
Subject: Re: db2pdf chokes: LaTeX Error: Unknown graphics extension: .eps
Date: Thu, 01 Jun 2000 05:04:00 -0000	[thread overview]
Message-ID: <Pine.LNX.4.21.0006011353180.830-100000@pto.linus.dk> (raw)
Message-ID: <20000601050400.NGcCxPVNSPRWZDPVNK40PuKM6Xr4bNdUQ4JnLwKBhro@z> (raw)
In-Reply-To: <Pine.LNX.4.10.10005312200070.7850-100000@lug.calpoly.edu>

On Wed, 31 May 2000, Bill Brooks wrote:

> Hi all,
> 
> If I have the following fragment in a document:
> 
> <figure>
>    <title>Picture's Title</title>
>    <graphic fileref="images/foo"></graphic>
> </figure>

My current trick (there is no golden way through)
is to include 

<!ENTITY % magic-entities SYSTEM "magic.sgml">
  %magic-entities;  

-------------

magic.sgml I will either make as 
<!ENTITY magic "png">  <---- for making html or pdf

or

<!ENTITY magic "ps">   <----- for making ps-docs

--------------

When I include pictures then I use this

<FIGURE ID="xterm-fig" FLOAT="1">
<TITLE>This is the xterm</TITLE>
<GRAPHIC FILEREF="../images/xterm.&magic;"  SCALE="60"></GRAPHIC>
</FIGURE>

Then I can compile whatever outputformat I want - and I
use ImageMagic to convert png -> eps.


Peter Toft, Ph.D. [pto@sslug.dk] http://www.sslug.dk/~pto

OS Wars: Luke, Use the Source! 

  parent reply	other threads:[~2000-12-27  6:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-12-27  6:36 Bill Brooks
2000-05-31 22:40 ` Bill Brooks
2000-12-27  6:36 ` Peter Toft [this message]
2000-06-01  5:04   ` Peter Toft
2000-12-27  6:36   ` Eric Lee Green
2000-06-01  6:31     ` Eric Lee Green

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.21.0006011353180.830-100000@pto.linus.dk \
    --to=pto@sslug.dk \
    --cc=docbook-tools-discuss@sourceware.cygnus.com \
    --cc=wbrooks@lug.ee.calpoly.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).