search for: mark_par

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

Did you mean: marcopar
1997 Sep 01
1
R-alpha: old Rdoc 2 new Rdoc
...0; $NP = "normal_parent"; $PN = "parent_normal"; $EOP = "escaped_opening_parent"; $ECP = "escaped_closing_parent"; $ID = "$NP\\d+$PN"; undef $/; $complete_text = <>; print stderr "Marking Parantheses ... " if $opt_debug; $text = mark_parents($complete_text); print stderr "done\n" if $opt_debug; print stderr "Searching logical blocks ... " if $opt_debug; $text =~ /TITLE($ID)/; $id = $1; @args = get_two_args($id); $text =~ s/TITLE$id(.*)$id/\\title\{$args[0]\}\{$args[1]\}/s; $title = $args[0]; replace_command(...