発言者: 田中徹
発言日: 2008 11/23 00:26
発言元: p0230a5.nigtnt01.ap.so-net.ne.jp
> こんばんは tDB様 皆様 ご無沙汰しております。
> 早速ですが、pszahyou 環境で斜交座標を描こうとしましたが、特に(-1,2)方向の線と
> その方向の基本ベクトルがずれます。
\zahyouMemori コマンドを発行すると
基本ベルトルがずれているのでなく
dottedline[.2]で指定した直線群がずれていることがわかります。
emathPs.pdf(マニュアル)に pszahyou 環境での線種の変更の方法があります。
\documentclass{jarticle}
\usepackage{emathP}
\usepackage[debug]{emathPs}
\begin{document}
\begin{pszahyou*}[ul=4mm](-20,20)(-10,20)
\def\sensyu{\dottedline{.2}}
\zahyouMemori[g][n]%
\small
\Ifor\x{-4}{16}\Do{%
\def\P{(\x,10)}
\def\u{(1,1)}
%\mTyokusen\P\u{}{}%
\mTyokusen<dash={0.2,0.2},linewidth=2>\P\u{}{}%
}
\Ifor\x{-10}{10}\Do{%
\def\P{(\x,10)}
\def\u{(-1,2)}
%\mTyokusen\P\u{}{}%
\mTyokusen<dash={0.2,0.2},linewidth=2>\P\u{}{}%
}
\tenretu*{A(-3,6);B(4,4)}
\ArrowLine\O\A
\ArrowLine\O\B
\end{pszahyou*}
\end{document}
▼関連発言
│
└◆7707:\mTyokusen でのずれ [穂積] 11/22 23:02
└◆7708:Re:\mTyokusen でのずれ [田中徹] 11/23 00:26
└◆7709:Re[2]:\mTyokusen でのずれ [穂積] 11/23 08:16<-last