Non-English characters using LaTeX (creating general answer sheet)

Added by Przemyslaw Jedlikowski about 8 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)


Replies (1)

RE: Non-English characters using LaTeX (creating general answer sheet) - Added by Przemyslaw Jedlikowski about 8 years ago

Solved the problem.

I had to install

texlive-lang-polish
,
texlive-doc-pl
packages 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)