search for: gsun492

Displaying 1 result from an estimated 1 matches for "gsun492".

2003 Dec 09
3
latex problem with \preformatted (PR#5645)
...ual or LaTeX Companion for explanation. Type H <return> for immediate help. ... l.437 \end{document} [...] The solution is to simply add an '\n' at the appropriate place in Rdconv.pm: gsun492: R [61]> diff -u Rdconv.pm.orig Rdconv.pm --- Rdconv.pm.orig 2003-12-09 16:32:17.940846000 -0500 +++ Rdconv.pm 2003-12-09 16:32:32.440931000 -0500 @@ -2450,7 +2450,7 @@ my $code = $_[0]; $code = latex_code_trans ($code); - $code = "\\begin\{verbatim\}" . $code . "\\...