Repeatable crash - print selection to file
- To: mathgroup at smc.vnet.net
- Subject: [mg7776] Repeatable crash - print selection to file
- From: Sudeep Kumar Palat <Sudeep.Palat at item.ntnu.no>
- Date: Tue, 8 Jul 1997 22:40:56 -0400
- Organization: Norwegian University of Science and Technology
- Sender: owner-wri-mathgroup at wolfram.com
--Multipart_Mon_Jul__7_15:31:26_1997-1
Mathematica 3.0, Sun-sparc-solaris-2.5, notebook
Load the file below and select the last line containing
\(\[Rho]\ \[Mu] + \[Mu] + \[Rho] + 2\)\/\[Mu] etc. which should
be displayed in Greek letters. Then, from File menu, select Print
Selection, and save to file, and include fonts. This crashes my set
up (segmentation fault).
After some trial and error, I find that the problem is with line:
"PrintCellBrackets"->True,
Remove that line, and no more crashes.
Can someone else please verify this?
Thanks in advance,
sudeep
--Multipart_Mon_Jul__7_15:31:26_1997-1
Content-Disposition: attachment; filename="const-lambda6.nb"
(***********************************************************************
Mathematica-Compatible Notebook
This notebook can be used on any computer system with Mathematica 3.0,
MathReader 3.0, or any compatible application. The data for the notebook
starts with the line of stars above.
To get the notebook into a Mathematica-compatible application, do one of
the following:
* Save the data starting with the line of stars above into a file
with a name ending in .nb, then open the file inside the application;
* Copy the data starting with the line of stars above to the
clipboard, then use the Paste menu command inside the application.
Data for notebooks contains only printable 7-bit ASCII and can be
sent directly in email or through ftp in text mode. Newlines can be
CR, LF or CRLF (Unix, Macintosh or MS-DOS style).
NOTE: If you modify the data for this notebook not in a Mathematica-
compatible application, you must delete the line below containing the
word CacheID, otherwise Mathematica-compatible applications may try to
use invalid cache data.
For more information on notebooks and Mathematica-compatible
applications, contact Wolfram Research:
web: http://www.wolfram.com
email: info at wolfram.com
phone: +1-217-398-0700 (U.S.)
Notebook reader applications are available free of charge from
Wolfram Research.
***********************************************************************)
(*NotebookFileLineBreakTest
NotebookFileLineBreakTest*)
(*NotebookOptionsPosition[ 1975, 62]*)
(*NotebookOutlinePosition[ 3035, 98]*)
(* CellTagsIndexPosition[ 2991, 94]*)
(*WindowFrame->Normal*)
Notebook[{
Cell[BoxData[
\(Off[General::"\<spell1\>"]\)], "Input"],
Cell[CellGroupData[{
Cell[BoxData[
\(gsmtcPerCall = tcPerCall[gsmtc]\)], "Input"],
Cell[BoxData[
\(TraditionalForm\`\(\[Rho]\ \[Mu] + \[Mu] + \[Rho] + 2\)\/\[Mu]\)],
"Output"]
}, Open ]]
},
FrontEndVersion->"X 3.0",
ScreenRectangle->{{0, 1152}, {0, 900}},
ScreenStyleEnvironment->"Working",
PrintingStyleEnvironment->"Printout",
Evaluator->"New Kernel 1",
WindowSize->{512, 183},
WindowMargins->{{140, Automatic}, {Automatic, 24}},
PrintingPageRange->{Automatic, Automatic},
PrintingOptions->{"PrintingMargins"->{{54, 54}, {72, 72}},
"PaperSize"->{597.562, 842.375},
"PaperOrientation"->"Portrait",
"PrintCellBrackets"->True,
"PrintRegistrationMarks"->True,
"PrintMultipleHorizontalPages"->False,
"Magnification"->1},
ShowCellTags->True,
Magnification->1
]
(***********************************************************************
Cached data follows. If you edit this Notebook file directly, not using
Mathematica, you must remove the line containing CacheID at the top of
the file. The cache data will then be recreated when you save this file
from within Mathematica.
***********************************************************************)
(*CellTagsOutline
CellTagsIndex->{}
*)
(*CellTagsIndex
CellTagsIndex->{}
*)
(*NotebookFileOutline
Notebook[{
Cell[1709, 49, 59, 1, 27, "Input"],
Cell[CellGroupData[{
Cell[1793, 54, 64, 1, 27, "Input"],
Cell[1860, 57, 99, 2, 47, "Output"]
}, Open ]]
}
]
*)
(***********************************************************************
End of Mathematica Notebook file.
***********************************************************************)
--Multipart_Mon_Jul__7_15:31:26_1997-1--