|
Subject: Re: Fonts bei OS/2 Hallo, Jens, vielen Dank fuer den wertvollen Hinweis, wie man beim OS/2-Mathematica die Fonts zaehmt! So war es urspruenglich in OS2\MDOS\MATHPREF.INI... [FontSubstitution] Helvetica=Arial Courier=Courier New Times=Times New Roman New York=Arial Geneva=Arial Times-Bold=Times New Roman Times-Italic=Times New Roman Times-Roman=Times New Roman Courier-Bold=Courier New Palatino=Times New Roman bFontSub=1 So habe ich es nun eingestellt (ich will einfach keine nicht-monospaced-Schriften mehr in Mma-sehen!)... [FontSubstitution] Helvetica=Courier New Courier=Courier New New York=Courier New Geneva=Courier New Times-Bold=Courier New Times-Italic=Courier New Courier-Bold=Courier New Palatino=Courier New Dann habe ich die geloeschten Schriftarten wiederhergestellt und danach mit Mathematica defaults.ma so eingestellt, wie ich es haben wollte (i.W. Courier fuer Text/Smalltext/Input/ Output/Print usw). Tatsaechlich kamen die Aenderungen nun im abgespeicherten defaults.ma an! So sieht nun der entsprechende Abschnitt aus dem Notebook aus: fontset = title, "Times New Roman", 24, L0, center, nohscroll, bold; fontset = subtitle, "Times New Roman", 18, L0, center, nohscroll, bold; fontset = subsubtitle, "Times New Roman", 14, L0, center, nohscroll, bold; fontset = section, "Times New Roman", 14, L0, bold, grayBox; fontset = subsection, "Times New Roman", 12, L0, bold, blackBox; fontset = subsubsection, "Times New Roman", 10, L0, bold, whiteBox; fontset = text, "Courier New", 12, L0; fontset = smalltext, "Courier New", 11, L0; fontset = input, "Courier New", 11, L0, nowordwrap, bold; fontset = output, "Courier New", 11, L0, nowordwrap; fontset = message, "Courier New", 11, L0, nowordwrap, R65535; fontset = print, "Courier New", 11, L0, nowordwrap; fontset = info, "Courier New", 11, L0, nowordwrap; fontset = postscript, "Times New Roman", 8, L0, nowordwrap; fontset = name, "Times New Roman", 10, L0, nohscroll, italic, B65535; fontset = header, "Times New Roman", 10, L0, right, nohscroll; fontset = footer, "Times New Roman", 10, L0, right, nohscroll; fontset = help, "Times New Roman", 10, L0, nohscroll; fontset = clipboard, "Times New Roman", 12, L0, nohscroll; fontset = completions, "Times New Roman", 12, L0, nowordwrap, nohscroll; fontset = graphics, "Times New Roman", 10, L0, nowordwrap, nohscroll; fontset = special1, "Times New Roman", 12, L0, nowordwrap, nohscroll; fontset = special2, "Times New Roman", 12, L0, center, nowordwrap, nohscroll; fontset = special3, "Times New Roman", 12, L0, right, nowordwrap, nohscroll; fontset = special4, "Times New Roman", 12, L0, nowordwrap, nohscroll; fontset = special5, "Times New Roman", 12, L0, nowordwrap, nohscroll; fontset = leftheader, "Times New Roman", 12, L0, nowordwrap, nohscroll; fontset = leftfooter, "Times New Roman", 12, L0, nowordwrap, nohscroll; fontset = reserved1, "Times New Roman", 10, L0, nowordwrap, nohscroll; Dieses defaults.ma wirkt tatsaechlich fuer alle neu engefangenen Notebooks (so wie man es von der Windows-Version kennt). Was die font-substitutions genau bewirken, brauchen wir vielleicht nicht mehr aufzuklaeren, vielleicht kommt auch fuer OS/2 einmal ein 3-er Mathematica! Vielen dank fuer den Tip! Adalbert Hanszen <hsse@XXXXXXX.de> |