search for: rd_description_to_latex

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

2001 Jul 18
1
Rd2dvi - script (PR#1029)
...It seems that our Solaris machines makes a further expansion in the shell scripts than intended ( \\b -> \b -> <Backspace> ). We have also tested the script on a SunOS 4.1.2 and a Debian/GNU Linux 2.0.36 machine, where everything worked fine. script a: #!/user/flemming/aa/sh Rd_DESCRIPTION_to_LaTeX () { echo '\\begin{description}' echo "\\begin{description}" echo "\\raggedright{}" echo "\\end{description}" } touch b Rd_DESCRIPTION_to_LaTeX >> b ------ output b: \begin{description} egin{description} aggedright{} \end{description} -.-....