Displaying 1 result from an estimated 1 matches for "scrpage2".
Did you mean:
cs1page2
2009 Sep 03
1
Sweavelistingutil: Encoding problems
...is 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}
`----
And the "R-settings" looks like this (basically copied from the viginette):
,----
| %\usepackage[noae]{Sweave}
| \SweaveOpts{keep.source=TRUE}
| % ---------------------------------------...