emath BBS

新規発言一覧最新記事過去一覧検索HOME

No.5816  Re[8]:pict2eとの併用
発言者: tDB
発言日: 2007 03/12 16:30
発言元: 210.229.3.104
これは,emath は無関係です。
下のリスト re5814a.tex で同様の現象が発生します。

すなわち
    eepic.sty
    pic2te.sty
いずれも LaTeX の picture環境を拡張していますが,
方向が違います。両立は無意味だと思います。

前にも指摘しましたように pict2e.sty をつかうなら
  tpic-specials は使わず,(emath でいえば,emathP は使わず)
  PostScipt でいくのが  (emath でいえば,emathPs を使う)
望ましいということです。
(下の re5814b.tex では問題が発生しないことをご確認ください。)

% --- re5814a.tex ---------------------------------------
\documentclass[a4paper,papersize]{jarticle}
\usepackage{epic,eepic}
\usepackage[dvipdfm]{color,pict2e}
\begin{document}

\setlength{\unitlength}{1zw}
\begin{picture}(2.3,1)%{\color[cmyk]{1,0,0,0}
\put(.075,.075){\circle*{.15}}
\put(.075,.925){\circle*{.15}}
\put(2.075,.075){\circle*{.15}}
\put(2.075,.925){\circle*{.15}}
\put(.075,0){\rule{2zw}{1zw}}
\put(0,.075){\rule{.15zw}{.85zw}}
\put(2.075,.075){\rule{.075zw}{.85zw}}
\end{picture}
\end{document}

% --- re5814b.tex ---------------------------------------
\documentclass[a4paper,papersize]{jarticle}
\usepackage[dvipdfm]{emathPs}
\usepackage[dvipdfm]{color,pict2e}
\begin{document}

\setlength{\unitlength}{1zw}
\begin{picture}(2.3,1)%{\color[cmyk]{1,0,0,0}
\put(.075,.075){\circle*{.15}}
\put(.075,.925){\circle*{.15}}
\put(2.075,.075){\circle*{.15}}
\put(2.075,.925){\circle*{.15}}
\put(.075,0){\rule{2zw}{1zw}}
\put(0,.075){\rule{.15zw}{.85zw}}
\put(2.075,.075){\rule{.075zw}{.85zw}}
\end{picture}
\end{document}

▼関連発言

5783:pict2eとの併用 [shoshin] 03/11 14:43
 └5784:Re:pict2eとの併用 [tDB] 03/11 15:23
  └5785:Re[2]:pict2eとの併用 [shoshin] 03/11 15:43
   └5786:Re[3]:pict2eとの併用 [tDB] 03/11 16:09
    └5787:Re[4]:pict2eとの併用 [shoshin] 03/11 16:51
     └5789:Re[5]:pict2eとの併用 [tDB] 03/11 17:34
      └5792:Re[6]:pict2eとの併用 [shoshin] 03/11 18:06
       └5814:Re[7]:pict2eとの併用 [shoshin] 03/12 15:43
        └5816:Re[8]:pict2eとの併用 [tDB] 03/12 16:30
         └5817:Re[9]:pict2eとの併用 [shoshin] 03/12 16:40<-last

Pass 保存


CGIROOM