アンダーバーを入力するとタブが入ったように隙間が開く

名前: アクア
日時: 2007-10-03 12:44:09
IPアドレス: 60.44.148.*

題名の通りなのですが、 メールアドレスやURLでアンダーバー[_]を入力すると、 タブを入れたように隙間が出来てしまったり、タブを挟んだ文字が重なったりすることがあります。 アンダーバーは\tでエスケープしているのですが、こういった現象が起こってしまいます。 発生したソースは以下に貼り付けておきます。 何かご教授いただければと思い投稿させていただきました。 ※ソースファイルが見苦しいと思いますが、このソースはWEBのプログラムから作成されたtexのソースです。 なので変な作りになっていると思いますがよろしくお願いいたします。 \documentclass{jsarticle} \pagestyle{empty} \usepackage{mathpazo} \usepackage{color} \usepackage{otf} \usepackage[dvipdfm]{graphicx} \renewcommand{\ttdefault}{cmtt} \setlength{\unitlength}{1mm} \definecolor{gray}{cmyk}{0.2,0.0,0.23,0.85} \special{papersize=110mm,75mm} \begin{document} \xkanjiskip=0pt \fboxsep=-\fboxrule \def\midImage{ \begin{minipage}{22.5mm} \begin{picture}(0,0) \put(0,0){\includegraphics[scale=1]{../../html/uploads/base/LOGO.png}} \end{picture} \end{minipage} } \def\companyImage{ \begin{minipage}{31mm} \begin{picture}(0,0) \put(0,0){\includegraphics[scale=1]{../../html/uploads/company1/1.png}} \end{picture} \end{minipage} } \def\recycleImage{ \begin{minipage}{15mm} \begin{picture}(0,0) \put(0,0){\includegraphics[scale=1]{../../html/uploads/base/RECYCLE.png}} \end{picture} \end{minipage} } \def\group{ \begin{minipage}[t]{50mm} \fontsize{7.85pt}{7.85pt}\selectfont \textcolor{gray}{公園美化清掃グループ} \end{minipage} } \def\positiona{ \begin{minipage}[t]{50mm} \fontsize{7.85pt}{7.85pt}\selectfont \textcolor{gray}{中央区運搬担当} \end{minipage} } \def\post{ \begin{minipage}[b]{50mm} \footnotesize \textcolor{gray}{チームリーダー} \end{minipage} } \def\seimei{ \begin{picture}(4.8,50) \put(0,0){\fontsize{15.38pt}{15.38pt}\selectfont \textcolor{gray}{山}} \put(10,0){\fontsize{15.38pt}{15.38pt}\selectfont \textcolor{gray}{田}} \put(21,0){\fontsize{15.38pt}{15.38pt}\selectfont \textcolor{gray}{太}} \put(31,0){\fontsize{15.38pt}{15.38pt}\selectfont \textcolor{gray}{郎}} \end{picture} } \def\seimeiruby{ \begin{picture}(2,50) \end{picture} } \def\urlName{ \begin{minipage}[b]{6mm} \scriptsize \textcolor{gray}{URL} \end{minipage} } \def\url{ \begin{minipage}[b]{44mm} \scriptsize \resizebox{44mm}{\height}{\textcolor{gray}{http://www.hoge.com/test_hoge.html}} \end{minipage} } \def\emailName{ \begin{minipage}[b]{8mm} \fontsize{7.25pt}{7.25pt}\selectfont \textcolor{gray}{e-mail} \end{minipage} } \def\email{ \begin{minipage}[b]{42mm} \fontsize{6.75pt}{6.75pt}\selectfont \textcolor{gray}{example_test@example.com} \end{minipage} } \def\backImage{ \begin{minipage}[c][55mm][t]{90mm} \begin{picture}(0,0) \end{picture} \end{minipage} } \def\foo{ \begin{minipage}[c][55mm][t]{90mm} \setlength{\unitlength}{1mm} \begin{picture}(91,55) \put(2,24.5){\midImage} \put(37.5,46.25){\companyImage} \put(77,1){\recycleImage} \put(37.5,44.5){\group} \put(37.5,41.25){\positiona} \put(37.5,27.025){\post} \put(37.5,21.225){\seimei} \put(37.5,4.25){\urlName} \put(43.5,4.25){\url} \put(37.5,7.25){\emailName} \put(45.5,7.25){\email} \end{picture} \end{minipage} } \setlength{\topmargin}{0mm} \setlength{\oddsidemargin}{8mm} \noindent \begin{picture}(180,220) \put(-25,222){\foo} \end{picture} \end{document}

この書き込みへの返事:

お名前
題名 
メッセージ(タグは <a href="...">...</a> だけ使えます。適宜改行を入れてください)