Re: Blackboard bold in MetaPost



On Fri, 13 Feb 2009 08:41:56 -0800 (PST), Gabriel
<gabrieldfh@xxxxxxxxx> wrote:

Hello all,

I tried, without succes, to inbed blackboard bold symbols in a
MetaPost file by using mathbb{R} (for example) between btex and etex
(for example, inside a "label" command). But that didn't work...

Can anybody help me by telling me how to insert such blackboard bold
symbols into a MetaPost document?

% test.mp
% ensure necessary TeX packages:
verbatimtex
\documentclass{article}
\usepackage{amsfonts}
\begin{document}
etex;
beginfig(1);
label(btex $\mathbb{R}$ etex,(0,0));
endfig;
end
% end of test.mp

To ensure latex is used to process the label, run mpost
with this command
mpost -tex=latex test.mp

If that doesn't work, don't say "that didn't work". Tell
us what actually happens (for example, any screen messages).


Dan
To reply by email, change LookInSig to luecking
.



Relevant Pages

  • Blackboard bold in MetaPost
    ... I tried, without succes, to inbed blackboard bold symbols in a ... MetaPost file by using mathbbbetween btex and etex ... (for example, inside a "label" command). ... Can anybody help me by telling me how to insert such blackboard bold ...
    (comp.text.tex)
  • Non-capitalized blackboard bold k
    ... If I want to get a non-capitalized blackboard bold k in mathematical ... typing in math mode. ... blackboard bold symbols, I put these lines in my document: ... this solution depends upon the order by which the fonts are loaded. ...
    (comp.text.tex)
  • Re: Non-capitalized blackboard bold k
    ... If I want to get a non-capitalized blackboard bold k in mathematical ... typing in math mode. ... blackboard bold symbols, I put these lines in my document: ... this solution depends upon the order by which the fonts are loaded. ...
    (comp.text.tex)