/[groff]/groff/contrib/eqn2graph/eqn2graph.sh
ViewVC logotype

Diff of /groff/contrib/eqn2graph/eqn2graph.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by wlemb, Tue Oct 28 07:46:23 2003 UTC revision 1.4 by wl, Tue May 17 20:20:53 2005 UTC
# Line 85  trap 'exit_status=$?; rm -rf $tmp && exi Line 85  trap 'exit_status=$?; rm -rf $tmp && exi
85  read equation  read equation
86  (echo ".EQ"; echo 'delim $$'; echo ".EN"; echo '$'"$equation"'$') | \  (echo ".EQ"; echo 'delim $$'; echo ".EN"; echo '$'"$equation"'$') | \
87          groff -e $groff_opts -Tps -P-pletter > $tmp/eqn2graph.ps \          groff -e $groff_opts -Tps -P-pletter > $tmp/eqn2graph.ps \
88          && convert -crop 0x0 $convert_opts $tmp/eqn2graph.ps $tmp/eqn2graph.$format \          && convert -trim -crop 0x0 $convert_opts $tmp/eqn2graph.ps $tmp/eqn2graph.$format \
89          && cat $tmp/eqn2graph.$format          && cat $tmp/eqn2graph.$format
90    
91  # End  # End

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26