0

i have problem. My header look like this:

\documentclass[a4paper,12pt]{article}
\usepackage[polish,english]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{times}
\usepackage{enumerate}

And when i want add tekst this different, i'm getting message :

! Package inputenc Error: Unicode char \u8:fi not set up for use with LaTeX.See the inputenc package documentation for explanation.Type H for immediate help.... \item as a fi

What is the reason of this problem? Thanks for help.

Hadson
  • 55
  • This may help you http://tex.stackexchange.com/questions/83440/inputenc-error-unicode-char-u8-not-set-up-for-use-with-latex – MyUserIsThis Jun 08 '15 at 16:31
  • 1
    It is better to add f i as separate letters in the source and let TeX construct the ligature fi – David Carlisle Jun 08 '15 at 16:35
  • I also get this problem when using TeXShop. With

    \usepackage[latin1]{inputenc} \usepackage[T1]{fontenc} \usepackage[francais]{babel}

    it works for me.

    – Melian Jun 08 '15 at 19:20

0 Answers0