When I add
\usepackage[latin1]{inputenc}
nothing happens.\usepackage[latin1]{inputenc}
nothing happens.NEW: TikZ book now 40% off at Amazon.com for a short time.
\usepackage[latin1]{inputenc}
will ensure that the characters of your input and the output after compiling will match.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.
inputenc
and something you can do with your editor.inputenc
package with the matching encoding as option.Code: Select all
\usepackage{selinput}
\SelectInputMappings{%
agrave={à},
eacute={é},
Euro={€}
}
NEW: TikZ book now 40% off at Amazon.com for a short time.