The R Project SVN R

Rev

Rev 83454 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 83454 Rev 84246
Line 1375... Line 1375...
1375
}
1375
}
1376
 
1376
 
1377
 
1377
 
1378
/*----------------------------------------------------------------------
1378
/*----------------------------------------------------------------------
1379
 *
1379
 *
1380
 *  Code for Subscript and Superscipt Expressions
1380
 *  Code for Subscript and Superscript Expressions
1381
 *
1381
 *
1382
 *  Rules 18, 18a, ..., 18f of the TeXBook.
1382
 *  Rules 18, 18a, ..., 18f of the TeXBook.
1383
 *
1383
 *
1384
 */
1384
 */
1385
 
1385
 
Line 2393... Line 2393...
2393
 
2393
 
2394
/*----------------------------------------------------------------------
2394
/*----------------------------------------------------------------------
2395
 *
2395
 *
2396
 *  Code for radical expressions (root, sqrt)
2396
 *  Code for radical expressions (root, sqrt)
2397
 *
2397
 *
2398
 *  Tunable parameteters :
2398
 *  Tunable parameters :
2399
 *
2399
 *
2400
 *  RADICAL_GAP	   The gap between the nucleus and the radical extension.
2400
 *  RADICAL_GAP	   The gap between the nucleus and the radical extension.
2401
 *  RADICAL_SPACE  Extra space to the left and right of the nucleus.
2401
 *  RADICAL_SPACE  Extra space to the left and right of the nucleus.
2402
 *
2402
 *
2403
 */
2403
 */