\n");
printf("PostScript images can be printed at high resolution "
"and edited by many drawing programs such as Adobe "
"Illustrator.");
doTrackForm(psTn.forCgi, &ideoPsTn);
// postscript
printf("
\n");
printf("
Click here "
- "to download the current browser graphic in PostScript. ", psTn.forCgi);
+ "to download the current browser graphic in PostScript.\n", psTn.forCgi);
if (strlen(ideoPsTn.forCgi))
printf("
Click here "
- "to download the current chromosome ideogram in PostScript. ", ideoPsTn.forCgi);
+ "to download the current chromosome ideogram in PostScript.\n", ideoPsTn.forCgi);
printf("
\n");
pdfFile = convertEpsToPdf(psTn.forCgi);
if (strlen(ideoPsTn.forCgi))
ideoPdfFile = convertEpsToPdf(ideoPsTn.forCgi);
if(pdfFile != NULL)
{
printf(" PDF can be viewed with Adobe Acrobat Reader.\n");
printf("
\n");
printf("
Click here "
- "to download the current browser graphic in PDF.", pdfFile);
+ "to download the current browser graphic in PDF.\n", pdfFile);
if (ideoPdfFile != NULL)
printf("
Click here "
- "to download the current chromosome ideogram in PDF.", ideoPdfFile);
+ "to download the current chromosome ideogram in PDF.\n", ideoPdfFile);
printf("