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.
\usepackage[latin1]{inputenc} \usepackage[T1]{fontenc} \usepackage[francais]{babel}
it works for me.
– Melian Jun 08 '15 at 19:20