(* Content-type: application/mathematica *) (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) (* CreatedBy='Mathematica 6.0' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 145, 7] NotebookDataLength[ 205978, 4427] NotebookOptionsPosition[ 12659, 368] NotebookOutlinePosition[ 200814, 4306] CellTagsIndexPosition[ 198785, 4272] WindowFrame->Normal ContainsDynamic->False*) (* Beginning of Notebook Content *) Notebook[{ Cell["Enigma 1479", "SubsectionFirst", Editable->True, Deletable->True, CellBracketOptions->{"Color"->RGBColor[0.7, 0, 0], "Thickness"->2}, Copyable->True, CellOpen->True, TaggingRules:>"GUIDTag[316748043503676567134103913616367698362]", CellTags->{ "EssayCell", "EssayBodyCell16914667125037409797423558462208658588", "EssayCell16914667125037409797423558462208658588", "Subsection16914667125037409797423558462208658588", "DiaryDate[{2008, 1, 31, 19, 27, 3.8250000}]", "CellGUID[1904740154273024070295908791820887532]", "GUIDTag[16914667125037409797423558462208658588]", "BlogEntryTitle16914667125037409797423558462208658588"}, CellID->120711509], Cell["Posted on: Thursday 31/1, 2008; 7:29 PM", "Subsubsection", Background->RGBColor[0.9, 1, 0.83]], Cell["Construct a list of all the 3-digit positive numbers.", "Text", Editable->True, Deletable->True, CellBracketOptions->{"Color"->RGBColor[0.7, 0, 0], "Thickness"->2}, Copyable->True, CellOpen->True, TaggingRules:>"GUIDTag[202902190549670003815267580595871432863]", CellChangeTimes->{3.410796464784*^9}, CellTags->{ "EssayCell", "EssayBodyCell16914667125037409797423558462208658588", "EssayCell16914667125037409797423558462208658588", "Text16914667125037409797423558462208658588", "DiaryDate[{2008, 1, 31, 19, 27, 4.0560000}]", "CellGUID[253073703235744061859081322333965108059]", "GUIDTag[16914667125037409797423558462208658588]"}, CellID->445021790], Cell[BoxData[ RowBox[{ RowBox[{"numbers", "=", RowBox[{"Table", "[", RowBox[{"i", ",", RowBox[{"{", RowBox[{"i", ",", "100", ",", "999"}], "}"}]}], "]"}]}], ";"}]], "Input",\ Editable->True, Deletable->True, CellBracketOptions->{"Color"->RGBColor[0.7, 0, 0], "Thickness"->2}, Copyable->True, CellOpen->True, TaggingRules:>"GUIDTag[244533938558373350150730725879892687358]", CellChangeTimes->{3.410796471427*^9}, CellTags->{ "EssayCell", "EssayBodyCell16914667125037409797423558462208658588", "EssayCell16914667125037409797423558462208658588", "Input16914667125037409797423558462208658588", "DiaryDate[{2008, 1, 31, 19, 27, 46.4500000}]", "CellGUID[321922819660489565876117809464927829418]", "GUIDTag[16914667125037409797423558462208658588]"}, CellID->391977472], Cell[TextData[{ "Deduce all of the factors of each number in the above list. This is done in \ 3 steps: (1) Compute the ", StyleBox["prime", FontSlant->"Italic"], " factors (and their multiplicities) of each number, (2) Unravel this to \ create a list of all ", StyleBox["prime", FontSlant->"Italic"], " factors (including 1) of each number, (3) Pick all possible subsets of \ these ", StyleBox["prime", FontSlant->"Italic"], " factors to build all of the ", StyleBox["integer", FontSlant->"Italic"], " factors of each number, and restrict each one to occurring only once." }], "Text", Editable->True, Deletable->True, CellBracketOptions->{"Color"->RGBColor[0.7, 0, 0], "Thickness"->2}, Copyable->True, CellOpen->True, TaggingRules:>"GUIDTag[52814892898205973363793364368946630983]", CellChangeTimes->{3.4107964798929996`*^9}, CellTags->{ "EssayCell", "EssayBodyCell16914667125037409797423558462208658588", "EssayCell16914667125037409797423558462208658588", "Text16914667125037409797423558462208658588", "DiaryDate[{2008, 1, 31, 19, 27, 54.0280000}]", "CellGUID[221637641201600489674661733707203547787]", "GUIDTag[16914667125037409797423558462208658588]"}, CellID->745833633], Cell[BoxData[{ RowBox[{ RowBox[{"f", "=", RowBox[{"Map", "[", RowBox[{"FactorInteger", ",", "numbers"}], "]"}]}], ";"}], "\[IndentingNewLine]", RowBox[{ RowBox[{"f2", "=", RowBox[{"Map", "[", RowBox[{ RowBox[{ RowBox[{"Prepend", "[", RowBox[{ RowBox[{"Flatten", "[", RowBox[{"Map", "[", RowBox[{ RowBox[{ RowBox[{"Table", "[", RowBox[{ RowBox[{ "#", "\[LeftDoubleBracket]", "1", "\[RightDoubleBracket]"}], ",", RowBox[{"{", RowBox[{ "#", "\[LeftDoubleBracket]", "2", "\[RightDoubleBracket]"}], "}"}]}], "]"}], "&"}], ",", "#"}], "]"}], "]"}], ",", "1"}], "]"}], "&"}], ",", "f"}], "]"}]}], ";"}], "\[IndentingNewLine]", RowBox[{ RowBox[{"factors", "=", RowBox[{"Map", "[", RowBox[{ RowBox[{ RowBox[{"Union", "[", RowBox[{"Apply", "[", RowBox[{"Times", ",", RowBox[{"Subsets", "[", RowBox[{"#", ",", RowBox[{"{", RowBox[{"1", ",", RowBox[{ RowBox[{"Length", "[", "#", "]"}], "-", "1"}]}], "}"}]}], "]"}], ",", "1"}], "]"}], "]"}], "&"}], ",", "f2"}], "]"}]}], ";"}]}], "Input", Editable->True, Deletable->True, CellBracketOptions->{"Color"->RGBColor[0.7, 0, 0], "Thickness"->2}, Copyable->True, CellOpen->True, TaggingRules:>"GUIDTag[291424099254379779023953728090135268569]", CellChangeTimes->{3.410796488659*^9}, CellTags->{ "EssayCell", "EssayBodyCell16914667125037409797423558462208658588", "EssayCell16914667125037409797423558462208658588", "Input16914667125037409797423558462208658588", "DiaryDate[{2008, 1, 31, 19, 28, 1.5310000}]", "CellGUID[61828734892307945996002227185441913200]", "GUIDTag[16914667125037409797423558462208658588]"}, CellID->84000193], Cell["\<\ Construct a list of all possible 4-tuples of indices to the list of numbers \ that form an arithmetic progression. 299 is the maximum step length that is \ consistent with a 4-tuple fitting into the list of numbers {100, ..., 999}.\ \>", "Text", Editable->True, Deletable->True, CellBracketOptions->{"Color"->RGBColor[0.7, 0, 0], "Thickness"->2}, Copyable->True, CellOpen->True, TaggingRules:>"GUIDTag[287815459525299219274883396143334149515]", CellChangeTimes->{3.410796515043*^9}, CellTags->{ "EssayCell", "EssayBodyCell16914667125037409797423558462208658588", "EssayCell16914667125037409797423558462208658588", "Text16914667125037409797423558462208658588", "DiaryDate[{2008, 1, 31, 19, 28, 14.6250000}]", "CellGUID[138428768630295311170123196666791337203]", "GUIDTag[16914667125037409797423558462208658588]"}, CellID->46158676], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{ RowBox[{"(", RowBox[{"tuples", "=", RowBox[{"Flatten", "[", RowBox[{ RowBox[{"Table", "[", RowBox[{ RowBox[{"{", RowBox[{"i", ",", RowBox[{"i", "+", "\[Delta]"}], ",", RowBox[{"i", "+", RowBox[{"2", "\[Delta]"}]}], ",", RowBox[{"i", "+", RowBox[{"3", "\[Delta]"}]}]}], "}"}], ",", RowBox[{"{", RowBox[{"\[Delta]", ",", "1", ",", "299"}], "}"}], ",", RowBox[{"{", RowBox[{"i", ",", "1", ",", RowBox[{ RowBox[{"Length", "[", "numbers", "]"}], "-", RowBox[{"3", "\[Delta]"}]}]}], "}"}]}], "]"}], ",", "1"}], "]"}]}], ")"}], "//", "Dimensions"}]], "Input", Editable->True, Deletable->True, CellBracketOptions->{"Color"->RGBColor[0.7, 0, 0], "Thickness"->2}, Copyable->True, CellOpen->True, TaggingRules:>"GUIDTag[308274114058400199476805971957761650344]", CellChangeTimes->{3.410796523873*^9}, CellTags->{ "EssayCell", "EssayBodyCell16914667125037409797423558462208658588", "EssayCell16914667125037409797423558462208658588", "Input16914667125037409797423558462208658588", "DiaryDate[{2008, 1, 31, 19, 28, 37.4630000}]", "CellGUID[32934458133131076878043719614044197814]", "GUIDTag[16914667125037409797423558462208658588]"}, CellID->11222007], Cell[BoxData[ RowBox[{"{", RowBox[{"134550", ",", "4"}], "}"}]], "Output", Editable->True, Deletable->True, Copyable->True, CellOpen->True, CellChangeTimes->{3.410796525234*^9}, CellTags->{ "EssayCell", "EssayBodyCell16914667125037409797423558462208658588", "EssayCell16914667125037409797423558462208658588", "Input16914667125037409797423558462208658588", "DiaryDate[{2008, 1, 31, 19, 28, 37.4630000}]", "CellGUID[32934458133131076878043719614044197814]", "GUIDTag[16914667125037409797423558462208658588]"}, CellID->42077351] }, Open ]], Cell["\<\ Pick out those 4-tuples that have numbers whose corresponding lists of \ integer factors have lengths that form an arithmetic progression with common \ difference 1. There is only one case that satisfies this constraint.\ \>", "Text", Editable->True, Deletable->True, CellBracketOptions->{"Color"->RGBColor[0.7, 0, 0], "Thickness"->2}, Copyable->True, CellOpen->True, TaggingRules:>"GUIDTag[256546249381291626849337918046471553406]", CellChangeTimes->{3.410796533705*^9}, CellTags->{ "EssayCell", "EssayBodyCell16914667125037409797423558462208658588", "EssayCell16914667125037409797423558462208658588", "Text16914667125037409797423558462208658588", "DiaryDate[{2008, 1, 31, 19, 28, 52.9970000}]", "CellGUID[331509805638807073461627313010741073778]", "GUIDTag[16914667125037409797423558462208658588]"}, CellID->81996256], Cell[BoxData[ RowBox[{"(", RowBox[{"tuples2", "=", RowBox[{"Select", "[", RowBox[{"tuples", ",", RowBox[{ RowBox[{ RowBox[{ RowBox[{"Apply", "[", RowBox[{"Equal", ",", RowBox[{"Append", "[", RowBox[{ RowBox[{"Rest", "[", RowBox[{"#", "-", RowBox[{"RotateRight", "[", "#", "]"}]}], "]"}], ",", "1"}], "]"}]}], "]"}], "&"}], "[", RowBox[{"Map", "[", RowBox[{"Length", ",", RowBox[{ "factors", "\[LeftDoubleBracket]", "#", "\[RightDoubleBracket]"}]}], "]"}], "]"}], "&"}]}], "]"}]}], ")"}]], "Input", Editable->True, Deletable->True, CellBracketOptions->{"Color"->RGBColor[0.7, 0, 0], "Thickness"->2}, Copyable->True, CellOpen->True, TaggingRules:>"GUIDTag[15386961759700236904105390881754853482]", CellChangeTimes->{3.410796544291*^9}, CellTags->{ "EssayCell", "EssayBodyCell16914667125037409797423558462208658588", "EssayCell16914667125037409797423558462208658588", "Input16914667125037409797423558462208658588", "DiaryDate[{2008, 1, 31, 19, 28, 56.5080000}]", "CellGUID[292570207295161526485998264363712448516]", "GUIDTag[16914667125037409797423558462208658588]"}, CellID->123581372], Cell["\<\ The solution is the smallest and the largest 3-digit integers.\ \>", "Text", Editable->True, Deletable->True, CellBracketOptions->{"Color"->RGBColor[0.7, 0, 0], "Thickness"->2}, Copyable->True, CellOpen->True, TaggingRules:>"GUIDTag[117776301086565360366706532983266115598]", CellChangeTimes->{{3.410796553135*^9, 3.4107965619*^9}}, CellTags->{ "EssayCell", "EssayBodyCell16914667125037409797423558462208658588", "EssayCell16914667125037409797423558462208658588", "Text16914667125037409797423558462208658588", "DiaryDate[{2008, 1, 31, 19, 29, 12.2830000}]", "CellGUID[185753221740700982910187002192890573007]", "GUIDTag[16914667125037409797423558462208658588]"}, CellID->757401687], Cell[BoxData[ RowBox[{ RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"First", "[", "#", "]"}], ",", RowBox[{"Last", "[", "#", "]"}]}], "}"}], "&"}], "[", RowBox[{"tuples2", "\[LeftDoubleBracket]", "1", "\[RightDoubleBracket]"}], "]"}]], "Input", Editable->True, Deletable->True, CellBracketOptions->{"Color"->RGBColor[0.7, 0, 0], "Thickness"->2}, Copyable->True, CellOpen->True, TaggingRules:>"GUIDTag[113956548254106199102217972368003958957]", CellChangeTimes->{3.410796568876*^9}, CellTags->{ "EssayCell", "EssayBodyCell16914667125037409797423558462208658588", "EssayCell16914667125037409797423558462208658588", "Input16914667125037409797423558462208658588", "DiaryDate[{2008, 1, 31, 19, 29, 23.9910000}]", "CellGUID[291334604865673724026300200035337263208]", "GUIDTag[16914667125037409797423558462208658588]"}, CellID->161867597] }, Editable->True, ScreenStyleEnvironment->"Working", WindowSize->{550, Automatic}, WindowMargins->{{Automatic, 274}, {Automatic, 29}}, WindowTitle->Automatic, Visible->True, DockedCells->Cell[ BoxData[ RowBox[{ ButtonBox[ StyleBox[ RowBox[{"Bottom"}], FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> RGBColor[0.1, 0.1, 1], SingleLetterItalics -> False], FrameMargins -> {{1, 1}, {-3, -3}}, ButtonMinHeight -> 1.5, Background -> RGBColor[1, 1, 0.9], ButtonNote -> "Bottom", ButtonFunction :> (FrontEnd`MessagesToConsole[ Needs["Diary`Diary`"]; ToExpression["$CurrentDiaryNotebook=ButtonNotebook[]"]; ToExpression["SetCurrentDiaryDirectoryAndFile[]"]; ToExpression["WriteCurrentDiaryNameToDiaryAccessPaletteButtons[All]"]; ToExpression["RefreshPalette[$NotebooksPaletteNotebook]"]; ToExpression["RefreshPalette[$OtherFilesPaletteNotebook]"]; ToExpression["RefreshPalette[$PackagesPaletteNotebook]"]; ToExpression["RefreshPalette[$DiaryListPaletteNotebook]"]; ToExpression["GoToEndOfDiary[]"]]& ), Evaluator -> Automatic, Enabled -> True, FrameMargins -> 1], ButtonBox[ StyleBox[ RowBox[{"Tools"}], FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> RGBColor[0, 0.5, 0.5], SingleLetterItalics -> False], FrameMargins -> {{1, 1}, {-3, -3}}, ButtonMinHeight -> 1.5, Background -> RGBColor[1, 1, 0.9], ButtonNote -> "Tools", ButtonFunction :> (FrontEnd`MessagesToConsole[ Needs["Diary`Diary`"]; ToExpression[ "WorkLifeToolsPalette[Sequence@@$WorkLifeToolsPaletteExtraButtons]"]; ToExpression["$CurrentDiaryNotebook=ButtonNotebook[]"]; ToExpression["SetCurrentDiaryDirectoryAndFile[]"]]& ), Evaluator -> Automatic, Enabled -> True, FrameMargins -> 1], ButtonBox[ StyleBox[ RowBox[{"Make Current"}], FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> RGBColor[0, 0.5, 0], SingleLetterItalics -> False], FrameMargins -> {{1, 1}, {-3, -3}}, ButtonMinHeight -> 1.5, Background -> RGBColor[1, 1, 0.9], ButtonNote -> "Make Current", ButtonFunction :> (FrontEnd`MessagesToConsole[ Needs["Diary`Diary`"]; ToExpression["MakeCurrent[ButtonNotebook[]]"]; Null]& ), Evaluator -> Automatic, Enabled -> True, FrameMargins -> 1], ButtonBox[ StyleBox[ RowBox[{"Save"}], FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> RGBColor[0.5, 0, 0.5], SingleLetterItalics -> False], FrameMargins -> {{1, 1}, {-3, -3}}, ButtonMinHeight -> 1.5, Background -> RGBColor[1, 1, 0.9], ButtonNote -> "Save", ButtonFunction :> (FrontEnd`MessagesToConsole[ Needs["Diary`Diary`"]; ToExpression["$CurrentDiaryNotebook=ButtonNotebook[]"]; ToExpression["SetCurrentDiaryDirectoryAndFile[]"]; ToExpression["SaveDiary[All]"]; ToExpression["WriteCurrentDiaryNameToDiaryAccessPaletteButtons[All]"]; ToExpression["RefreshPalette[$NotebooksPaletteNotebook]"]; ToExpression["RefreshPalette[$OtherFilesPaletteNotebook]"]; ToExpression["RefreshPalette[$PackagesPaletteNotebook]"]; ToExpression["RefreshPalette[$DiaryListPaletteNotebook]"]]& ), Evaluator -> Automatic, Enabled -> True, FrameMargins -> 1], ButtonBox[ StyleBox[ RowBox[{"Close"}], FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> RGBColor[0.5, 0, 0.5], SingleLetterItalics -> False], FrameMargins -> {{1, 1}, {-3, -3}}, ButtonMinHeight -> 1.5, Background -> RGBColor[1, 1, 0.9], ButtonNote -> "Close", ButtonFunction :> (FrontEnd`MessagesToConsole[ Needs["Diary`Diary`"]; ToExpression["$CurrentDiaryNotebook=ButtonNotebook[]"]; ToExpression["SetCurrentDiaryDirectoryAndFile[]"]; ToExpression["CloseDiary[All]"]; ToExpression["RefreshPalette[$AllOpenNotebooksPaletteNotebook]"]; ToExpression["WriteCurrentDiaryNameToDiaryAccessPaletteButtons[All]"]; ToExpression["RefreshPalette[$NotebooksPaletteNotebook]"]; ToExpression["RefreshPalette[$OtherFilesPaletteNotebook]"]; ToExpression["RefreshPalette[$PackagesPaletteNotebook]"]; ToExpression["RefreshPalette[$DiaryListPaletteNotebook]"]]& ), Evaluator -> Automatic, Enabled -> True, FrameMargins -> 1], ButtonBox[ StyleBox[ RowBox[{"Password Protect"}], FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> RGBColor[0.5, 0, 0.5], SingleLetterItalics -> False], FrameMargins -> {{1, 1}, {-3, -3}}, ButtonMinHeight -> 1.5, Background -> RGBColor[1, 1, 0.9], ButtonNote -> "Password Protect", ButtonFunction :> (FrontEnd`MessagesToConsole[ Needs["Diary`Diary`"]; ToExpression["$CurrentDiaryNotebook=ButtonNotebook[]"]; ToExpression["SetCurrentDiaryDirectoryAndFile[]"]; ToExpression["WriteCurrentDiaryNameToDiaryAccessPaletteButtons[All]"]; ToExpression["SelfEncryptNotebook[]"]; ToExpression[ "AddRecordToMathematicaUsageDatabase[{\"PasswordProtect\",\ NotebookGUID[ButtonNotebook[]]}]"]; ToExpression["RefreshPalette[$NotebooksPaletteNotebook]"]; ToExpression["RefreshPalette[$OtherFilesPaletteNotebook]"]; ToExpression["RefreshPalette[$PackagesPaletteNotebook]"]; ToExpression["RefreshPalette[$DiaryListPaletteNotebook]"]]& ), Evaluator -> Automatic, Enabled -> True, FrameMargins -> 1], ButtonBox[ StyleBox[ RowBox[{"Diary's Directory"}], FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> RGBColor[0.5, 0, 0.5], SingleLetterItalics -> False], FrameMargins -> {{1, 1}, {-3, -3}}, ButtonMinHeight -> 1.5, Background -> RGBColor[1, 1, 0.9], ButtonNote -> "Diary's Directory", ButtonFunction :> (FrontEnd`MessagesToConsole[ Needs["Diary`Diary`"]; ToExpression["$CurrentDiaryNotebook=ButtonNotebook[]"]; ToExpression["SetCurrentDiaryDirectoryAndFile[]"]; ToExpression["WriteCurrentDiaryNameToDiaryAccessPaletteButtons[All]"]; ToExpression["RefreshPalette[$NotebooksPaletteNotebook]"]; ToExpression["RefreshPalette[$OtherFilesPaletteNotebook]"]; ToExpression["RefreshPalette[$PackagesPaletteNotebook]"]; ToExpression["RefreshPalette[$DiaryListPaletteNotebook]"]; ToExpression["OpenFileOrDirectory[CurrentDiaryNotebookDirectory[]]"]; Null]& ), Evaluator -> Automatic, Enabled -> True, FrameMargins -> 1], "\n", PopupMenuBox[ Dynamic[{"ActionMenu", Automatic}, Part[{Style[ "WorkLife Tools", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> RGBColor[ Rational[1, 3], Rational[1, 3], Rational[1, 3]]}] :> (Needs["Diary`Diary`"]; ToExpression[ "WorkLifeToolsPalette[Sequence @@ \ $WorkLifeToolsPaletteExtraButtons]"]), Style["Additional Tools", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> GrayLevel[0]}] :> (Needs["Diary`Diary`"]; ToExpression[ "AdditionalToolsPalette[Sequence @@ \ $AdditionalToolsPaletteExtraButtons]"]), Style["All Notebooks", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> RGBColor[ Rational[1, 3], Rational[1, 3], Rational[1, 3]]}] :> (Needs["Diary`Diary`"]; ToExpression["AllOpenNotebooksPalette[]"]), Style["Analytics", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> GrayLevel[0]}] :> (Needs["Diary`Diary`"]; ToExpression[ "AnalyticsPalette[Sequence @@ $AnalyticsPaletteExtraButtons]"]), Style["Blog Tools", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> RGBColor[ Rational[1, 3], Rational[1, 3], Rational[1, 3]]}] :> (Needs["Diary`Diary`"]; ToExpression["BlogPalette[]"]), Style["Computations", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> GrayLevel[0]}] :> (Needs["Diary`Diary`"]; ToExpression["ComputationPalette[]"]), Style["Databases", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> RGBColor[ Rational[1, 3], Rational[1, 3], Rational[1, 3]]}] :> (Needs["Diary`Diary`"]; ToExpression["DatabasesPalette[]"]), Style["Diary Access", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> GrayLevel[0]}] :> (Needs["Diary`Diary`"]; ToExpression["DiaryAccessPalette[True]"]), Style["Diary Entries", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> RGBColor[ Rational[1, 3], Rational[1, 3], Rational[1, 3]]}] :> (Needs["Diary`Diary`"]; ToExpression["DiaryEntriesPalette[]"]), Style["Diary Entry", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> GrayLevel[0]}] :> (Needs["Diary`Diary`"]; ToExpression["DiaryEntryPalette[]"]), Style["Diary Headings", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> RGBColor[ Rational[1, 3], Rational[1, 3], Rational[1, 3]]}] :> (Needs["Diary`Diary`"]; ToExpression["DiaryHeadingsPalette[]"]), Style["Diary List", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> GrayLevel[0]}] :> (Needs["Diary`Diary`"]; ToExpression["DiaryListPalette[]"]), Style["Diary Templates", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> RGBColor[ Rational[1, 3], Rational[1, 3], Rational[1, 3]]}] :> (Needs["Diary`Diary`"]; ToExpression["DiaryTemplatesPalette[]"]), Style["Email", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> GrayLevel[0]}] :> (Needs["Diary`Diary`"]; ToExpression[ "EmailPalette[Sequence @@ $EmailPaletteExtraButtons]"]), Style["Essay", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> RGBColor[ Rational[1, 3], Rational[1, 3], Rational[1, 3]]}] :> (Needs["Diary`Diary`"]; ToExpression[ "EssayPalette[Sequence @@ $EssayPaletteExtraButtons]"]), Style["Evaluation", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> GrayLevel[0]}] :> (Needs["Diary`Diary`"]; ToExpression["EvaluationPalette[]"]), Style["Favorite Palettes", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> RGBColor[ Rational[1, 3], Rational[1, 3], Rational[1, 3]]}] :> (Needs["Diary`Diary`"]; ToExpression["FavoritePalettesPalette[]"]), Style["Favorites & Recent", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> GrayLevel[0]}] :> (Needs["Diary`Diary`"]; ToExpression["FavoritesAndRecentPalette[]"]), Style["File Sets", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> RGBColor[ Rational[1, 3], Rational[1, 3], Rational[1, 3]]}] :> (Needs["Diary`Diary`"]; ToExpression["FileSetsPalette[]"]), Style["Formatting", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> GrayLevel[0]}] :> (Needs["Diary`Diary`"]; ToExpression[ "FormattingPalette[Sequence @@ $FormattingPaletteExtraButtons]"]), Style["Form Templates", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> RGBColor[ Rational[1, 3], Rational[1, 3], Rational[1, 3]]}] :> (Needs["Diary`Diary`"]; ToExpression["FormTemplatesPalette[]"]), Style["Notebooks", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> GrayLevel[0]}] :> (Needs["Diary`Diary`"]; ToExpression["NotebooksPalette[]"]), Style["Notebook Styles", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> RGBColor[ Rational[1, 3], Rational[1, 3], Rational[1, 3]]}] :> (Needs["Diary`Diary`"]; ToExpression["NotebookStylesPalette[]"]), Style["Organizations", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> GrayLevel[0]}] :> (Needs["Diary`Diary`"]; ToExpression["OrganizationsPalette[]"]), Style["OtherFiles", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> RGBColor[ Rational[1, 3], Rational[1, 3], Rational[1, 3]]}] :> (Needs["Diary`Diary`"]; ToExpression["OtherFilesPalette[]"]), Style["Package Programming", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> GrayLevel[0]}] :> (Needs["Diary`Diary`"]; ToExpression["PackageProgrammingPalette[]"]), Style["Packages", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> RGBColor[ Rational[1, 3], Rational[1, 3], Rational[1, 3]]}] :> (Needs["Diary`Diary`"]; ToExpression["PackagesPalette[]"]), Style["Plugins Loading", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> GrayLevel[0]}] :> (Needs["Diary`Diary`"]; ToExpression["PluginsLoadingPalette[]"]), Style["Programming", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> RGBColor[ Rational[1, 3], Rational[1, 3], Rational[1, 3]]}] :> (Needs["Diary`Diary`"]; ToExpression["ProgrammingPalette[]"]), Style["RSS Feeds", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> GrayLevel[0]}] :> (Needs["Diary`Diary`"]; ToExpression["RSSFeedsPalette[]"]), Style["Style Sheets", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> RGBColor[ Rational[1, 3], Rational[1, 3], Rational[1, 3]]}] :> (Needs["Diary`Diary`"]; ToExpression["StyleSheetsPalette[]"]), Style["Tagging", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> GrayLevel[0]}] :> (Needs["Diary`Diary`"]; ToExpression["TaggingPalette[$TaggingList]"]), Style["ToDos", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> RGBColor[ Rational[1, 3], Rational[1, 3], Rational[1, 3]]}] :> (Needs["Diary`Diary`"]; ToExpression["ToDosPalette[]"]), Style["Web Search", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> GrayLevel[0]}] :> (Needs["Diary`Diary`"]; ToExpression["WebSearchPalette[]"]), Style["WorkFlows", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> RGBColor[ Rational[1, 3], Rational[1, 3], Rational[1, 3]]}] :> (Needs["Diary`Diary`"]; ToExpression["WorkFlowsPalette[]"]), Delimiter, Style["Custom1", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> RGBColor[ Rational[1, 3], Rational[1, 3], Rational[1, 3]]}] :> (Needs["Diary`Diary`"]; ToExpression["Custom1Palette[]"]), Style["Custom2", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> GrayLevel[0]}] :> (Needs["Diary`Diary`"]; ToExpression["Custom2Palette[]"]), Style["Custom3", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> RGBColor[ Rational[1, 3], Rational[1, 3], Rational[1, 3]]}] :> (Needs["Diary`Diary`"]; ToExpression["Custom3Palette[]"]), Style["Custom4", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> GrayLevel[0]}] :> (Needs["Diary`Diary`"]; ToExpression["Custom4Palette[]"]), Style["Custom5", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> RGBColor[ Rational[1, 3], Rational[1, 3], Rational[1, 3]]}] :> (Needs["Diary`Diary`"]; ToExpression["Custom5Palette[]"]), Style["Custom6", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> GrayLevel[0]}] :> (Needs["Diary`Diary`"]; ToExpression["Custom6Palette[]"])}, #, 2]& , Evaluator -> Automatic], { 1 -> StyleBox[ "\"WorkLife Tools\"", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> RGBColor[ Rational[1, 3], Rational[1, 3], Rational[1, 3]]}, StripOnInput -> False], 2 -> StyleBox[ "\"Additional Tools\"", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> GrayLevel[0]}, StripOnInput -> False], 3 -> StyleBox[ "\"All Notebooks\"", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> RGBColor[ Rational[1, 3], Rational[1, 3], Rational[1, 3]]}, StripOnInput -> False], 4 -> StyleBox[ "\"Analytics\"", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> GrayLevel[0]}, StripOnInput -> False], 5 -> StyleBox[ "\"Blog Tools\"", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> RGBColor[ Rational[1, 3], Rational[1, 3], Rational[1, 3]]}, StripOnInput -> False], 6 -> StyleBox[ "\"Computations\"", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> GrayLevel[0]}, StripOnInput -> False], 7 -> StyleBox[ "\"Databases\"", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> RGBColor[ Rational[1, 3], Rational[1, 3], Rational[1, 3]]}, StripOnInput -> False], 8 -> StyleBox[ "\"Diary Access\"", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> GrayLevel[0]}, StripOnInput -> False], 9 -> StyleBox[ "\"Diary Entries\"", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> RGBColor[ Rational[1, 3], Rational[1, 3], Rational[1, 3]]}, StripOnInput -> False], 10 -> StyleBox[ "\"Diary Entry\"", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> GrayLevel[0]}, StripOnInput -> False], 11 -> StyleBox[ "\"Diary Headings\"", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> RGBColor[ Rational[1, 3], Rational[1, 3], Rational[1, 3]]}, StripOnInput -> False], 12 -> StyleBox[ "\"Diary List\"", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> GrayLevel[0]}, StripOnInput -> False], 13 -> StyleBox[ "\"Diary Templates\"", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> RGBColor[ Rational[1, 3], Rational[1, 3], Rational[1, 3]]}, StripOnInput -> False], 14 -> StyleBox[ "\"Email\"", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> GrayLevel[0]}, StripOnInput -> False], 15 -> StyleBox[ "\"Essay\"", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> RGBColor[ Rational[1, 3], Rational[1, 3], Rational[1, 3]]}, StripOnInput -> False], 16 -> StyleBox[ "\"Evaluation\"", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> GrayLevel[0]}, StripOnInput -> False], 17 -> StyleBox[ "\"Favorite Palettes\"", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> RGBColor[ Rational[1, 3], Rational[1, 3], Rational[1, 3]]}, StripOnInput -> False], 18 -> StyleBox[ "\"Favorites & Recent\"", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> GrayLevel[0]}, StripOnInput -> False], 19 -> StyleBox[ "\"File Sets\"", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> RGBColor[ Rational[1, 3], Rational[1, 3], Rational[1, 3]]}, StripOnInput -> False], 20 -> StyleBox[ "\"Formatting\"", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> GrayLevel[0]}, StripOnInput -> False], 21 -> StyleBox[ "\"Form Templates\"", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> RGBColor[ Rational[1, 3], Rational[1, 3], Rational[1, 3]]}, StripOnInput -> False], 22 -> StyleBox[ "\"Notebooks\"", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> GrayLevel[0]}, StripOnInput -> False], 23 -> StyleBox[ "\"Notebook Styles\"", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> RGBColor[ Rational[1, 3], Rational[1, 3], Rational[1, 3]]}, StripOnInput -> False], 24 -> StyleBox[ "\"Organizations\"", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> GrayLevel[0]}, StripOnInput -> False], 25 -> StyleBox[ "\"OtherFiles\"", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> RGBColor[ Rational[1, 3], Rational[1, 3], Rational[1, 3]]}, StripOnInput -> False], 26 -> StyleBox[ "\"Package Programming\"", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> GrayLevel[0]}, StripOnInput -> False], 27 -> StyleBox[ "\"Packages\"", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> RGBColor[ Rational[1, 3], Rational[1, 3], Rational[1, 3]]}, StripOnInput -> False], 28 -> StyleBox[ "\"Plugins Loading\"", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> GrayLevel[0]}, StripOnInput -> False], 29 -> StyleBox[ "\"Programming\"", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> RGBColor[ Rational[1, 3], Rational[1, 3], Rational[1, 3]]}, StripOnInput -> False], 30 -> StyleBox[ "\"RSS Feeds\"", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> GrayLevel[0]}, StripOnInput -> False], 31 -> StyleBox[ "\"Style Sheets\"", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> RGBColor[ Rational[1, 3], Rational[1, 3], Rational[1, 3]]}, StripOnInput -> False], 32 -> StyleBox[ "\"Tagging\"", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> GrayLevel[0]}, StripOnInput -> False], 33 -> StyleBox[ "\"ToDos\"", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> RGBColor[ Rational[1, 3], Rational[1, 3], Rational[1, 3]]}, StripOnInput -> False], 34 -> StyleBox[ "\"Web Search\"", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> GrayLevel[0]}, StripOnInput -> False], 35 -> StyleBox[ "\"WorkFlows\"", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> RGBColor[ Rational[1, 3], Rational[1, 3], Rational[1, 3]]}, StripOnInput -> False], Delimiter, 37 -> StyleBox[ "\"Custom1\"", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> RGBColor[ Rational[1, 3], Rational[1, 3], Rational[1, 3]]}, StripOnInput -> False], 38 -> StyleBox[ "\"Custom2\"", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> GrayLevel[0]}, StripOnInput -> False], 39 -> StyleBox[ "\"Custom3\"", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> RGBColor[ Rational[1, 3], Rational[1, 3], Rational[1, 3]]}, StripOnInput -> False], 40 -> StyleBox[ "\"Custom4\"", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> GrayLevel[0]}, StripOnInput -> False], 41 -> StyleBox[ "\"Custom5\"", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> RGBColor[ Rational[1, 3], Rational[1, 3], Rational[1, 3]]}, StripOnInput -> False], 42 -> StyleBox[ "\"Custom6\"", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> GrayLevel[0]}, StripOnInput -> False]}, StyleBox[ "\"Open a Palette\"", FontColor -> RGBColor[0., 0.30000000000000004`, 0.], FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> GrayLevel[0], StripOnInput -> False], Background -> Automatic, ImageSize -> Automatic, Appearance -> "ActionMenu", MenuAppearance -> "Menu", FieldSize -> {{1, 30}, 1}, FrameMargins -> {{2, 0}, {-4, -4}}], PopupMenuBox[ Dynamic[{"ActionMenu", Automatic}, Part[{Style[ "Backup", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> GrayLevel[0]}] :> Catch[ Module[{}, Needs["Diary`Diary`"]; ToExpression[ "If[!DiaryQ[EvaluationNotebook[]],Throw[Message[DiaryQ::\ notadiary]]]"]; (ToExpression["$CurrentDiaryNotebook=ButtonNotebook[]"]; ToExpression["SetCurrentDiaryDirectoryAndFile[]"]; ToExpression[ "BackupNotebookWithCommentary[EvaluationNotebook[],ShowBackups->\ True];ShowBackups[EvaluationNotebook[]]"]; ToExpression[ "AddRecordToMathematicaUsageDatabase[{\"Backup\",NotebookGUID[\ EvaluationNotebook[]]}]"]; ToExpression[ "WriteCurrentDiaryNameToDiaryAccessPaletteButtons[All]"]; ToExpression["RefreshPalette[$NotebooksPaletteNotebook]"]; ToExpression["RefreshPalette[$OtherFilesPaletteNotebook]"]; ToExpression["RefreshPalette[$PackagesPaletteNotebook]"]; ToExpression["RefreshPalette[$DiaryListPaletteNotebook]"])]], Style["Show Backups", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> GrayLevel[0]}] :> (Needs["Diary`Diary`"]; ToExpression["ShowBackups[EvaluationNotebook[],True]"]), Style["Hide Backups", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> GrayLevel[0]}] :> (Needs["Diary`Diary`"]; ToExpression["ShowBackups[EvaluationNotebook[],False]"])}, #, 2]& , Evaluator -> Automatic], { 1 -> StyleBox[ "\"Backup\"", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> GrayLevel[0]}, StripOnInput -> False], 2 -> StyleBox[ "\"Show Backups\"", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> GrayLevel[0]}, StripOnInput -> False], 3 -> StyleBox[ "\"Hide Backups\"", { FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> GrayLevel[0]}, StripOnInput -> False]}, StyleBox[ "\"Backups\"", FontColor -> RGBColor[0., 0.30000000000000004`, 0.], FontFamily -> "Helvetica", FontWeight -> "Bold", FontSize -> 10, FontColor -> GrayLevel[0], StripOnInput -> False], Background -> Automatic, ImageSize -> Automatic, Appearance -> "ActionMenu", MenuAppearance -> "Menu", FieldSize -> {{1, 30}, 1}, FrameMargins -> {{2, 0}, {-4, -4}}]}]], "Text", TextAlignment -> Center, Editable -> False, Deletable -> False, Copyable -> False, Background -> GrayLevel[0.9], CellFrame -> {{0, 0}, {0.5, 0}}, CellTags -> {"TopToolbarCell"}, CellMargins -> {{0, 0}, {0, 0}}, CellFrameMargins -> {{0, 0}, {1, 3}}, ShowCellBracket -> False, CellDingbat -> None], ShowSelection->True, TaggingRules:>{ "2.0.0", "GUIDTag[225742548098769996649518217226822678505]", "Notebook"}, CreateCellID->True, DefaultNewCellStyle->"Text", FrontEndVersion->"6.0 for Microsoft Windows (32-bit) (June 19, 2007)", StyleDefinitions->Notebook[{ Cell[ StyleData[StyleDefinitions -> "Default.nb"]], Cell["Modify the definitions below to change the default appearance of all \ cells in a given style. \nMake modifications to any definition using commands \ in the Format menu.", "Text"], Cell[ CellGroupData[{ Cell["Style Definitions", "Title"], Cell[ "Modify the definitions below to change the default appearance of all \ cells in a given style. Make modifications to any definition using commands \ in the Format menu.", "Text"], Cell[ CellGroupData[{ Cell["Style Environment Names", "Section"], Cell[ StyleData[All, "Working"], PageWidth -> WindowWidth, CellBracketOptions -> { "Color" -> RGBColor[0.269993, 0.308507, 0.6]}, CellLabelMargins -> {{12, Inherited}, {Inherited, Inherited}}, ScriptMinSize -> 9], Cell[ StyleData[All, "Presentation"], PageWidth -> WindowWidth, CellLabelMargins -> {{24, Inherited}, {Inherited, Inherited}}, ScriptMinSize -> 12], Cell[ StyleData[All, "Condensed"], PageWidth -> WindowWidth, CellLabelMargins -> {{8, Inherited}, {Inherited, Inherited}}, ScriptMinSize -> 8], Cell[ StyleData[All, "SlideShow"], PageWidth -> WindowWidth, ScrollingOptions -> { "PagewiseDisplay" -> True, "VerticalScrollRange" -> Fit}, ShowCellBracket -> False, ScriptMinSize -> 9], Cell[ StyleData[All, "Printout"], PageWidth -> PaperWidth, CellLabelMargins -> {{2, Inherited}, {Inherited, Inherited}}, ScriptMinSize -> 5, PrivateFontOptions -> {"FontType" -> "Outline"}]}, Closed]], Cell[ CellGroupData[{ Cell["Notebook Options", "Section"], Cell[ "The options defined for the style below will be used at the \ Notebook level.", "Text"], Cell[ StyleData["Notebook"], PageHeaders -> {{ Cell[ TextData[{ CounterBox["Page"]}], "PageNumber"], None, Cell[ TextData[{ ValueBox["FileName"]}], "Header"]}, { Cell[ TextData[{ ValueBox["FileName"]}], "Header"], None, Cell[ TextData[{ CounterBox["Page"]}], "PageNumber"]}}, CellFrameLabelMargins -> 6, StyleMenuListing -> None]}, Closed]], Cell[ CellGroupData[{ Cell["Styles for Headings", "Section"], Cell[ CellGroupData[{ Cell[ StyleData["Title"], CellMargins -> {{10, Inherited}, {10, 30}}, CellGroupingRules -> {"TitleGrouping", 0}, PageBreakBelow -> False, DefaultNewInlineCellStyle -> "None", InputAutoReplacements -> {"TeX" -> StyleBox[ RowBox[{"T", AdjustmentBox[ "E", BoxMargins -> {{-0.075, -0.085}, {0, 0}}, BoxBaselineShift -> 0.5], "X"}]], "LaTeX" -> StyleBox[ RowBox[{"L", StyleBox[ AdjustmentBox[ "A", BoxMargins -> {{-0.36, -0.1}, {0, 0}}, BoxBaselineShift -> -0.2], FontSize -> Smaller], "T", AdjustmentBox[ "E", BoxMargins -> {{-0.075, -0.085}, {0, 0}}, BoxBaselineShift -> 0.5], "X"}]], "mma" -> "Mathematica", "Mma" -> "Mathematica", "MMA" -> "Mathematica", "gridMathematica" -> FormBox[ RowBox[{"grid", AdjustmentBox[ StyleBox["Mathematica", FontSlant -> "Italic"], BoxMargins -> {{-0.175, 0}, {0, 0}}]}], TextForm], "webMathematica" -> FormBox[ RowBox[{"web", AdjustmentBox[ StyleBox["Mathematica", FontSlant -> "Italic"], BoxMargins -> {{-0.175, 0}, {0, 0}}]}], TextForm], Inherited}, LineSpacing -> {1, 11}, LanguageCategory -> "NaturalLanguage", CounterIncrements -> "Title", CounterAssignments -> {{"Section", 0}, {"Equation", 0}, { "Figure", 0}, {"Subtitle", 0}, {"Subsubtitle", 0}}, FontFamily -> "Helvetica", FontSize -> 36, FontWeight -> "Bold"], Cell[ StyleData["Title", "Presentation"], CellMargins -> {{27, 10}, {10, 30}}, LineSpacing -> {1, 0}, FontSize -> 44], Cell[ StyleData["Title", "Condensed"], CellMargins -> {{8, 10}, {4, 8}}, FontSize -> 20], Cell[ StyleData["Title", "SlideShow"]], Cell[ StyleData["Title", "Printout"], CellMargins -> {{2, 10}, {12, 30}}, FontSize -> 24]}, Closed]], Cell[ CellGroupData[{ Cell[ StyleData["Subtitle"], CellMargins -> {{10, Inherited}, {20, 2}}, CellGroupingRules -> {"TitleGrouping", 10}, PageBreakBelow -> False, DefaultNewInlineCellStyle -> "None", InputAutoReplacements -> {"TeX" -> StyleBox[ RowBox[{"T", AdjustmentBox[ "E", BoxMargins -> {{-0.075, -0.085}, {0, 0}}, BoxBaselineShift -> 0.5], "X"}]], "LaTeX" -> StyleBox[ RowBox[{"L", StyleBox[ AdjustmentBox[ "A", BoxMargins -> {{-0.36, -0.1}, {0, 0}}, BoxBaselineShift -> -0.2], FontSize -> Smaller], "T", AdjustmentBox[ "E", BoxMargins -> {{-0.075, -0.085}, {0, 0}}, BoxBaselineShift -> 0.5], "X"}]], "mma" -> "Mathematica", "Mma" -> "Mathematica", "MMA" -> "Mathematica", "gridMathematica" -> FormBox[ RowBox[{"grid", AdjustmentBox[ StyleBox["Mathematica", FontSlant -> "Italic"], BoxMargins -> {{-0.175, 0}, {0, 0}}]}], TextForm], "webMathematica" -> FormBox[ RowBox[{"web", AdjustmentBox[ StyleBox["Mathematica", FontSlant -> "Italic"], BoxMargins -> {{-0.175, 0}, {0, 0}}]}], TextForm], Inherited}, LanguageCategory -> "NaturalLanguage", CounterIncrements -> "Subtitle", CounterAssignments -> {{"Section", 0}, {"Equation", 0}, { "Figure", 0}, {"Subsubtitle", 0}}, FontFamily -> "Helvetica", FontSize -> 24], Cell[ StyleData["Subtitle", "Presentation"], CellMargins -> {{27, 10}, {20, 2}}, LineSpacing -> {1, 0}, FontSize -> 36], Cell[ StyleData["Subtitle", "Condensed"], CellMargins -> {{8, 10}, {4, 4}}, FontSize -> 14], Cell[ StyleData["Subtitle", "SlideShow"]], Cell[ StyleData["Subtitle", "Printout"], CellMargins -> {{2, 10}, {12, 8}}, FontSize -> 18]}, Closed]], Cell[ CellGroupData[{ Cell[ StyleData["Subsubtitle"], CellMargins -> {{10, Inherited}, {8, 2}}, CellGroupingRules -> {"TitleGrouping", 20}, PageBreakBelow -> False, DefaultNewInlineCellStyle -> "None", InputAutoReplacements -> {"TeX" -> StyleBox[ RowBox[{"T", AdjustmentBox[ "E", BoxMargins -> {{-0.075, -0.085}, {0, 0}}, BoxBaselineShift -> 0.5], "X"}]], "LaTeX" -> StyleBox[ RowBox[{"L", StyleBox[ AdjustmentBox[ "A", BoxMargins -> {{-0.36, -0.1}, {0, 0}}, BoxBaselineShift -> -0.2], FontSize -> Smaller], "T", AdjustmentBox[ "E", BoxMargins -> {{-0.075, -0.085}, {0, 0}}, BoxBaselineShift -> 0.5], "X"}]], "mma" -> "Mathematica", "Mma" -> "Mathematica", "MMA" -> "Mathematica", "gridMathematica" -> FormBox[ RowBox[{"grid", AdjustmentBox[ StyleBox["Mathematica", FontSlant -> "Italic"], BoxMargins -> {{-0.175, 0}, {0, 0}}]}], TextForm], "webMathematica" -> FormBox[ RowBox[{"web", AdjustmentBox[ StyleBox["Mathematica", FontSlant -> "Italic"], BoxMargins -> {{-0.175, 0}, {0, 0}}]}], TextForm], Inherited}, LanguageCategory -> "NaturalLanguage", CounterIncrements -> "Subsubtitle", CounterAssignments -> {{"Section", 0}, {"Equation", 0}, { "Figure", 0}}, FontFamily -> "Helvetica", FontSize -> 16], Cell[ StyleData["Subsubtitle", "Presentation"], CellMargins -> {{24, 10}, {20, 20}}, LineSpacing -> {1, 0}, FontSize -> 24], Cell[ StyleData["Subsubtitle", "Condensed"], CellMargins -> {{8, 10}, {8, 8}}, FontSize -> 12], Cell[ StyleData["Subsubtitle", "SlideShow"]], Cell[ StyleData["Subsubtitle", "Printout"], CellMargins -> {{2, 10}, {12, 8}}, FontSize -> 14]}, Closed]], Cell[ CellGroupData[{ Cell[ StyleData["Section"], CellFrame -> {{0, 0}, {0, 1}}, CellMargins -> {{10, Inherited}, {8, 25}}, CellGroupingRules -> {"SectionGrouping", 30}, PageBreakBelow -> False, CellFrameMargins -> 4, DefaultNewInlineCellStyle -> "None", InputAutoReplacements -> {"TeX" -> StyleBox[ RowBox[{"T", AdjustmentBox[ "E", BoxMargins -> {{-0.075, -0.085}, {0, 0}}, BoxBaselineShift -> 0.5], "X"}]], "LaTeX" -> StyleBox[ RowBox[{"L", StyleBox[ AdjustmentBox[ "A", BoxMargins -> {{-0.36, -0.1}, {0, 0}}, BoxBaselineShift -> -0.2], FontSize -> Smaller], "T", AdjustmentBox[ "E", BoxMargins -> {{-0.075, -0.085}, {0, 0}}, BoxBaselineShift -> 0.5], "X"}]], "mma" -> "Mathematica", "Mma" -> "Mathematica", "MMA" -> "Mathematica", "gridMathematica" -> FormBox[ RowBox[{"grid", AdjustmentBox[ StyleBox["Mathematica", FontSlant -> "Italic"], BoxMargins -> {{-0.175, 0}, {0, 0}}]}], TextForm], "webMathematica" -> FormBox[ RowBox[{"web", AdjustmentBox[ StyleBox["Mathematica", FontSlant -> "Italic"], BoxMargins -> {{-0.175, 0}, {0, 0}}]}], TextForm], Inherited}, LineSpacing -> {1, 2}, LanguageCategory -> "NaturalLanguage", CounterIncrements -> "Section", CounterAssignments -> {{"Subsection", 0}, {"Subsubsection", 0}}, FontFamily -> "Helvetica", FontSize -> 20, FontWeight -> "Bold"], Cell[ StyleData["Section", "Presentation"], CellMargins -> {{40, 10}, {11, 32}}, LineSpacing -> {1, 0}, FontSize -> 24], Cell[ StyleData["Section", "Condensed"], CellMargins -> {{18, Inherited}, {6, 12}}, FontSize -> 12], Cell[ StyleData["Section", "SlideShow"]], Cell[ StyleData["Section", "Printout"], CellMargins -> {{2, 0}, {7, 22}}, FontSize -> 14]}, Closed]], Cell[ CellGroupData[{ Cell[ StyleData["SubsectionFirst"], CellMargins -> {{20, Inherited}, {8, 12}}, CellGroupingRules -> {"SectionGrouping", 40}, PageBreakBelow -> False, DefaultNewInlineCellStyle -> "None", InputAutoReplacements -> {"TeX" -> StyleBox[ RowBox[{"T", AdjustmentBox[ "E", BoxMargins -> {{-0.075, -0.085}, {0, 0}}, BoxBaselineShift -> 0.5], "X"}]], "LaTeX" -> StyleBox[ RowBox[{"L", StyleBox[ AdjustmentBox[ "A", BoxMargins -> {{-0.36, -0.1}, {0, 0}}, BoxBaselineShift -> -0.2], FontSize -> Smaller], "T", AdjustmentBox[ "E", BoxMargins -> {{-0.075, -0.085}, {0, 0}}, BoxBaselineShift -> 0.5], "X"}]], "mma" -> "Mathematica", "Mma" -> "Mathematica", "MMA" -> "Mathematica", "gridMathematica" -> FormBox[ RowBox[{"grid", AdjustmentBox[ StyleBox["Mathematica", FontSlant -> "Italic"], BoxMargins -> {{-0.175, 0}, {0, 0}}]}], TextForm], "webMathematica" -> FormBox[ RowBox[{"web", AdjustmentBox[ StyleBox["Mathematica", FontSlant -> "Italic"], BoxMargins -> {{-0.175, 0}, {0, 0}}]}], TextForm], Inherited}, LanguageCategory -> "NaturalLanguage", CounterIncrements -> "Subsection", CounterAssignments -> {{"Subsubsection", 0}}, FontFamily -> "Helvetica", FontSize -> 14, FontWeight -> "Bold", Background -> RGBColor[0.893797, 0.937102, 1]], Cell[ StyleData["SubsectionFirst", "Presentation"], CellMargins -> {{36, 10}, {11, 32}}, LineSpacing -> {1, 0}, FontSize -> 22], Cell[ StyleData["SubsectionFirst", "Condensed"], CellMargins -> {{16, Inherited}, {6, 12}}, FontSize -> 12], Cell[ StyleData["SubsectionFirst", "SlideShow"]], Cell[ StyleData["SubsectionFirst", "Printout"], CellMargins -> {{9, 0}, {7, 22}}, FontSize -> 12]}, Closed]], Cell[ CellGroupData[{ Cell[ StyleData["Subsection"], CellMargins -> {{20, Inherited}, {8, 12}}, CellGroupingRules -> {"SectionGrouping", 40}, PageBreakBelow -> False, DefaultNewInlineCellStyle -> "None", InputAutoReplacements -> {"TeX" -> StyleBox[ RowBox[{"T", AdjustmentBox[ "E", BoxMargins -> {{-0.075, -0.085}, {0, 0}}, BoxBaselineShift -> 0.5], "X"}]], "LaTeX" -> StyleBox[ RowBox[{"L", StyleBox[ AdjustmentBox[ "A", BoxMargins -> {{-0.36, -0.1}, {0, 0}}, BoxBaselineShift -> -0.2], FontSize -> Smaller], "T", AdjustmentBox[ "E", BoxMargins -> {{-0.075, -0.085}, {0, 0}}, BoxBaselineShift -> 0.5], "X"}]], "mma" -> "Mathematica", "Mma" -> "Mathematica", "MMA" -> "Mathematica", "gridMathematica" -> FormBox[ RowBox[{"grid", AdjustmentBox[ StyleBox["Mathematica", FontSlant -> "Italic"], BoxMargins -> {{-0.175, 0}, {0, 0}}]}], TextForm], "webMathematica" -> FormBox[ RowBox[{"web", AdjustmentBox[ StyleBox["Mathematica", FontSlant -> "Italic"], BoxMargins -> {{-0.175, 0}, {0, 0}}]}], TextForm], Inherited}, LanguageCategory -> "NaturalLanguage", CounterIncrements -> "Subsection", CounterAssignments -> {{"Subsubsection", 0}}, FontFamily -> "Helvetica", FontSize -> 14, FontWeight -> "Bold"], Cell[ StyleData["Subsection", "Presentation"], CellMargins -> {{36, 10}, {11, 32}}, LineSpacing -> {1, 0}, FontSize -> 22], Cell[ StyleData["Subsection", "Condensed"], CellMargins -> {{16, Inherited}, {6, 12}}, FontSize -> 12], Cell[ StyleData["Subsection", "SlideShow"]], Cell[ StyleData["Subsection", "Printout"], CellMargins -> {{9, 0}, {7, 22}}, FontSize -> 12]}, Closed]], Cell[ CellGroupData[{ Cell[ StyleData["Subsubsection"], CellMargins -> {{25, Inherited}, {2, 10}}, CellGroupingRules -> {"SectionGrouping", 50}, PageBreakBelow -> False, DefaultNewInlineCellStyle -> "None", InputAutoReplacements -> {"TeX" -> StyleBox[ RowBox[{"T", AdjustmentBox[ "E", BoxMargins -> {{-0.075, -0.085}, {0, 0}}, BoxBaselineShift -> 0.5], "X"}]], "LaTeX" -> StyleBox[ RowBox[{"L", StyleBox[ AdjustmentBox[ "A", BoxMargins -> {{-0.36, -0.1}, {0, 0}}, BoxBaselineShift -> -0.2], FontSize -> Smaller], "T", AdjustmentBox[ "E", BoxMargins -> {{-0.075, -0.085}, {0, 0}}, BoxBaselineShift -> 0.5], "X"}]], "mma" -> "Mathematica", "Mma" -> "Mathematica", "MMA" -> "Mathematica", "gridMathematica" -> FormBox[ RowBox[{"grid", AdjustmentBox[ StyleBox["Mathematica", FontSlant -> "Italic"], BoxMargins -> {{-0.175, 0}, {0, 0}}]}], TextForm], "webMathematica" -> FormBox[ RowBox[{"web", AdjustmentBox[ StyleBox["Mathematica", FontSlant -> "Italic"], BoxMargins -> {{-0.175, 0}, {0, 0}}]}], TextForm], Inherited}, LanguageCategory -> "NaturalLanguage", CounterIncrements -> "Subsubsection", FontFamily -> "Times", FontWeight -> "Bold"], Cell[ StyleData["Subsubsection", "Presentation"], CellMargins -> {{34, 10}, {11, 26}}, LineSpacing -> {1, 0}, FontSize -> 18], Cell[ StyleData["Subsubsection", "Condensed"], CellMargins -> {{17, Inherited}, {6, 12}}, FontSize -> 10], Cell[ StyleData["Subsubsection", "SlideShow"]], Cell[ StyleData["Subsubsection", "Printout"], CellMargins -> {{9, 0}, {7, 14}}, FontSize -> 11]}, Closed]]}, Closed]], Cell[ CellGroupData[{ Cell["Styles for Body Text", "Section"], Cell[ CellGroupData[{ Cell[ StyleData["Text"], CellMargins -> {{25, 10}, {7, 7}}, InputAutoReplacements -> {"TeX" -> StyleBox[ RowBox[{"T", AdjustmentBox[ "E", BoxMargins -> {{-0.075, -0.085}, {0, 0}}, BoxBaselineShift -> 0.5], "X"}]], "LaTeX" -> StyleBox[ RowBox[{"L", StyleBox[ AdjustmentBox[ "A", BoxMargins -> {{-0.36, -0.1}, {0, 0}}, BoxBaselineShift -> -0.2], FontSize -> Smaller], "T", AdjustmentBox[ "E", BoxMargins -> {{-0.075, -0.085}, {0, 0}}, BoxBaselineShift -> 0.5], "X"}]], "mma" -> "Mathematica", "Mma" -> "Mathematica", "MMA" -> "Mathematica", "gridMathematica" -> FormBox[ RowBox[{"grid", AdjustmentBox[ StyleBox["Mathematica", FontSlant -> "Italic"], BoxMargins -> {{-0.175, 0}, {0, 0}}]}], TextForm], "webMathematica" -> FormBox[ RowBox[{"web", AdjustmentBox[ StyleBox["Mathematica", FontSlant -> "Italic"], BoxMargins -> {{-0.175, 0}, {0, 0}}]}], TextForm], Inherited}, LineSpacing -> {1, 3}, CounterIncrements -> "Text"], Cell[ StyleData["Text", "Presentation"], CellMargins -> {{24, 10}, {10, 10}}, LineSpacing -> {1, 5}, FontSize -> 16], Cell[ StyleData["Text", "Condensed"], CellMargins -> {{8, 10}, {6, 6}}, LineSpacing -> {1, 1}, FontSize -> 11], Cell[ StyleData["Text", "SlideShow"]], Cell[ StyleData["Text", "Printout"], CellMargins -> {{2, 2}, {6, 6}}, TextJustification -> 0.5, Hyphenation -> True, FontSize -> 10]}, Closed]], Cell[ CellGroupData[{ Cell[ StyleData["SmallText"], CellMargins -> {{25, 10}, {6, 6}}, DefaultNewInlineCellStyle -> "None", LineSpacing -> {1, 3}, LanguageCategory -> "NaturalLanguage", CounterIncrements -> "SmallText", FontFamily -> "Helvetica", FontSize -> 9], Cell[ StyleData["SmallText", "Presentation"], CellMargins -> {{24, 10}, {8, 8}}, LineSpacing -> {1, 5}, FontSize -> 12], Cell[ StyleData["SmallText", "Condensed"], CellMargins -> {{8, 10}, {5, 5}}, LineSpacing -> {1, 2}, FontSize -> 9], Cell[ StyleData["SmallText", "SlideShow"]], Cell[ StyleData["SmallText", "Printout"], CellMargins -> {{2, 2}, {5, 5}}, TextJustification -> 0.5, Hyphenation -> True, FontSize -> 7]}, Closed]]}, Closed]], Cell[ CellGroupData[{ Cell["Styles for Input/Output", "Section"], Cell[ "The cells in this section define styles used for input and output \ to the kernel. Be careful when modifying, renaming, or removing these \ styles, because the front end associates special meanings with these style \ names. Some attributes for these styles are actually set in FormatType Styles \ (in the last section of this stylesheet). ", "Text"], Cell[ CellGroupData[{ Cell[ StyleData["Input"], CellMargins -> {{25, 10}, {5, 7}}, Evaluatable -> True, CellGroupingRules -> "InputGrouping", CellHorizontalScrolling -> True, PageBreakWithin -> False, GroupPageBreakWithin -> False, DefaultFormatType -> DefaultInputFormatType, "TwoByteSyntaxCharacterAutoReplacement" -> True, HyphenationOptions -> { "HyphenationCharacter" -> "\[Continuation]"}, AutoItalicWords -> {}, LanguageCategory -> "Mathematica", FormatType -> InputForm, ShowStringCharacters -> True, NumberMarks -> True, LinebreakAdjustments -> {0.85, 2, 10, 0, 1}, CounterIncrements -> "Input", FontWeight -> "Bold"], Cell[ StyleData["Input", "Presentation"], CellMargins -> {{72, Inherited}, {8, 10}}, LineSpacing -> {1, 0}, FontSize -> 16], Cell[ StyleData["Input", "Condensed"], CellMargins -> {{40, 10}, {2, 3}}, FontSize -> 11], Cell[ StyleData["Input", "SlideShow"]], Cell[ StyleData["Input", "Printout"], CellMargins -> {{39, 0}, {4, 6}}, LinebreakAdjustments -> {0.85, 2, 10, 1, 1}, FontSize -> 9]}, Open]], Cell[ CellGroupData[{ Cell[ StyleData["InputOnly"], CellMargins -> {{25, 10}, {7, 7}}, Evaluatable -> True, CellGroupingRules -> "InputGrouping", CellHorizontalScrolling -> True, DefaultFormatType -> DefaultInputFormatType, "TwoByteSyntaxCharacterAutoReplacement" -> True, HyphenationOptions -> { "HyphenationCharacter" -> "\[Continuation]"}, AutoItalicWords -> {}, LanguageCategory -> "Mathematica", FormatType -> InputForm, ShowStringCharacters -> True, NumberMarks -> True, LinebreakAdjustments -> {0.85, 2, 10, 0, 1}, CounterIncrements -> "Input", StyleMenuListing -> None, FontWeight -> "Bold"], Cell[ StyleData["InputOnly", "Presentation"], CellMargins -> {{72, Inherited}, {8, 10}}, LineSpacing -> {1, 0}, FontSize -> 16], Cell[ StyleData["InputOnly", "Condensed"], CellMargins -> {{40, 10}, {2, 3}}, FontSize -> 11], Cell[ StyleData["InputOnly", "SlideShow"]], Cell[ StyleData["InputOnly", "Printout"], CellMargins -> {{39, 0}, {4, 6}}, LinebreakAdjustments -> {0.85, 2, 10, 1, 1}, FontSize -> 9]}, Closed]], Cell[ CellGroupData[{ Cell[ StyleData["Output"], CellMargins -> {{30, 10}, {7, 5}}, CellEditDuplicate -> True, CellGroupingRules -> "OutputGrouping", CellHorizontalScrolling -> True, PageBreakWithin -> False, GroupPageBreakWithin -> False, GeneratedCell -> True, CellAutoOverwrite -> True, DefaultFormatType -> DefaultOutputFormatType, "TwoByteSyntaxCharacterAutoReplacement" -> True, HyphenationOptions -> { "HyphenationCharacter" -> "\[Continuation]"}, AutoItalicWords -> {}, LanguageCategory -> None, FormatType -> InputForm, CounterIncrements -> "Output"], Cell[ StyleData["Output", "Presentation"], CellMargins -> {{72, Inherited}, {10, 8}}, LineSpacing -> {1, 0}, FontSize -> 16], Cell[ StyleData["Output", "Condensed"], CellMargins -> {{41, Inherited}, {3, 2}}, FontSize -> 11], Cell[ StyleData["Output", "SlideShow"]], Cell[ StyleData["Output", "Printout"], CellMargins -> {{39, 0}, {6, 4}}, FontSize -> 9]}, Closed]], Cell[ CellGroupData[{ Cell[ StyleData["Message"], CellMargins -> {{66, Inherited}, {Inherited, Inherited}}, CellGroupingRules -> "OutputGrouping", PageBreakWithin -> False, GroupPageBreakWithin -> False, GeneratedCell -> True, CellAutoOverwrite -> True, ShowCellLabel -> False, DefaultFormatType -> DefaultOutputFormatType, "TwoByteSyntaxCharacterAutoReplacement" -> True, HyphenationOptions -> { "HyphenationCharacter" -> "\[Continuation]"}, AutoItalicWords -> {}, LanguageCategory -> None, FormatType -> InputForm, CounterIncrements -> "Message", StyleMenuListing -> None, FontFamily -> "Helvetica", FontSize -> 10, FontColor -> RGBColor[0.6, 0.100008, 0.100008]], Cell[ StyleData["Message", "Presentation"], CellMargins -> {{72, Inherited}, {Inherited, Inherited}}, LineSpacing -> {1, 0}, FontSize -> 16], Cell[ StyleData["Message", "Condensed"], CellMargins -> {{41, Inherited}, {Inherited, Inherited}}, FontSize -> 11], Cell[ StyleData["Message", "SlideShow"]], Cell[ StyleData["Message", "Printout"], CellMargins -> {{39, Inherited}, {Inherited, Inherited}}, FontSize -> 7, FontColor -> GrayLevel[0]]}, Closed]], Cell[ CellGroupData[{ Cell[ StyleData["Print"], CellMargins -> {{66, Inherited}, {Inherited, Inherited}}, CellGroupingRules -> "OutputGrouping", CellHorizontalScrolling -> True, PageBreakWithin -> False, GroupPageBreakWithin -> False, GeneratedCell -> True, CellAutoOverwrite -> True, ShowCellLabel -> False, DefaultFormatType -> DefaultOutputFormatType, "TwoByteSyntaxCharacterAutoReplacement" -> True, HyphenationOptions -> { "HyphenationCharacter" -> "\[Continuation]"}, AutoItalicWords -> {}, LanguageCategory -> None, FormatType -> InputForm, CounterIncrements -> "Print", StyleMenuListing -> None], Cell[ StyleData["Print", "Presentation"], CellMargins -> {{72, Inherited}, {Inherited, Inherited}}, LineSpacing -> {1, 0}, FontSize -> 16], Cell[ StyleData["Print", "Condensed"], CellMargins -> {{41, Inherited}, {Inherited, Inherited}}, FontSize -> 11], Cell[ StyleData["Print", "SlideShow"]], Cell[ StyleData["Print", "Printout"], CellMargins -> {{39, Inherited}, {Inherited, Inherited}}, FontSize -> 8]}, Closed]], Cell[ CellGroupData[{ Cell[ StyleData["Graphics"], CellMargins -> {{30, Inherited}, {Inherited, Inherited}}, CellGroupingRules -> "GraphicsGrouping", CellHorizontalScrolling -> True, PageBreakWithin -> False, GeneratedCell -> True, CellAutoOverwrite -> True, ShowCellLabel -> False, DefaultFormatType -> DefaultOutputFormatType, LanguageCategory -> None, FormatType -> InputForm, CounterIncrements -> "Graphics", ImageMargins -> {{43, Inherited}, {Inherited, 0}}, StyleMenuListing -> None, FontFamily -> "Courier", FontSize -> 10], Cell[ StyleData["Graphics", "Presentation"], ImageMargins -> {{62, Inherited}, {Inherited, 0}}], Cell[ StyleData["Graphics", "Condensed"], ImageMargins -> {{38, Inherited}, {Inherited, 0}}, Magnification -> 0.6], Cell[ StyleData["Graphics", "SlideShow"]], Cell[ StyleData["Graphics", "Printout"], ImageMargins -> {{30, Inherited}, {Inherited, 0}}, Magnification -> 0.8]}, Open]], Cell[ CellGroupData[{ Cell[ StyleData["CellLabel"], LanguageCategory -> None, StyleMenuListing -> None, FontFamily -> "Helvetica", FontSize -> 9, FontColor -> RGBColor[0.269993, 0.308507, 0.6]], Cell[ StyleData["CellLabel", "Presentation"], FontSize -> 12], Cell[ StyleData["CellLabel", "Condensed"], FontSize -> 9], Cell[ StyleData["CellLabel", "SlideShow"]], Cell[ StyleData["CellLabel", "Printout"], FontFamily -> "Courier", FontSize -> 8, FontSlant -> "Italic", FontColor -> GrayLevel[0]]}, Closed]], Cell[ CellGroupData[{ Cell[ StyleData["FrameLabel"], LanguageCategory -> None, StyleMenuListing -> None, FontFamily -> "Helvetica", FontSize -> 9], Cell[ StyleData["FrameLabel", "Presentation"], FontSize -> 12], Cell[ StyleData["FrameLabel", "Condensed"], FontSize -> 9], Cell[ StyleData["FrameLabel", "SlideShow"]], Cell[ StyleData["FrameLabel", "Printout"], FontFamily -> "Courier", FontSize -> 8, FontSlant -> "Italic", FontColor -> GrayLevel[0]]}, Closed]]}, Closed]], Cell[ CellGroupData[{ Cell["Inline Formatting", "Section"], Cell[ "These styles are for modifying individual words or letters in a \ cell exclusive of the cell tag.", "Text"], Cell[ StyleData["RM"], StyleMenuListing -> None, FontWeight -> "Plain", FontSlant -> "Plain"], Cell[ StyleData["BF"], StyleMenuListing -> None, FontWeight -> "Bold"], Cell[ StyleData["IT"], StyleMenuListing -> None, FontSlant -> "Italic"], Cell[ StyleData["TR"], StyleMenuListing -> None, FontFamily -> "Times", FontWeight -> "Plain", FontSlant -> "Plain"], Cell[ StyleData["TI"], StyleMenuListing -> None, FontFamily -> "Times", FontWeight -> "Plain", FontSlant -> "Italic"], Cell[ StyleData["TB"], StyleMenuListing -> None, FontFamily -> "Times", FontWeight -> "Bold", FontSlant -> "Plain"], Cell[ StyleData["TBI"], StyleMenuListing -> None, FontFamily -> "Times", FontWeight -> "Bold", FontSlant -> "Italic"], Cell[ StyleData["MR"], "TwoByteSyntaxCharacterAutoReplacement" -> True, HyphenationOptions -> {"HyphenationCharacter" -> "\[Continuation]"}, StyleMenuListing -> None, FontFamily -> "Courier", FontWeight -> "Plain", FontSlant -> "Plain"], Cell[ StyleData["MO"], "TwoByteSyntaxCharacterAutoReplacement" -> True, HyphenationOptions -> {"HyphenationCharacter" -> "\[Continuation]"}, StyleMenuListing -> None, FontFamily -> "Courier", FontWeight -> "Plain", FontSlant -> "Italic"], Cell[ StyleData["MB"], "TwoByteSyntaxCharacterAutoReplacement" -> True, HyphenationOptions -> {"HyphenationCharacter" -> "\[Continuation]"}, StyleMenuListing -> None, FontFamily -> "Courier", FontWeight -> "Bold", FontSlant -> "Plain"], Cell[ StyleData["MBO"], "TwoByteSyntaxCharacterAutoReplacement" -> True, HyphenationOptions -> {"HyphenationCharacter" -> "\[Continuation]"}, StyleMenuListing -> None, FontFamily -> "Courier", FontWeight -> "Bold", FontSlant -> "Italic"], Cell[ StyleData["SR"], StyleMenuListing -> None, FontFamily -> "Helvetica", FontWeight -> "Plain", FontSlant -> "Plain"], Cell[ StyleData["SO"], StyleMenuListing -> None, FontFamily -> "Helvetica", FontWeight -> "Plain", FontSlant -> "Italic"], Cell[ StyleData["SB"], StyleMenuListing -> None, FontFamily -> "Helvetica", FontWeight -> "Bold", FontSlant -> "Plain"], Cell[ StyleData["SBO"], StyleMenuListing -> None, FontFamily -> "Helvetica", FontWeight -> "Bold", FontSlant -> "Italic"], Cell[ CellGroupData[{ Cell[ StyleData["SO10"], StyleMenuListing -> None, FontFamily -> "Helvetica", FontSize -> 10, FontWeight -> "Plain", FontSlant -> "Italic"], Cell[ StyleData["SO10", "Printout"], StyleMenuListing -> None, FontFamily -> "Helvetica", FontSize -> 7, FontWeight -> "Plain", FontSlant -> "Italic"]}, Closed]], Cell[ CellGroupData[{ Cell[ StyleData["Inert"], StyleMenuListing -> None, Background -> RGBColor[0.870588, 0.905882, 0.972549]], Cell[ StyleData["Inert", "Printout"], StyleMenuListing -> None, Background -> GrayLevel[1]]}, Closed]]}, Closed]], Cell[ CellGroupData[{ Cell["Formulas and Programming", "Section"], Cell[ CellGroupData[{ Cell[ StyleData["InlineFormula"], CellMargins -> {{10, 4}, {0, 8}}, CellHorizontalScrolling -> True, HyphenationOptions -> { "HyphenationCharacter" -> "\[Continuation]"}, LanguageCategory -> "Formula", ScriptLevel -> 1, SingleLetterItalics -> True], Cell[ StyleData["InlineFormula", "Presentation"], CellMargins -> {{24, 10}, {10, 10}}, LineSpacing -> {1, 5}, FontSize -> 16], Cell[ StyleData["InlineFormula", "Condensed"], CellMargins -> {{8, 10}, {6, 6}}, LineSpacing -> {1, 1}, FontSize -> 11], Cell[ StyleData["InlineFormula", "SlideShow"]], Cell[ StyleData["InlineFormula", "Printout"], CellMargins -> {{2, 0}, {6, 6}}, FontSize -> 10]}, Closed]], Cell[ CellGroupData[{ Cell[ StyleData["DisplayFormula"], CellMargins -> {{60, Inherited}, {Inherited, Inherited}}, CellHorizontalScrolling -> True, DefaultFormatType -> DefaultInputFormatType, HyphenationOptions -> { "HyphenationCharacter" -> "\[Continuation]"}, LanguageCategory -> "Formula", ScriptLevel -> 0, SingleLetterItalics -> True, UnderoverscriptBoxOptions -> {LimitsPositioning -> True}], Cell[ StyleData["DisplayFormula", "Presentation"], LineSpacing -> {1, 5}, FontSize -> 16], Cell[ StyleData["DisplayFormula", "Condensed"], LineSpacing -> {1, 1}, FontSize -> 11], Cell[ StyleData["DisplayFormula", "SlideShow"]], Cell[ StyleData["DisplayFormula", "Printout"], FontSize -> 10]}, Closed]], Cell[ CellGroupData[{ Cell[ StyleData["Program"], CellFrame -> {{0, 0}, {0.5, 0.5}}, CellMargins -> {{60, 4}, {0, 8}}, CellHorizontalScrolling -> True, Hyphenation -> False, LanguageCategory -> "Formula", ScriptLevel -> 1, FontFamily -> "Courier"], Cell[ StyleData["Program", "Presentation"], CellMargins -> {{24, 10}, {10, 10}}, LineSpacing -> {1, 5}, FontSize -> 16], Cell[ StyleData["Program", "Condensed"], CellMargins -> {{8, 10}, {6, 6}}, LineSpacing -> {1, 1}, FontSize -> 11], Cell[ StyleData["Program", "SlideShow"]], Cell[ StyleData["Program", "Printout"], CellMargins -> {{2, 0}, {6, 6}}, FontSize -> 9]}, Closed]]}, Closed]], Cell[ CellGroupData[{ Cell["Outline Styles", "Section"], Cell[ CellGroupData[{ Cell[ StyleData["Outline1"], CellMargins -> {{60, 10}, {7, 7}}, CellGroupingRules -> {"SectionGrouping", 50}, ParagraphIndent -> -38, CounterIncrements -> "Outline1", CounterAssignments -> {{"Outline2", 0}, {"Outline3", 0}, { "Outline4", 0}}, FontSize -> 18, FontWeight -> "Bold", CounterBoxOptions -> { CounterFunction :> Global`CapitalRomanNumeral}], Cell[ StyleData["Outline1", "SlideShow"]], Cell[ StyleData["Outline1", "Printout"], CounterBoxOptions -> { CounterFunction :> Global`CapitalRomanNumeral}]}, Closed]], Cell[ CellGroupData[{ Cell[ StyleData["Outline2"], CellMargins -> {{90, 10}, {7, 7}}, CellGroupingRules -> {"SectionGrouping", 60}, ParagraphIndent -> -27, CounterIncrements -> "Outline2", CounterAssignments -> {{"Outline3", 0}, {"Outline4", 0}}, FontSize -> 15, FontWeight -> "Bold", CounterBoxOptions -> {CounterFunction :> (Part[ CharacterRange["A", "Z"], #]& )}], Cell[ StyleData["Outline2", "SlideShow"]], Cell[ StyleData["Outline2", "Printout"], CounterBoxOptions -> {CounterFunction :> (Part[ CharacterRange["A", "Z"], #]& )}]}, Closed]], Cell[ CellGroupData[{ Cell[ StyleData["Outline3"], CellMargins -> {{120, 10}, {7, 7}}, CellGroupingRules -> {"SectionGrouping", 70}, ParagraphIndent -> -21, CounterIncrements -> "Outline3", CounterAssignments -> {{"Outline4", 0}}, FontSize -> 12, CounterBoxOptions -> {CounterFunction :> Identity}], Cell[ StyleData["Outline3", "SlideShow"]], Cell[ StyleData["Outline3", "Printout"], CounterBoxOptions -> {CounterFunction :> Identity}]}, Closed]], Cell[ CellGroupData[{ Cell[ StyleData["Outline4"], CellMargins -> {{150, 10}, {7, 7}}, CellGroupingRules -> {"SectionGrouping", 80}, ParagraphIndent -> -18, CounterIncrements -> "Outline4", FontSize -> 10, CounterBoxOptions -> {CounterFunction :> (Part[ CharacterRange["a", "z"], #]& )}], Cell[ StyleData["Outline4", "SlideShow"]], Cell[ StyleData["Outline4", "Printout"]]}, Closed]]}, Closed]], Cell[ CellGroupData[{ Cell["Hyperlink Styles", "Section"], Cell[ "The cells below define styles useful for making hypertext \ ButtonBoxes. The \"Hyperlink\" style is for links within the same Notebook, \ or between Notebooks.", "Text"], Cell[ CellGroupData[{ Cell[ StyleData["Hyperlink"], StyleMenuListing -> None, ButtonStyleMenuListing -> Automatic, FontColor -> RGBColor[0.269993, 0.308507, 0.6], ButtonBoxOptions -> { Active -> True, ButtonFrame -> "None", ButtonFunction :> (FrontEndExecute[{ FrontEnd`NotebookLocate[#2]}]& ), ButtonNote -> ButtonData}], Cell[ StyleData["Hyperlink", "Presentation"], FontSize -> 16], Cell[ StyleData["Hyperlink", "Condensed"], FontSize -> 11], Cell[ StyleData["Hyperlink", "SlideShow"]], Cell[ StyleData["Hyperlink", "Printout"], FontSize -> 10, FontVariations -> {"Underline" -> False}, FontColor -> GrayLevel[0]]}, Closed]], Cell[ "The following styles are for linking automatically to the on-line \ help system.", "Text"], Cell[ CellGroupData[{ Cell[ StyleData["MainBookLink"], StyleMenuListing -> None, ButtonStyleMenuListing -> Automatic, FontColor -> RGBColor[0.269993, 0.308507, 0.6], ButtonBoxOptions -> { Active -> True, ButtonFrame -> "None", ButtonFunction :> (FrontEndExecute[{ FrontEnd`HelpBrowserLookup["MainBook", #]}]& )}], Cell[ StyleData["MainBookLink", "Presentation"], FontSize -> 16], Cell[ StyleData["MainBookLink", "Condensed"], FontSize -> 11], Cell[ StyleData["MainBookLink", "SlideShow"]], Cell[ StyleData["MainBookLink", "Printout"], FontSize -> 10, FontVariations -> {"Underline" -> False}, FontColor -> GrayLevel[0]]}, Closed]], Cell[ CellGroupData[{ Cell[ StyleData["AddOnsLink"], StyleMenuListing -> None, ButtonStyleMenuListing -> Automatic, FontFamily -> "Courier", FontColor -> RGBColor[0.269993, 0.308507, 0.6], ButtonBoxOptions -> { Active -> True, ButtonFrame -> "None", ButtonFunction :> (FrontEndExecute[{ FrontEnd`HelpBrowserLookup["AddOns", #]}]& )}], Cell[ StyleData["AddOnsLink", "Presentation"], FontSize -> 16], Cell[ StyleData["AddOnsLink", "Condensed"], FontSize -> 11], Cell[ StyleData["AddOnsLink", "SlideShow"]], Cell[ StyleData["AddOnsLink", "Printout"], FontSize -> 10, FontVariations -> {"Underline" -> False}, FontColor -> GrayLevel[0]]}, Closed]], Cell[ CellGroupData[{ Cell[ StyleData["RefGuideLink"], StyleMenuListing -> None, ButtonStyleMenuListing -> Automatic, FontFamily -> "Courier", FontColor -> RGBColor[0.269993, 0.308507, 0.6], ButtonBoxOptions -> { Active -> True, ButtonFrame -> "None", ButtonFunction :> (FrontEndExecute[{ FrontEnd`HelpBrowserLookup["RefGuide", #]}]& )}], Cell[ StyleData["RefGuideLink", "Presentation"], FontSize -> 16], Cell[ StyleData["RefGuideLink", "Condensed"], FontSize -> 11], Cell[ StyleData["RefGuideLink", "SlideShow"]], Cell[ StyleData["RefGuideLink", "Printout"], FontSize -> 10, FontVariations -> {"Underline" -> False}, FontColor -> GrayLevel[0]]}, Closed]], Cell[ CellGroupData[{ Cell[ StyleData["RefGuideLinkText"], StyleMenuListing -> None, ButtonStyleMenuListing -> Automatic, FontColor -> RGBColor[0.269993, 0.308507, 0.6], ButtonBoxOptions -> { Active -> True, ButtonFrame -> "None", ButtonFunction :> (FrontEndExecute[{ FrontEnd`HelpBrowserLookup["RefGuide", #]}]& )}], Cell[ StyleData["RefGuideLinkText", "Presentation"], FontSize -> 16], Cell[ StyleData["RefGuideLinkText", "Condensed"], FontSize -> 11], Cell[ StyleData["RefGuideLinkText", "SlideShow"]], Cell[ StyleData["RefGuideLinkText", "Printout"], FontSize -> 10, FontVariations -> {"Underline" -> False}, FontColor -> GrayLevel[0]]}, Closed]], Cell[ CellGroupData[{ Cell[ StyleData["GettingStartedLink"], StyleMenuListing -> None, ButtonStyleMenuListing -> Automatic, FontColor -> RGBColor[0.269993, 0.308507, 0.6], ButtonBoxOptions -> { Active -> True, ButtonFrame -> "None", ButtonFunction :> (FrontEndExecute[{ FrontEnd`HelpBrowserLookup["GettingStarted", #]}]& )}], Cell[ StyleData["GettingStartedLink", "Presentation"], FontSize -> 16], Cell[ StyleData["GettingStartedLink", "Condensed"], FontSize -> 11], Cell[ StyleData["GettingStartedLink", "SlideShow"]], Cell[ StyleData["GettingStartedLink", "Printout"], FontSize -> 10, FontVariations -> {"Underline" -> False}, FontColor -> GrayLevel[0]]}, Closed]], Cell[ CellGroupData[{ Cell[ StyleData["DemosLink"], StyleMenuListing -> None, ButtonStyleMenuListing -> Automatic, FontColor -> RGBColor[0.269993, 0.308507, 0.6], ButtonBoxOptions -> { Active -> True, ButtonFrame -> "None", ButtonFunction :> (FrontEndExecute[{ FrontEnd`HelpBrowserLookup["Demos", #]}]& )}], Cell[ StyleData["DemosLink", "SlideShow"]], Cell[ StyleData["DemosLink", "Printout"], FontVariations -> {"Underline" -> False}, FontColor -> GrayLevel[0]]}, Closed]], Cell[ CellGroupData[{ Cell[ StyleData["TourLink"], StyleMenuListing -> None, ButtonStyleMenuListing -> Automatic, FontColor -> RGBColor[0.269993, 0.308507, 0.6], ButtonBoxOptions -> { Active -> True, ButtonFrame -> "None", ButtonFunction :> (FrontEndExecute[{ FrontEnd`HelpBrowserLookup["Tour", #]}]& )}], Cell[ StyleData["TourLink", "SlideShow"]], Cell[ StyleData["TourLink", "Printout"], FontVariations -> {"Underline" -> False}, FontColor -> GrayLevel[0]]}, Closed]], Cell[ CellGroupData[{ Cell[ StyleData["OtherInformationLink"], StyleMenuListing -> None, ButtonStyleMenuListing -> Automatic, FontColor -> RGBColor[0.269993, 0.308507, 0.6], ButtonBoxOptions -> { Active -> True, ButtonFrame -> "None", ButtonFunction :> (FrontEndExecute[{ FrontEnd`HelpBrowserLookup["OtherInformation", #]}]& )}], Cell[ StyleData["OtherInformationLink", "Presentation"], FontSize -> 16], Cell[ StyleData["OtherInformationLink", "Condensed"], FontSize -> 11], Cell[ StyleData["OtherInformationLink", "SlideShow"]], Cell[ StyleData["OtherInformationLink", "Printout"], FontSize -> 10, FontVariations -> {"Underline" -> False}, FontColor -> GrayLevel[0]]}, Closed]], Cell[ CellGroupData[{ Cell[ StyleData["MasterIndexLink"], StyleMenuListing -> None, ButtonStyleMenuListing -> Automatic, FontColor -> RGBColor[0.269993, 0.308507, 0.6], ButtonBoxOptions -> { Active -> True, ButtonFrame -> "None", ButtonFunction :> (FrontEndExecute[{ FrontEnd`HelpBrowserLookup["MasterIndex", #]}]& )}], Cell[ StyleData["MasterIndexLink", "SlideShow"]], Cell[ StyleData["MasterIndexLink", "Printout"], FontVariations -> {"Underline" -> False}, FontColor -> GrayLevel[0]]}, Closed]]}, Closed]], Cell[ CellGroupData[{ Cell["Styles for Headers and Footers", "Section"], Cell[ StyleData["Header"], CellMargins -> {{0, 0}, {4, 1}}, DefaultNewInlineCellStyle -> "None", LanguageCategory -> "NaturalLanguage", StyleMenuListing -> None, FontSize -> 10, FontSlant -> "Italic"], Cell[ StyleData["Footer"], CellMargins -> {{0, 0}, {0, 4}}, DefaultNewInlineCellStyle -> "None", LanguageCategory -> "NaturalLanguage", StyleMenuListing -> None, FontSize -> 9, FontSlant -> "Italic"], Cell[ StyleData["PageNumber"], CellMargins -> {{0, 0}, {4, 1}}, StyleMenuListing -> None, FontFamily -> "Times", FontSize -> 10]}, Closed]], Cell[ CellGroupData[{ Cell["Palette Styles", "Section"], Cell[ "The cells below define styles that define standard ButtonFunctions, \ for use in palette buttons.", "Text"], Cell[ StyleData["Paste"], StyleMenuListing -> None, ButtonStyleMenuListing -> Automatic, ButtonBoxOptions -> {ButtonFunction :> (FrontEndExecute[{ FrontEnd`NotebookApply[ FrontEnd`InputNotebook[], #, Placeholder]}]& )}], Cell[ StyleData["Evaluate"], StyleMenuListing -> None, ButtonStyleMenuListing -> Automatic, ButtonBoxOptions -> {ButtonFunction :> (FrontEndExecute[{ FrontEnd`NotebookApply[ FrontEnd`InputNotebook[], #, All], FrontEnd`SelectionEvaluate[ FrontEnd`InputNotebook[], All]}]& )}], Cell[ StyleData["EvaluateCell"], StyleMenuListing -> None, ButtonStyleMenuListing -> Automatic, ButtonBoxOptions -> {ButtonFunction :> (FrontEndExecute[{ FrontEnd`NotebookApply[ FrontEnd`InputNotebook[], #, All], FrontEnd`SelectionMove[ FrontEnd`InputNotebook[], All, Cell, 1], FrontEnd`SelectionEvaluateCreateCell[ FrontEnd`InputNotebook[], All]}]& )}], Cell[ StyleData["CopyEvaluate"], StyleMenuListing -> None, ButtonStyleMenuListing -> Automatic, ButtonBoxOptions -> {ButtonFunction :> (FrontEndExecute[{ FrontEnd`SelectionCreateCell[ FrontEnd`InputNotebook[], All], FrontEnd`NotebookApply[ FrontEnd`InputNotebook[], #, All], FrontEnd`SelectionEvaluate[ FrontEnd`InputNotebook[], All]}]& )}], Cell[ StyleData["CopyEvaluateCell"], StyleMenuListing -> None, ButtonStyleMenuListing -> Automatic, ButtonBoxOptions -> {ButtonFunction :> (FrontEndExecute[{ FrontEnd`SelectionCreateCell[ FrontEnd`InputNotebook[], All], FrontEnd`NotebookApply[ FrontEnd`InputNotebook[], #, All], FrontEnd`SelectionEvaluateCreateCell[ FrontEnd`InputNotebook[], All]}]& )}]}, Closed]], Cell[ CellGroupData[{ Cell["Placeholder Styles", "Section"], Cell[ "The cells below define styles useful for making placeholder objects \ in palette templates.", "Text"], Cell[ CellGroupData[{ Cell[ StyleData["Placeholder"], Placeholder -> True, StyleMenuListing -> None, FontSlant -> "Italic", FontColor -> RGBColor[0.890623, 0.864698, 0.384756], TagBoxOptions -> { Editable -> False, Selectable -> False, StripWrapperBoxes -> False}], Cell[ StyleData["Placeholder", "Presentation"]], Cell[ StyleData["Placeholder", "Condensed"]], Cell[ StyleData["Placeholder", "SlideShow"]], Cell[ StyleData["Placeholder", "Printout"]]}, Closed]], Cell[ CellGroupData[{ Cell[ StyleData["PrimaryPlaceholder"], StyleMenuListing -> None, DrawHighlighted -> True, FontSlant -> "Italic", Background -> RGBColor[0.912505, 0.891798, 0.507774], TagBoxOptions -> { Editable -> False, Selectable -> False, StripWrapperBoxes -> False}], Cell[ StyleData["PrimaryPlaceholder", "Presentation"]], Cell[ StyleData["PrimaryPlaceholder", "Condensed"]], Cell[ StyleData["PrimaryPlaceholder", "SlideShow"]], Cell[ StyleData["PrimaryPlaceholder", "Printout"]]}, Closed]]}, Closed]], Cell[ CellGroupData[{ Cell["FormatType Styles", "Section"], Cell[ "The cells below define styles that are mixed in with the styles of \ most cells. If a cell's FormatType matches the name of one of the styles \ defined below, then that style is applied between the cell's style and its \ own options. This is particularly true of Input and Output.", "Text"], Cell[ StyleData["CellExpression"], PageWidth -> DirectedInfinity[1], CellMargins -> {{6, Inherited}, {Inherited, Inherited}}, ShowCellLabel -> False, ShowSpecialCharacters -> False, AllowInlineCells -> False, Hyphenation -> False, AutoItalicWords -> {}, StyleMenuListing -> None, FontFamily -> "Courier", FontSize -> 12, Background -> GrayLevel[1]], Cell[ StyleData["InputForm"], InputAutoReplacements -> {}, AllowInlineCells -> False, Hyphenation -> False, StyleMenuListing -> None, FontFamily -> "Courier"], Cell[ StyleData["OutputForm"], PageWidth -> DirectedInfinity[1], TextAlignment -> Left, LineSpacing -> {0.6, 1}, StyleMenuListing -> None, FontFamily -> "Courier"], Cell[ StyleData["StandardForm"], InputAutoReplacements -> { "->" -> "\[Rule]", ":>" -> "\[RuleDelayed]", "<=" -> "\[LessEqual]", ">=" -> "\[GreaterEqual]", "!=" -> "\[NotEqual]", "==" -> "\[Equal]", Inherited}, "TwoByteSyntaxCharacterAutoReplacement" -> True, LineSpacing -> {1.25, 0}, StyleMenuListing -> None, FontFamily -> "Courier"], Cell[ StyleData["TraditionalForm"], InputAutoReplacements -> { "->" -> "\[Rule]", ":>" -> "\[RuleDelayed]", "<=" -> "\[LessEqual]", ">=" -> "\[GreaterEqual]", "!=" -> "\[NotEqual]", "==" -> "\[Equal]", Inherited}, "TwoByteSyntaxCharacterAutoReplacement" -> True, LineSpacing -> {1.25, 0}, SingleLetterItalics -> True, TraditionalFunctionNotation -> True, DelimiterMatching -> None, StyleMenuListing -> None], Cell[ "The style defined below is mixed in to any cell that is in an \ inline cell within another.", "Text"], Cell[ StyleData["InlineCell"], LanguageCategory -> "Formula", ScriptLevel -> 1, StyleMenuListing -> None], Cell[ StyleData["InlineCellEditing"], StyleMenuListing -> None, Background -> RGBColor[0.964706, 0.929412, 0.839216]]}, Closed]], Cell[ CellGroupData[{ Cell["Automatic Styles", "Section"], Cell[ "The cells below define styles that are used to affect the display \ of certain types of objects in typeset expressions. For example, \ \"UnmatchedBracket\" style defines how unmatched bracket, curly bracket, and \ parenthesis characters are displayed (typically by coloring them to make them \ stand out).", "Text"], Cell[ StyleData["UnmatchedBracket"], StyleMenuListing -> None, FontColor -> RGBColor[0.760006, 0.330007, 0.8]], Cell[ StyleData["Completions"], StyleMenuListing -> None, FontFamily -> "Courier"]}, Closed]], Cell[ CellGroupData[{ Cell["Styles from HelpBrowser", "Section"], Cell[ CellGroupData[{ Cell[ StyleData["MathCaption"], CellFrame -> {{0, 0}, {0, 0.5}}, CellMargins -> {{40, 12}, {2, 15}}, PageBreakBelow -> False, CellFrameMargins -> {{8, 8}, {8, 2}}, CellFrameColor -> GrayLevel[0.700008], CellFrameLabelMargins -> 4, LineSpacing -> {1, 1}, ParagraphSpacing -> {0, 8}, StyleMenuListing -> None, FontColor -> GrayLevel[0.2]], Cell[ StyleData["MathCaption", "Presentation"], FontSize -> 18], Cell[ StyleData["MathCaption", "SlideShow"]], Cell[ StyleData["MathCaption", "Printout"], CellMargins -> {{39, 0}, {0, 14}}, Hyphenation -> True, FontSize -> 9, FontColor -> GrayLevel[0]]}, Closed]], Cell[ CellGroupData[{ Cell[ StyleData["ObjectName"], ShowCellBracket -> True, CellMargins -> {{66, 4}, {8, 8}}, Evaluatable -> True, CellGroupingRules -> "InputGrouping", PageBreakWithin -> False, GroupPageBreakWithin -> False, CellLabelAutoDelete -> False, CellLabelMargins -> {{14, Inherited}, {Inherited, Inherited}}, DefaultFormatType -> DefaultInputFormatType, ShowSpecialCharacters -> Automatic, "TwoByteSyntaxCharacterAutoReplacement" -> True, HyphenationOptions -> { "HyphenationCharacter" -> "\[Continuation]"}, LanguageCategory -> "Mathematica", FormatType -> StandardForm, ShowStringCharacters -> True, NumberMarks -> True, StyleMenuListing -> None, FontWeight -> "Bold"], Cell[ StyleData["ObjectName", "Presentation"], FontSize -> 18], Cell[ StyleData["ObjectName", "SlideShow"]], Cell[ StyleData["ObjectName", "Printout"], ShowCellBracket -> False, CellMargins -> {{39, 0}, {6, 6}}, FontSize -> 9]}, Closed]], Cell[ CellGroupData[{ Cell[ StyleData["Usage"], ShowCellBracket -> True, CellMargins -> {{66, 4}, {8, 8}}, Evaluatable -> True, CellGroupingRules -> "InputGrouping", PageBreakWithin -> False, GroupPageBreakWithin -> False, CellLabelAutoDelete -> False, CellLabelMargins -> {{14, Inherited}, {Inherited, Inherited}}, DefaultFormatType -> DefaultInputFormatType, ShowSpecialCharacters -> Automatic, "TwoByteSyntaxCharacterAutoReplacement" -> True, HyphenationOptions -> { "HyphenationCharacter" -> "\[Continuation]"}, LanguageCategory -> "Mathematica", FormatType -> StandardForm, ShowStringCharacters -> True, NumberMarks -> True, StyleMenuListing -> None, FontWeight -> "Bold"], Cell[ StyleData["Usage", "Presentation"], FontSize -> 18], Cell[ StyleData["Usage", "SlideShow"]], Cell[ StyleData["Usage", "Printout"], ShowCellBracket -> False, CellMargins -> {{39, 0}, {6, 6}}, FontSize -> 9]}, Closed]], Cell[ CellGroupData[{ Cell[ StyleData["Notes"], ShowCellBracket -> True, CellMargins -> {{40, 4}, {8, 8}}, Evaluatable -> True, CellGroupingRules -> "InputGrouping", PageBreakWithin -> False, GroupPageBreakWithin -> False, CellLabelAutoDelete -> False, CellLabelMargins -> {{14, Inherited}, {Inherited, Inherited}}, DefaultFormatType -> DefaultInputFormatType, ShowSpecialCharacters -> Automatic, "TwoByteSyntaxCharacterAutoReplacement" -> True, HyphenationOptions -> { "HyphenationCharacter" -> "\[Continuation]"}, LanguageCategory -> "Mathematica", FormatType -> StandardForm, ShowStringCharacters -> True, NumberMarks -> True, StyleMenuListing -> None, FontWeight -> "Bold"], Cell[ StyleData["Notes", "Presentation"], FontSize -> 18], Cell[ StyleData["Notes", "SlideShow"]], Cell[ StyleData["Notes", "Printout"], ShowCellBracket -> False, CellMargins -> {{39, 0}, {6, 6}}, FontSize -> 9]}, Closed]], Cell[ CellGroupData[{ Cell[ StyleData["InlineOutput"], ShowCellBracket -> True, CellMargins -> {{66, 4}, {8, 8}}, Evaluatable -> True, CellGroupingRules -> "InputGrouping", PageBreakWithin -> False, GroupPageBreakWithin -> False, CellLabelAutoDelete -> False, CellLabelMargins -> {{14, Inherited}, {Inherited, Inherited}}, DefaultFormatType -> DefaultInputFormatType, ShowSpecialCharacters -> Automatic, "TwoByteSyntaxCharacterAutoReplacement" -> True, HyphenationOptions -> { "HyphenationCharacter" -> "\[Continuation]"}, LanguageCategory -> "Mathematica", FormatType -> StandardForm, ShowStringCharacters -> True, NumberMarks -> True, StyleMenuListing -> None, FontWeight -> "Bold"], Cell[ StyleData["InlineOutput", "Presentation"], FontSize -> 18], Cell[ StyleData["InlineOutput", "SlideShow"]], Cell[ StyleData["InlineOutput", "Printout"], ShowCellBracket -> False, CellMargins -> {{39, 0}, {6, 6}}, FontSize -> 9]}, Closed]], Cell[ CellGroupData[{ Cell["Emphasis Boxes and Pictures", "Subsection"], Cell[ CellGroupData[{ Cell[ StyleData["Box"], CellFrame -> 0.5, CellMargins -> {{27, 12}, {0, 8}}, CellHorizontalScrolling -> True, CellFrameColor -> RGBColor[0.74902, 0.694118, 0.552941], StyleMenuListing -> None, Background -> RGBColor[0.964706, 0.929412, 0.839216], FrameBoxOptions -> {BoxFrame -> 0.5, FrameMargins -> True}, GridBoxOptions -> {GridBoxSpacings -> {"Columns" -> { Offset[0.27999999999999997`], { Offset[0.7]}, Offset[0.27999999999999997`]}, "ColumnsIndexed" -> {}, "Rows" -> { Offset[0.2], { Offset[0.4]}, Offset[0.2]}, "RowsIndexed" -> {}}}], Cell[ StyleData["Box", "Presentation"], FontSize -> 18], Cell[ StyleData["Box", "SlideShow"]], Cell[ StyleData["Box", "Printout"], CellMargins -> {{2, 0}, {0, 8}}, FontSize -> 10, Background -> GrayLevel[0.900008]]}, Closed]], Cell[ CellGroupData[{ Cell[ StyleData["DoubleBox"], CellFrame -> 0.5, CellMargins -> {{27, 12}, {0, 8}}, CellHorizontalScrolling -> True, CellFrameColor -> RGBColor[0.74902, 0.694118, 0.552941], StyleMenuListing -> None, Background -> RGBColor[0.964706, 0.929412, 0.839216], FrameBoxOptions -> {BoxFrame -> 0.5, FrameMargins -> True}, GridBoxOptions -> { GridBoxAlignment -> { "Columns" -> {{Center}}, "ColumnsIndexed" -> {}, "Rows" -> {{Top}}, "RowsIndexed" -> {}}, GridBoxSpacings -> {"Columns" -> { Offset[0.27999999999999997`], { Offset[1.4]}, Offset[0.27999999999999997`]}, "ColumnsIndexed" -> {}, "Rows" -> { Offset[0.2], { Offset[0.4]}, Offset[0.2]}, "RowsIndexed" -> {}}}], Cell[ StyleData["DoubleBox", "Presentation"], FontSize -> 18], Cell[ StyleData["DoubleBox", "SlideShow"]], Cell[ StyleData["DoubleBox", "Printout"], CellMargins -> {{2, 0}, {0, 8}}, FontSize -> 10, Background -> GrayLevel[0.900008]]}, Closed]], Cell[ CellGroupData[{ Cell[ StyleData["1ColumnBox"], CellFrame -> 0.5, CellMargins -> {{27, 12}, {0, 8}}, CellHorizontalScrolling -> True, CellFrameColor -> RGBColor[0.74902, 0.694118, 0.552941], LineIndent -> 0, StyleMenuListing -> None, Background -> RGBColor[0.964706, 0.929412, 0.839216], FrameBoxOptions -> {BoxFrame -> 0.5, FrameMargins -> True}, GridBoxOptions -> {GridBoxSpacings -> {"Columns" -> { Offset[0.27999999999999997`], { Offset[0.7]}, Offset[0.27999999999999997`]}, "ColumnsIndexed" -> {}, "Rows" -> { Offset[0.2], { Offset[0.4]}, Offset[0.2]}, "RowsIndexed" -> {}}}], Cell[ StyleData["1ColumnBox", "Presentation"], FontSize -> 18], Cell[ StyleData["1ColumnBox", "SlideShow"]], Cell[ StyleData["1ColumnBox", "Printout"], CellMargins -> {{2, 0}, {0, 8}}, FontSize -> 10, Background -> GrayLevel[0.900008]]}, Closed]], Cell[ CellGroupData[{ Cell[ StyleData["2ColumnBox"], CellFrame -> 0.5, CellMargins -> {{27, 12}, {0, 8}}, CellHorizontalScrolling -> True, CellFrameColor -> RGBColor[0.74902, 0.694118, 0.552941], SingleLetterItalics -> False, LineIndent -> 0, StyleMenuListing -> None, Background -> RGBColor[0.964706, 0.929412, 0.839216], FrameBoxOptions -> {BoxFrame -> 0.5, FrameMargins -> True}, GridBoxOptions -> {GridBoxItemSize -> {"Columns" -> { Scaled[0.31], { Scaled[0.67]}}, "ColumnsIndexed" -> {}, "Rows" -> {{1.}}, "RowsIndexed" -> {}}}], Cell[ StyleData["2ColumnBox", "Presentation"], FontSize -> 18], Cell[ StyleData["2ColumnBox", "SlideShow"]], Cell[ StyleData["2ColumnBox", "Printout"], CellMargins -> {{2, 0}, {0, 8}}, FontSize -> 9, Background -> GrayLevel[0.900008]]}, Closed]], Cell[ CellGroupData[{ Cell[ StyleData["2ColumnEvenBox"], CellFrame -> 0.5, CellMargins -> {{27, 12}, {0, 8}}, CellHorizontalScrolling -> True, CellFrameColor -> RGBColor[0.74902, 0.694118, 0.552941], LineIndent -> 0, StyleMenuListing -> None, Background -> RGBColor[0.964706, 0.929412, 0.839216], FrameBoxOptions -> {BoxFrame -> 0.5, FrameMargins -> True}, GridBoxOptions -> {GridBoxItemSize -> {"Columns" -> {{ Scaled[0.46]}}, "ColumnsIndexed" -> {}, "Rows" -> {{1.}}, "RowsIndexed" -> {}}}], Cell[ StyleData["2ColumnEvenBox", "Presentation"], FontSize -> 18], Cell[ StyleData["2ColumnEvenBox", "SlideShow"]], Cell[ StyleData["2ColumnEvenBox", "Printout"], CellMargins -> {{2, 0}, {0, 8}}, FontSize -> 10, Background -> GrayLevel[0.900008]]}, Closed]], Cell[ CellGroupData[{ Cell[ StyleData["2ColumnSmallBox"], CellFrame -> 0.5, CellMargins -> {{27, 12}, {0, 8}}, CellHorizontalScrolling -> True, CellFrameColor -> RGBColor[0.74902, 0.694118, 0.552941], LineIndent -> 0, StyleMenuListing -> None, Background -> RGBColor[0.964706, 0.929412, 0.839216], FrameBoxOptions -> {BoxFrame -> 0.5, FrameMargins -> True}, GridBoxOptions -> { GridBoxAlignment -> { "Columns" -> {Right, {Left}}, "ColumnsIndexed" -> {}, "Rows" -> {{Baseline}}, "RowsIndexed" -> {}}, GridBoxItemSize -> {"Columns" -> {{ Scaled[0.35]}}, "ColumnsIndexed" -> {}, "Rows" -> {{1.}}, "RowsIndexed" -> {}}, GridBoxSpacings -> {"Columns" -> { Offset[0.27999999999999997`], { Offset[1.0499999999999998`]}, Offset[0.27999999999999997`]}, "ColumnsIndexed" -> {}, "Rows" -> { Offset[0.2], { Offset[0.4]}, Offset[0.2]}, "RowsIndexed" -> {}}}], Cell[ StyleData["2ColumnSmallBox", "Presentation"], FontSize -> 18], Cell[ StyleData["2ColumnSmallBox", "SlideShow"]], Cell[ StyleData["2ColumnSmallBox", "Printout"], CellMargins -> {{2, 0}, {0, 8}}, FontSize -> 10, Background -> GrayLevel[0.900008]]}, Closed]], Cell[ CellGroupData[{ Cell[ StyleData["3ColumnBox"], CellFrame -> 0.5, CellMargins -> {{27, 12}, {0, 8}}, CellHorizontalScrolling -> True, CellFrameColor -> RGBColor[0.74902, 0.694118, 0.552941], LineIndent -> 0, StyleMenuListing -> None, Background -> RGBColor[0.964706, 0.929412, 0.839216], FrameBoxOptions -> {BoxFrame -> 0.5, FrameMargins -> True}, GridBoxOptions -> {GridBoxItemSize -> {"Columns" -> {{ Scaled[0.32]}}, "ColumnsIndexed" -> {}, "Rows" -> {{1.}}, "RowsIndexed" -> {}}}], Cell[ StyleData["3ColumnBox", "Presentation"], FontSize -> 18], Cell[ StyleData["3ColumnBox", "SlideShow"]], Cell[ StyleData["3ColumnBox", "Printout"], CellMargins -> {{2, 0}, {0, 8}}, FontSize -> 10, Background -> GrayLevel[0.900008]]}, Closed]], Cell[ CellGroupData[{ Cell[ StyleData["3ColumnSmallBox"], CellFrame -> 0.5, CellMargins -> {{27, 12}, {0, 8}}, CellHorizontalScrolling -> True, CellFrameColor -> RGBColor[0.74902, 0.694118, 0.552941], LineIndent -> 0, StyleMenuListing -> None, Background -> RGBColor[0.964706, 0.929412, 0.839216], FrameBoxOptions -> {BoxFrame -> 0.5, FrameMargins -> True}, GridBoxOptions -> { GridBoxAlignment -> { "Columns" -> {Right, Center, {Left}}, "ColumnsIndexed" -> {}, "Rows" -> {{Baseline}}, "RowsIndexed" -> {}}, GridBoxItemSize -> {"Columns" -> {{ Scaled[0.24]}}, "ColumnsIndexed" -> {}, "Rows" -> {{1.}}, "RowsIndexed" -> {}}, GridBoxSpacings -> {"Columns" -> { Offset[0.27999999999999997`], { Offset[1.0499999999999998`]}, Offset[0.27999999999999997`]}, "ColumnsIndexed" -> {}, "Rows" -> { Offset[0.2], { Offset[0.4]}, Offset[0.2]}, "RowsIndexed" -> {}}}], Cell[ StyleData["3ColumnSmallBox", "Presentation"], FontSize -> 18], Cell[ StyleData["3ColumnSmallBox", "SlideShow"]], Cell[ StyleData["3ColumnSmallBox", "Printout"], CellMargins -> {{2, 0}, {0, 8}}, FontSize -> 10, Background -> GrayLevel[0.900008]]}, Closed]], Cell[ CellGroupData[{ Cell[ StyleData["4ColumnBox"], CellFrame -> 0.5, CellMargins -> {{27, 12}, {0, 8}}, CellHorizontalScrolling -> True, CellFrameColor -> RGBColor[0.74902, 0.694118, 0.552941], SingleLetterItalics -> False, LineIndent -> 0, StyleMenuListing -> None, Background -> RGBColor[0.964706, 0.929412, 0.839216], FrameBoxOptions -> {BoxFrame -> 0.5, FrameMargins -> True}, GridBoxOptions -> {GridBoxItemSize -> {"Columns" -> { Scaled[0.13], Scaled[0.35], Scaled[0.13], { Scaled[0.35]}}, "ColumnsIndexed" -> {}, "Rows" -> {{1.}}, "RowsIndexed" -> {}}}], Cell[ StyleData["4ColumnBox", "Presentation"], FontSize -> 18], Cell[ StyleData["4ColumnBox", "SlideShow"]], Cell[ StyleData["4ColumnBox", "Printout"], CellMargins -> {{2, 0}, {0, 8}}, FontSize -> 10, Background -> GrayLevel[0.900008]]}, Closed]], Cell[ CellGroupData[{ Cell[ StyleData["5ColumnBox"], CellFrame -> 0.5, CellMargins -> {{27, 12}, {0, 8}}, CellHorizontalScrolling -> True, CellFrameColor -> RGBColor[0.74902, 0.694118, 0.552941], LineIndent -> 0, StyleMenuListing -> None, Background -> RGBColor[0.964706, 0.929412, 0.839216], FrameBoxOptions -> {BoxFrame -> 0.5, FrameMargins -> True}, GridBoxOptions -> {GridBoxItemSize -> {"Columns" -> {{ Scaled[0.202]}}, "ColumnsIndexed" -> {}, "Rows" -> {{1.}}, "RowsIndexed" -> {}}}], Cell[ StyleData["5ColumnBox", "Presentation"], FontSize -> 18], Cell[ StyleData["5ColumnBox", "SlideShow"]], Cell[ StyleData["5ColumnBox", "Printout"], CellMargins -> {{2, 0}, {0, 8}}, FontSize -> 9, Background -> GrayLevel[0.900008]]}, Closed]], Cell[ CellGroupData[{ Cell[ StyleData["6ColumnBox"], CellFrame -> 0.5, CellMargins -> {{27, 12}, {0, 8}}, CellHorizontalScrolling -> True, CellFrameColor -> RGBColor[0.74902, 0.694118, 0.552941], LineIndent -> 0, StyleMenuListing -> None, Background -> RGBColor[0.964706, 0.929412, 0.839216], FrameBoxOptions -> {BoxFrame -> 0.5, FrameMargins -> True}, GridBoxOptions -> {GridBoxItemSize -> {"Columns" -> { Scaled[0.12], Scaled[0.22], Scaled[0.12], Scaled[0.12], Scaled[0.22], { Scaled[0.12]}}, "ColumnsIndexed" -> {}, "Rows" -> {{1.}}, "RowsIndexed" -> {}}}], Cell[ StyleData["6ColumnBox", "Presentation"], FontSize -> 18], Cell[ StyleData["6ColumnBox", "SlideShow"]], Cell[ StyleData["6ColumnBox", "Printout"], CellMargins -> {{2, 0}, {0, 8}}, FontSize -> 10, Background -> GrayLevel[0.900008]]}, Closed]], Cell[ CellGroupData[{ Cell[ StyleData["FramedBox"], CellFrame -> 0.5, CellMargins -> {{27, 12}, {0, 8}}, CellHorizontalScrolling -> True, PageBreakWithin -> False, CellFrameColor -> RGBColor[0.74902, 0.694118, 0.552941], AutoIndent -> False, AutoSpacing -> False, LineIndent -> 0, StyleMenuListing -> None, FontWeight -> "Plain", Background -> RGBColor[0.964706, 0.929412, 0.839216], GridBoxOptions -> { GridBoxAlignment -> { "Columns" -> {{Left}}, "ColumnsIndexed" -> {}, "Rows" -> {{Baseline}}, "RowsIndexed" -> {}}, GridBoxSpacings -> {"Columns" -> { Offset[0.27999999999999997`], { Offset[0.5599999999999999]}, Offset[0.27999999999999997`]}, "ColumnsIndexed" -> {}, "Rows" -> { Offset[0.2], { Offset[0.6]}, Offset[0.2]}, "RowsIndexed" -> {}}}], Cell[ StyleData["FramedBox", "Presentation"], FontSize -> 18], Cell[ StyleData["FramedBox", "SlideShow"]], Cell[ StyleData["FramedBox", "Printout"], CellMargins -> {{2, 4}, {0, 8}}, FontSize -> 10, Background -> GrayLevel[1]]}, Closed]], Cell[ CellGroupData[{ Cell[ StyleData["DefinitionBox"], CellFrame -> 0.5, CellMargins -> {{27, 12}, {0, 8}}, CellHorizontalScrolling -> True, PageBreakWithin -> False, CellFrameColor -> RGBColor[0.74902, 0.694118, 0.552941], AutoIndent -> False, AutoSpacing -> False, LineIndent -> 0, StyleMenuListing -> None, FontWeight -> "Plain", Background -> RGBColor[0.964706, 0.929412, 0.839216], GridBoxOptions -> { GridBoxAlignment -> { "Columns" -> {{Left}}, "ColumnsIndexed" -> {}, "Rows" -> {{Baseline}}, "RowsIndexed" -> {}}, GridBoxItemSize -> {"Columns" -> { Scaled[0.4], { Scaled[0.6]}}, "ColumnsIndexed" -> {}, "Rows" -> {{1.}}, "RowsIndexed" -> {}}, GridBoxSpacings -> {"Columns" -> { Offset[0.27999999999999997`], { Offset[0.7]}, Offset[0.27999999999999997`]}, "ColumnsIndexed" -> {}, "Rows" -> { Offset[0.2], { Offset[0.6]}, Offset[0.2]}, "RowsIndexed" -> {}}}], Cell[ StyleData["DefinitionBox", "Presentation"], FontSize -> 18], Cell[ StyleData["DefinitionBox", "SlideShow"]], Cell[ StyleData["DefinitionBox", "Printout"], CellMargins -> {{2, 4}, {0, 8}}, FontSize -> 10, Background -> GrayLevel[1]]}, Closed]], Cell[ CellGroupData[{ Cell[ StyleData["DefinitionBox3Col"], CellFrame -> 0.5, CellMargins -> {{27, 12}, {0, 8}}, CellHorizontalScrolling -> True, PageBreakWithin -> False, CellFrameColor -> RGBColor[0.74902, 0.694118, 0.552941], AutoIndent -> False, AutoSpacing -> False, LineIndent -> 0, StyleMenuListing -> None, FontWeight -> "Plain", Background -> RGBColor[0.964706, 0.929412, 0.839216], GridBoxOptions -> { GridBoxAlignment -> { "Columns" -> {{Left}}, "ColumnsIndexed" -> {}, "Rows" -> {{Baseline}}, "RowsIndexed" -> {}}, GridBoxItemSize -> {"Columns" -> { Scaled[0.35], Scaled[0.2], { Scaled[0.45]}}, "ColumnsIndexed" -> {}, "Rows" -> {{1.}}, "RowsIndexed" -> {}}, GridBoxSpacings -> {"Columns" -> { Offset[0.27999999999999997`], { Offset[0.7]}, Offset[0.27999999999999997`]}, "ColumnsIndexed" -> {}, "Rows" -> { Offset[0.2], { Offset[0.6]}, Offset[0.2]}, "RowsIndexed" -> {}}}], Cell[ StyleData["DefinitionBox3Col", "Presentation"], FontSize -> 18], Cell[ StyleData["DefinitionBox3Col", "SlideShow"]],