Diff for /loncom/cgi/mimeTeX/gfuntype.c between versions 1.2 and 1.3

version 1.2, 2006/03/24 23:08:33 version 1.3, 2007/10/09 21:41:41
Line 331  Allocations and Declarations Line 331  Allocations and Declarations
 -------------------------------------------------------------------------- */  -------------------------------------------------------------------------- */
 /* --- recognized font family names and our corresponding numbers --- */  /* --- recognized font family names and our corresponding numbers --- */
 static char *fnames[] = /*font name from -n switch on command line*/  static char *fnames[] = /*font name from -n switch on command line*/
  { "cmr","cmmib","cmmi","cmsy","cmex","bbold","rsfs","stmary", NULL };   { "cmr","cmmib","cmmi","cmsy","cmex","bbold","rsfs",
     "stmary","cyr", NULL };
 static int    fnums[] = /* corresponding mimetex fontfamily number*/  static int    fnums[] = /* corresponding mimetex fontfamily number*/
  { CMR10,CMMIB10,CMMI10,CMSY10,CMEX10,BBOLD10,RSFS10,STMARY10,  -1 };   { CMR10,CMMIB10,CMMI10,CMSY10,CMEX10,BBOLD10,RSFS10,
          STMARY10,  CYR10,    -1 };
 static int    offsets[] = /* symtable[ichar].charnum = charnum-offset*/  static int    offsets[] = /* symtable[ichar].charnum = charnum-offset*/
  {     0,      0,     0,     0,     0,      0,    65,       0,  -1 };   {     0,      0,     0,     0,     0,      0,    65,
         0,      0,    -1 };
 /* --- other local declarations --- */  /* --- other local declarations --- */
 char *charname = NULL; /* character name returned to caller */  char *charname = NULL; /* character name returned to caller */
 char flower[99] = "noname"; /* lowercase caller's fontname */  char flower[99] = "noname"; /* lowercase caller's fontname */

Removed from v.1.2  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>