Displaying 2 results from an estimated 2 matches for "zuge".
Did you mean:
huge
2007 Oct 04
1
Sweave and LaTeX
...them.
However, if I have the following chunk, I get an error when texifying:
...
\usepackage{Sweave}
...
<<echo=F, results=tex>>=
workdr<-('c:/aaa/Projekte/IOT2005/Bericht/Workingpapers')
setwd(workdr)
xtable(table_nzo,caption="Importg?ter, die nicht einem NOGA-Sektor zugeordnet werden k?nnen")
@
The problematic line is the last one before @. If I comment it out, I get no error.
The error in the LaTeX log is
! Missing $ inserted.
<inserted text>
$
l.26 xtable(table_
nzo,caption="Importg?ter, die nicht einem NOG...
2007 Aug 15
1
Winbind can do everything besides lookup by name
Hi,
I have winbind joined to a Win2003 AD domain with rid idmap backend.
Almost everything's working. wbinfo -u and -g work fine, as does
getent passwd and getent group. I can also getent by ID number. The
only thing I can't do is getent by name, which is preventing logins:
root@services2:/etc/pam.d# net ads testjoin
Join is OK
root@services2:/etc/pam.d# getent passwd | grep david.croft