[BACK]Return to oxgentexi.c CVS log [TXT][DIR] Up to [local] / OpenXM / src / util

Diff for /OpenXM/src/util/oxgentexi.c between version 1.7 and 1.8

version 1.7, 2005/04/11 11:13:32 version 1.8, 2005/04/14 02:21:49
Line 1 
Line 1 
 /*  $OpenXM: OpenXM/src/util/oxgentexi.c,v 1.6 2005/04/06 09:26:29 takayama Exp $ */  /*  $OpenXM: OpenXM/src/util/oxgentexi.c,v 1.7 2005/04/11 11:13:32 takayama Exp $ */
   
 #include <stdio.h>  #include <stdio.h>
 int Debug = 0;  int Debug = 0;
Line 676  printTitlePage(char *title, char *author,char *infoNam
Line 676  printTitlePage(char *title, char *author,char *infoNam
   printf("@overfullrule=0pt\n");    printf("@overfullrule=0pt\n");
   
   if (infoName != NULL) printf("@setfilename %s\n",infoName);    if (infoName != NULL) printf("@setfilename %s\n",infoName);
     else printf("@setfilename asir-contrib-infoName-is-not-set\n");
   printf("@settitle %s\n",Title);    printf("@settitle %s\n",Title);
   
   printf("@titlepage\n");    printf("@titlepage\n");

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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