0

I wonder if it is possible to write character Ł on latex. I try with $\Ł$ but it does not work.

e7lT2P
  • 181
  • 1
    @egreg I'm not sure the generic symbols duplicate is good for characters supported in the default UTF-8 inputenc setup. (despite the $ in the question I don't think this is a math symbol question) – David Carlisle Mar 20 '19 at 10:48

2 Answers2

5

The traditional markup (going back to plain TeX) is \L but in any recent latex installation you can simply use Ł

\documentclass{article}

\begin{document}

Ł 

\end{document}
David Carlisle
  • 757,742
2

Get with the help of Detexify.

\documentclass{standalone}
\begin{document}
\L
\end{document}

enter image description here