Displaying 1 result from an estimated 1 matches for "dorfer".
Did you mean:
dorder
2006 Jul 14
2
Export to LaTeX
...ant to export data to LaTeX. As I want to employ the data as freely as
possible I want to avoid the xtable-command and instead generate some List
like
\MyOwnPrettyCommand{Adam}{Auer}{17}
\MyOwnPrettyCommand{Bertram}{Bauer}{14}
\MyOwnPrettyCommand{Christoph}{Huber}{75}
\MyOwnPrettyCommand{Damian}{Dorfer}{69}
\MyOwnPrettyCommand{Emanuel}{Eder}{43}
with \MyOwnPrittyCommand defined elsewhere.
As a pitty, if I make up about such a table in r, lets call it "A", and use
the commands
sink("tabelle.tex")
A
sink("anderedatei")
tabelle.tex will look like this:
[,1]...