ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Rebecca Searls <rsearls@gmail.com>
To: ntg-context@ntg.nl
Subject: btex and DeclareGraphicsRule question
Date: Thu, 24 Feb 2011 13:12:16 -0800	[thread overview]
Message-ID: <AANLkTikzm97LpT+15waYOhozM6JJvG_PtessCgJ7krMo@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 1919 bytes --]

Why does stmt, label(btex Au dessus  etex, (0,0));
fail when using stmt, \DeclareGraphicsRule{*}{mps}{*}{}
but works with stmt, \DeclareGraphicsRule{*}{eps}{*}{}

I am running texlive/2010.


Here is the error msg I get when using mps.

>/usr/local/texlive/2010/bin/i386-linux/mpost xtest.mp
This is MetaPost, version 1.211 (TeX Live 2010) (kpathsea version 6.0.0)
(./xtest.mpfatal: Command failed: etex --parse-first-line
--interaction=nonstopmode mpIYqrrH.tex; see mpxerr.log
>> xtest.mp
>> xtest.mpx
! Unable to make mpx file.
l.15 label(btex
                Au dessus  etex, (0,0));
Transcript written on xtest.log.




-- xtext.mp
%
verbatimtex
%&latex
\documentclass{book}
\usepackage{dvidrv} \usepackage{hrefout}
\usepackage{xbookjh}
\usepackage{xstyle}
\usepackage{verbatim}
\begin{document}
etex

beginfig(1);
label("Au dessus  ",(0,0));
label(btex Au dessus  etex, (0,0));
endfig;
bye;


--- xbookjh.sty
\ProvidesPackage{bookjh}[2001/05/24 Material for _Linear Algebra_ (JH)]

\usepackage[\dvidrv]{color}
\usepackage[\dvidrv]{graphicx}  %
  \DeclareGraphicsRule{*}{mps}{*}{} % make pdflatex take fig.1 as metapost.
%  \DeclareGraphicsRule{*}{eps}{*}{} % make pdflatex take fig.1 as metapost.
\endinput

--- xstyle.sty
\AtBeginDocument{\newlength{\heightofcdot}
\newlength{\widthofcdot}
\settoheight{\heightofcdot}{$\cdot$}
\settowidth{\widthofcdot}{$\cdot$}
\newsavebox{\dotprodcircle}
\savebox{\dotprodcircle}{\includegraphics{dotprod.1}}
\newcommand{\dotprod}{\mathbin{\raisebox{.5\heightofcdot}{
          \makebox[\widthofcdot]{$\smash{\usebox{\dotprodcircle}}$}}}}}


Alternatively if I use stmt, \DeclareGraphicsRule{*}{mps}{*}{}
and comment out all the lines in xstyle.sty no error is generated
when mpost is run.

I don't understand what in xstyle.sty can be having an affect on
\DeclareGraphicsRule{*}{mps}{*}{}.

Can anyone provide any helpful information?

My preference is to use mps and not eps.

[-- Attachment #1.2: Type: text/html, Size: 2335 bytes --]

[-- Attachment #2: Type: text/plain, Size: 486 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

             reply	other threads:[~2011-02-24 21:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-24 21:12 Rebecca Searls [this message]
2011-02-25 12:50 ` Hans Hagen

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=AANLkTikzm97LpT+15waYOhozM6JJvG_PtessCgJ7krMo@mail.gmail.com \
    --to=rsearls@gmail.com \
    --cc=ntg-context@ntg.nl \
    /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 NNTP newsgroup(s).