[R--gR] deal: genlatex fails

Sam Steingold sds at podval.org
Mon Mar 27 18:27:59 CEST 2006


Dear Claus,

> genlatex needs an object of class "networklist" as input, which will
> then be arranged nicely in a table in latex code, where the networks
> are stored in pictex format. You are inputting a single network, which
> is not handled by genlatex.

I see, thanks for your help!

> ksl.searchlist <- makenw(ksl.search$table,ksl.search$nw)
> ksl.searchlist <- nwfsort(ksl.searchlist)
> genpicfile(ksl.searchlist)
> genlatex(ksl.searchlist)

yes, it works, thanks!

it would be nice if a master.tex file were also generated that included
the table, nice and all the other networks too - for easy viewing.

> - There is no way to 'glue' arrows into the network (opposite of 'ban').

please consider this feature to have been requested.

> pic/scoretable.tex:
> ----------------------------------------------------------------
> %% generated automatically Tue Mar 21 14:05:50 2006 - Don't edit by hand
> %% A master file:
> %% documentclass{article}
> %% usepackage{array,pictex}
> %% egin{document}
> %% input{scoretable}
> %% end{document}
> \begin{tabular}{|m{2.4cm}|m{2.4cm}|m{2.4cm}|m{2.4cm}|m{2.4cm}|}\hline
> \vspace{-0.9cm}\begin{minipage}[t]{2.4cm}
> \input{pic1.tex}
> \vspace{-1.8cm}\footnotesize{$ 380.0  $}\\
> \footnotesize{$1$}
> \end{minipage}
> &
> ----------------------------------------------------------------


this is probably due to a spurious backslash in a literal string:
"\begin" == "^Hegin".


-- 
Sam Steingold (http://www.podval.org/~sds) on Fedora Core release 4 (Stentz)
http://www.openvotingconsortium.org http://www.camera.org
http://www.memri.org http://www.palestinefacts.org http://www.savegushkatif.org
Lisp: it's here to save your butt.




More information about the R-sig-gR mailing list