I am trying to typeset something in Polish. Unfortunately one letter mysteriously disappears - but only when it is the last in a word. When I add a character ('a' in the example below) right after the missing one, it shows up again. Can someone explain that?
Here is the code:
\documentclass[12pt, a4paper]{article}
\usepackage{polski}
\usepackage{xltxtra}
\setlength\parindent{0pt}
\usepackage{soul}
\begin{document}
Wnoszę o głosowanie\\
Wnoszęa o głosowanie\\
\st{Wnoszę o głosowanie}\\
\st{Wnoszęa o głosowanie}\\
\end{document}


polskipackage withsoul? I need polish characters. – patryk.beza Feb 24 '17 at 18:32polskipackage withxelatex? – patryk.beza Feb 24 '17 at 18:49polskipackage is actually not needed. – patryk.beza Feb 27 '17 at 11:15