Searched refs:euro (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/lp/filter/postscript/postprint/
H A Dpostprint.c281 int euro = 0; local
309 /* if the locale has 8859-15 or euro in it, add the symbol to font */
311 (strstr(locale, "euro") != NULL))
312 euro = 1;
330 case 'e': /* should we add the euro ? */
331 euro = (strcasecmp(optarg, "on") == 0);
439 if (euro != 0)
440 fprintf(stdout, "/must-add-euro-to-font true def\n");
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex1976 % @euro{} comes from a separate font, depending on the current style.
1992 % A feymr10 euro is ~7.3pt wide, while a normal cmtt10 char is ~5.25pt wide.
1995 % Also doesn't work in math. Do we need to do math with euro symbols?
1999 \def\euro{{\eurofont e}}
3230 \definedummyword{euro}%
3369 \def\euro{euro}%

Completed in 75 milliseconds