On 1 Oct, 2007, at 12:23, Susan K. Pinter wrote:
> The 3 characters (or international symbols) that I need are the "a"
> and "e"
> that both have a hook off the bottom of the letter that hooks to
> the right
> and the letter "l" with a slash through it.
\k{a} \k{e} \l
with \usepackage[T1]{fontenc} in your preamble.
Best,
Axel