search for: greekalpha

Displaying 2 results from an estimated 2 matches for "greekalpha".

1997 Aug 27
2
R-alpha: Proposal for a new R doc source format
...9; can be used in equations without need for escaping Keywords: --------- Start all keywords with a backslash like in latex, because IMO the word TITLE should not be something special simply because it is written in capital letters. if possible, keep latex syntax whenever possible, e.g., replace greekalpha with \alpha, LDOTS with \ldots, etc. Unknown keywords are ignored and result in a warning message from the parser. Logical Blocks: --------------- The current logical blocks of the source files such as TITLE(...) USAGE(...) ALIAS(...) ARGUMENTS(...) are kept and the first step of parsing...
1997 Sep 01
1
R-alpha: old Rdoc 2 new Rdoc
...=~ s/(\s+)LT(\s+)/$1<$2/sg; $text =~ s/(\s+)GT(\s+)/$1>$2/sg; $text =~ s/(\s+)LE(\s+)/$1\\le$2/sg; $text =~ s/(\s+)GE(\s+)/$1\\ge$2/sg; $text =~ s/(\s+)LOG(\s+)/$1\\log$2/sg; $text =~ s/(\s+)EXP(\s+)/$1\\exp$2/sg; $text =~ s/(\s+)SP(\s+)/$1~$2/sg; $text =~ s/greekGamma/\\gamma/sg; $text =~ s/greekalpha/\\alpha/sg; $text =~ s/greekpi/\\pi/sg; $text =~ s/greekmu/\\mu/sg; $text =~ s/greeksigma/\\sigma/sg; $text =~ s/greeklambda/\\lambda/sg; $text =~ s/boldgreekbeta/\\mathbf\{\\beta\}/sg; $text =~ s/boldgreekepsilon/\\mathbf\{\\epsilon\}/sg; print stderr "1 " if $opt_debug; replace_comman...