Non-English characters using LaTeX (creating general answer sheet)
Replies (1)
(1-1/1)
Forums » Using AMC (english) »
Added by Przemyslaw Jedlikowski almost 9 years ago
Hello there!
I’m creating a general answer sheet. Got a problem with Polish characters, e.g. “ę”, “ł” etc. Is there a way to use it on document?
That problem doesn’t appear when I’m using AMC-TXT.
Waiting the answer.
Pj
source.tex - A source file. (7 kB)
DOC-sujet.pdf - Generated answer sheet. No "ł" in "Oddział" (at the top). (46.5 kB)
Solved the problem.
I had to install
texlive-lang-polish,
texlive-doc-plpackages and add the following code to a source file:
\usepackage[utf8]{inputenc} \usepackage{polski} \usepackage[polish]{babel}
So the topic may be closed.
(1-1/1)