[ubuntu-jp:955] Re: METAPOSTで質問。
Nobuyuki Inaba
nobuyuki.inaba at gmail.com
Fri Jul 18 09:13:34 BST 2008
すみません。
もう一つ質問よろしいでしょうか?
この、面積と言う文字を赤い色にしたい場合、方法はあるのでしょうか?
いろいろ調べてみてみつからないので.....
test.mpというファイル名として(EUC-JP)
----------------------------------------------------
verbatimtex
\documentclass{jsarticle}
\begin{document}
etex;
beginfig(-1);
u=30;
fill (u,0)..(2u,u)..(u,2u)..(0,u)..cycle withcolor 0.7white;
label(btex 面積 $\pi r^2$ etex,(u,u));
endfig;
verbatimtex
\end{document}
etex;
end.
---------------------------------------------------
More information about the ubuntu-jp
mailing list