[comp.text.tex] dotless i in latex

shallit@water.waterloo.edu (Jeffrey Shallit) (08/07/90)

I'm posting this again because I never got a reply that actually worked.

I'm using Latex version 2.09 and Bibtex version 0.99c.

When I try to cite a reference that has a dotless i with a \u accent,
the resulting output does not display the dotless i.

Here's the Latex file, test.tex.

-------------------------------------------------------------------

\documentstyle[clbiba,jeff]{article}
\oddsidemargin 0pt %was 63pt.  Note margin is now 1in
\evensidemargin 0pt 
\textwidth 471pt   %345+63+63
\begin{document}
\vspace{1in}
\centerline{\Large \bf Reference List}
\centerline{\today}
\vspace{1in}

\nocite{Akushskii&Burtsev:1986}
\bibliography{foo}
\bibliographystyle{plain}
\end{document}

------------------------------------------------------------------


Here's the Bibtex file, foo.bib:


-------------------------------------------------------------------

@article{Akushskii&Burtsev:1986,
	author = "I. Ya. {Akushski\u{\i}} and V. M. Burtsev",
	title = "Realization of primality tests for {Mersenne}
and {Fermat} numbers",
	journal = "Vestnik Akademii Nauk Kazakhskoi SSR",
	year = 1986,
	volume = 1,
	pages = "52-59"}

----------------------------------------------------------------------


Any replies will be most greatly appreciated.

Jeff Shallit
shallit@water.waterloo.edu