Search found 3 matches

by karimovy
Tue Apr 19, 2016 4:54 pm
Forum: General
Topic: How to change UTF8 to Latin1
Replies: 4
Views: 8517

How to change UTF8 to Latin1

hi , I could solve the problem by adding:

Code: Select all

\usepackage{selinput}
  \SelectInputMappings{%
      agrave={à},
      eacute={é},
      Euro={€}
  }
by karimovy
Wed Apr 13, 2016 11:47 pm
Forum: General
Topic: How to change UTF8 to Latin1
Replies: 4
Views: 8517

How to change UTF8 to Latin1

Hi , thank you for your help.
I tried to change utf8 to iso8859-1 before and I got this message :

Code: Select all

! Package inputenc Error: Keyboard character used is undefined
(inputenc) in inputencoding `latin1'.
See the inputenc package documentation for explanation.
Type H <return> for immediate help.
by karimovy
Sun Apr 10, 2016 8:59 pm
Forum: General
Topic: How to change UTF8 to Latin1
Replies: 4
Views: 8517

How to change UTF8 to Latin1

I'm trying to write my CV in French, I 'll Need Putting some words with accents. how can I do?
When I add \usepackage[latin1]{inputenc} nothing happens.