General ⇒ Polish 'l'?
Polish 'l'?
I've looked through The Comprehensive LATEX Symbol List and the TIPA manual, but I can't find the Polish 'l' (in Unicode: ł ).
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Polish 'l'?
Hi beoram,
you could use the ł directly within your code if you load inputenc. Try this example:
If you are using Windows write latin1 instead of utf8 as option for inputenc.
Stefan
you could use the ł directly within your code if you load inputenc. Try this example:
Code: Select all
\documentclass[a4paper,12pt]{article}
\usepackage[utf8]{inputenc}
\begin{document}
Polish: Ł ł
\end{document}
Stefan
LaTeX.org admin
Re: Polish 'l'?
Thanks, I'm not really sure about using Unicode in Latex.
But I did find that the commands
\l{} \L{}
produce the Polish ł Ł
But I did find that the commands
\l{} \L{}
produce the Polish ł Ł