I was trying to add the package to work with this poster with polish language symbols
But it still shows an error
What can I do?
Thanks in advance

Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Code: Select all
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
it would be better, if you started a new thread for a new question, otherwise this thread might get out of hand---in this case, Graphics, Figures & Tables sounds like a good place for this new question.RXN wrote: One more thing... I added .jpg file and it still says it can't see it
I used Add files menu
Should I add it somewhere else?
\includegraphics[<options>]{<graphicsfile>}
in your document, where this graphics should appear, provided, graphicx package is loaded.Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis