Displaying 1 result from an estimated 1 matches for "fillfixed".
2009 Sep 03
1
Sweavelistingutil: Encoding problems
...cter for "`" and "'" that is not recognized.
Here is an example from my tex-file:
,----
| Signif. codes: 0 ?***? 0.001 ?**? 0.01 ?*? 0.05 ?.? 0.1 ? ? 1
`----
When comping this I get the following error:
,----
| ERROR: Package inputenc Error: Unicode char
| \u8:\lst at FillFixed@\lst at EC not set up
`----
There is /no problem/ when I the normal sweave-package.
The relevant part of my preamble looks like this:
,----
| \documentclass[a4paper]{scrartcl}
| \usepackage{scrpage2}
| \usepackage[english,danish]{babel}
| \usepackage[T1]{fontenc}
| \usepackage[utf8]{inputenc}
`-...