ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans van der Meer <hansm@science.uva.nl>
Subject: texexec --mptex text?
Date: Wed, 21 Dec 2005 16:58:36 +0100	[thread overview]
Message-ID: <0CF281B0-71CA-4250-A5A2-062A070FD769@science.uva.nl> (raw)

[-- Attachment #1: Type: text/plain, Size: 413 bytes --]

I did some small examples, motivated by the article of Wesseling in  
NTG's "Voorjaar 2005" MAPS.
Latest context and fonts installed (2005-12-19).
I do not understand the results.

(call) texexec --mptex test-1.mp:

beginfig(1);
	draw (0,0)--(100,0)--(100,50)--(50,50)--(50,100)--(0,100)--(0,0);
	label.urt(btex \ss\tfxx coorner etex rotated 45, (50,50)) withcolor  
blue;
endfig;
end.

Why are the o's colliding?

[-- Attachment #2: test.3.pdf --]
[-- Type: application/pdf, Size: 6457 bytes --]

[-- Attachment #3: Type: text/plain, Size: 1113 bytes --]

font shown to be Courier Truetype (Macintosh OSX).

And why is the fount Courier instead of the expected ComputerModern  
SansSerif?

Contents of test.mpx is:

% Written by DVItoMP, Version 0.9/color (Web2C 7.5.3)
begingroup save _p,_r,_s,_n; picture _p; _p=nullpicture;
string _n[];
vardef _s(expr _t,_f,_m,_x,_y)(text _c)=
   addto _p also _t infont _f scaled _m shifted (_x,_y) _c; enddef;
_n0="ec-lmss12";
_s("co",_n0,1.00000,0.0000,-5.3134,);
_s("o",_n0,1.00000,11.3806,-5.3134,);
_s("rner",_n0,1.00000,16.9085,-5.3134,);
setbounds _p to (0,-5.3134)--(36.0726,-5.3134)--
(36.0726,0.0000)--(0,0.0000)--cycle;
_p endgroup
mpxbreak

File tmpgraph.bck has:

\long\def\mpxshipout#1{\shipout\hbox{%
   \setbox0=\hbox{#1}%
   \dimen0=\ht0 \advance\dimen0\dp0
   \dimen1=\ht0 \dimen2=\dp0  \ht0=0pt \dp0=0pt \box0
   \ifnum\dimen0>0 \vrule width1sp height\dimen1 depth\dimen2
   \else \vrule width1sp height1sp depth0sp\relax
   \fi}}
\mpxshipout{% line 3 test.mp
\ss coorner}
\end{document}
\end{document}


File tmpgraph.log shows context loading ec fonts (why not lm now)?
yours sincerely,
dr. H. van der Meer




[-- Attachment #4: Type: text/plain, Size: 139 bytes --]

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

             reply	other threads:[~2005-12-21 15:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-21 15:58 Hans van der Meer [this message]
2005-12-21 16:31 ` Hans Hagen
2005-12-21 17:34 ` Taco Hoekwater
2005-12-21 18:12   ` Hans van der Meer

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=0CF281B0-71CA-4250-A5A2-062A070FD769@science.uva.nl \
    --to=hansm@science.uva.nl \
    --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).