[Tugindia] Bug in Devnag
Amitabh Trehan
tugindia@tug.org
Sat, 4 Jan 2003 01:55:46 +0530
--------------Boundary-00=_YEN5SZAOR5GAH8KWQZFU
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Hi,
I believe we have discovered a bug in devnag, the source of which we are=
not=20
entirely sure. English text typeset when dev.sty is used (i.e devnag pack=
age=20
is used) results in junk text for indentations and tab spaces (^^I) . The=
=20
following example files will result in the problem mentioned. There is a=20
temporary solution as suggested by CV Radhakrishnan(in the second file=20
test.dn) by translating the tab into spaces, but the problem needs to be=20
looked into deeper. This problem has at least occurred on systems using=20
TeXLive7 (after using the updated devnag distribution from the ftp sites,=
=20
because TeXLive doesnt have the updated ones).
regards,
Amitabh Trehan
--------------Boundary-00=_YEN5SZAOR5GAH8KWQZFU
Content-Type: text/x-tex;
charset="us-ascii";
name="test1.tex"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="test1.tex"
%%%%%% test.tex %%%%%%%%%%
\documentclass{article}
\usepackage{dev}
\begin{document}
Hello, how are you?
\end{document}
--------------Boundary-00=_YEN5SZAOR5GAH8KWQZFU
Content-Type: text/plain;
charset="us-ascii";
name="test.dn"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="test.dn"
%%%%% test.dn %%%%%%%%%%%
\documentclass{article}
\usepackage{dev}
\catcode`^^I=\active
\def\dash{\hspace*{2em}}
\let ^^I\dash
\begin{document}
Hello, how are you?
\end{document}
--------------Boundary-00=_YEN5SZAOR5GAH8KWQZFU--