emath BBS

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

No.3108  Re[2]:座標上に点を打つサンプル
発言者: 加藤英輝
発言日: 2005 06/01 18:24
発言元: dns.nancyu.wakkanai.ne.jp
タイプミスが三カ所ですね。発見しました。
\documentclass[12pt,b5paper]{jsarticle}
\usepackage{emathP}
\usepackage{emathPs}
\begin{document}
\bigskip
\begin{pszahyou}
[ul=4mm,borderwidth=2pt,
zikusensyu=\drawline,
yokozikukigou=$x$,
tatezikukigou=$y$,
gentenkigou=O,
yokozikuhaiti={(3pt,0)[l]},
tatezikuhaiti={(0,3pt)[b]},
xscale=1,yscale=1,EPSclip=false]
(0,8.5)(0,8.5)
\zahyouMemori[g][n]<dx=1,dy=1,dash={}>
\def\P{(2,0)}\Put\P(0,-4pt)[t]{P}
\Kuromaru\P
\Put{(5,0)}(0,-4pt)[t]{5}
\Put{(0,5)}(-4pt,0)[r]{5}
\setlinewodth{3}
\end{pszahyou}
\bigskip
\end{document}

でタイプセットすると

### platex  zahyou_ten.tex
This is pTeX, Version 3.14159-p3.1.3 (euc) (Web2C 7.4.5)
(./zahyou_ten.tex
pLaTeX2e <2001/09/04>+0 (based on LaTeX2e <2001/06/01> patch level 0)
(/usr/local/teTeX/share/texmf/ptex/platex/js/jsarticle.cls
Document Class: jsarticle 2003/11/24 okumura
) (/usr/local/teTeX/share/texmf/ptex/platex/misc/emath/emathP.sty
(/usr/local/teTeX/share/texmf/ptex/platex/misc/emath/emathPp.sty
(/usr/local/teTeX/share/texmf/ptex/platex/misc/emath/emathPh.sty
(/usr/local/teTeX/share/texmf/tex/latex/eepic/epic.sty
Enhancements to Picture Environment. Version 1.2 - Released June 1, 1986
) (/usr/local/teTeX/share/texmf/tex/latex/eepic/eepic.sty
Extension to Epic and LaTeX. Version 1.1e - Released Dec 21, 1999
) (/usr/local/teTeX/share/texmf/ptex/platex/misc/emath/eclarith.sty
eclarith.sty 1.1 --- July 1, 1992
) (/usr/local/teTeX/share/texmf/ptex/platex/misc/emath/emath.sty
(/usr/local/teTeX/share/texmf/ptex/platex/misc/emath/emath2e.sty
(/usr/local/teTeX/share/texmf/tex/latex/amsmath/amsmath.sty
For additional information on amsmath, use the `?' option.
(/usr/local/teTeX/share/texmf/tex/latex/amsmath/amstext.sty
(/usr/local/teTeX/share/texmf/tex/latex/amsmath/amsgen.sty))
(/usr/local/teTeX/share/texmf/tex/latex/amsmath/amsbsy.sty)
(/usr/local/teTeX/share/texmf/tex/latex/amsmath/amsopn.sty))
(/usr/local/teTeX/share/texmf/tex/latex/amsfonts/amssymb.sty
(/usr/local/teTeX/share/texmf/tex/latex/amsfonts/amsfonts.sty))
(/usr/local/teTeX/share/texmf/ptex/platex/misc/emath/emathC.sty
(/usr/local/teTeX/share/texmf/tex/latex/tools/calc.sty))
(/usr/local/teTeX/share/texmf/ptex/platex/misc/emath/emathE.sty
(/usr/local/teTeX/share/texmf/tex/latex/tools/enumerate.sty)
(/usr/local/teTeX/share/texmf/tex/latex/graphics/keyval.sty)
(/usr/local/teTeX/share/texmf/tex/latex/base/ifthen.sty)
(/usr/local/teTeX/share/texmf/ptex/platex/misc/emath/emathMw.sty
(/usr/local/teTeX/share/texmf/ptex/platex/misc/emath/emathLb.sty))
(/usr/local/teTeX/share/texmf/ptex/platex/misc/emath/emathK.sty))))
(/usr/local/teTeX/share/texmf/tex/latex/graphics/graphicx.sty
(/usr/local/teTeX/share/texmf/tex/latex/graphics/graphics.sty
(/usr/local/teTeX/share/texmf/tex/latex/graphics/trig.sty)
(/usr/local/teTeX/share/texmf/tex/latex/config/graphics.cfg)
(/usr/local/teTeX/share/texmf/tex/latex/graphics/dvips.def)))
(/usr/local/teTeX/share/texmf/tex/latex/graphics/color.sty
(/usr/local/teTeX/share/texmf/tex/latex/config/color.cfg)
(/usr/local/teTeX/share/texmf/tex/latex/graphics/dvipsnam.def))))
(/usr/local/teTeX/share/texmf/ptex/platex/misc/emath/emathPxy.sty)
(/usr/local/teTeX/share/texmf/ptex/platex/misc/emath/emathPk.sty)
(/usr/local/teTeX/share/texmf/ptex/platex/misc/emath/emathT.sty
(/usr/local/teTeX/share/texmf/tex/latex/tools/array.sty)
(
*tenhaiti >\zahyouMemori [g][n]<dx=1,dy=1,dash={}> \def \P {(2,0)}\ETC.
! File ended while scanning use of \@@@@@pszahyou.
<inserted text> 
                \par 
<*> zahyou_ten.tex
                  
? 
となります。
ETCと言うことは他にもいろいろあると言うことですね。
その原因は pszahyou と言うことですか?
バックスラッシュが全角に文字化けしていますか。
このフォームには円マークをバックスラッシュに変換する
機能がないので、円マークのままコピーしています。
それが原因でしょうか。
?????状態なので、
どうぞご指導お願いします。

▼関連発言

3106:座標上に点を打つサンプル [加藤英輝] 06/01 12:24
 ├3107:Re:座標上に点を打つサンプル [tDB] 06/01 12:49
 │└3108:Re[2]:座標上に点を打つサンプル [加藤英輝] 06/01 18:24
 │ └3110:Re[3]:座標上に点を打つサンプル [tDB] 06/01 20:10
 │  └3118:Re[4]:座標上に点を打つサンプル [加藤英輝] 06/02 10:05
 │   └3119:Re[5]:座標上に点を打つサンプル [tDB] 06/02 10:44
 │    └3120:Re[6]:座標上に点を打つサンプル [加藤英輝] 06/02 14:00
 │     └3122:Re[7]:座標上に点を打つサンプル [tDB] 06/02 15:04
 │      └3124:re3120.tex [tDB] 06/02 15:37
 │       └3128:Re:re3120.tex [加藤英輝] 06/02 17:48
 │        └3131:Re[2]:re3120.tex [tDB] 06/02 19:54
 │         └3132:Re[3]:re3120.tex [加藤英輝] 06/02 20:00
 │          └3133:Re[4]:re3120.tex [tDB] 06/02 20:13
 └3134:仕切りなおし(Re:3132) [tDB] 06/02 20:16
  └3135:Re:仕切りなおし(Re:3132) [加藤英輝] 06/02 20:24
   └3147:Re[2]:仕切りなおし(Re:3132) [tDB] 06/03 09:43
    └3157:Re[3]:仕切りなおし(Re:3132) [加藤英輝] 06/03 21:20
     └3159:Re[4]:仕切りなおし(Re:3132) [tDB] 06/03 22:46<-last

Pass 保存


CGIROOM