Jupyter Notebook (.ipynb) Format
Jupyter file format
Description
Examples
The Jupyter Notebook format (formerly IPython Notebook) is a file format used by the Jupyter web-based interactive computational environment (jupyter.org). It is based on the JSON format.
It encodes the features of a Jupyter notebook, including an ordered list of input/output cells which can contain code, text), mathematics, plots, and other media.
The Maple Kernel for Jupyter enables Maple to be used as the computational engine within a Jupyter session. Saved notebooks from such sessions will be in the Jupyter Notebook format.
The Jupyter[CreateNotebook] command can be used to create a Jupyter notebook from a Maple expression, worksheet, or help page.
The Worksheet[WorksheetToJupyter] command can be used to export a Maple worksheet or parsed worksheet object to a Jupyter notebook.
The Export command can be used to export Maple expressions or parsed worksheet objects to a Jupyter notebook.
Export a simple mathematical expression to a notebook
Exportexpression.ipynb,Asinλt+φ,base=homedir
400
withVectorCalculus
&x,`*`,`+`,`-`,`.`,<,>,<|>,About,AddCoordinates,ArcLength,BasisFormat,Binormal,ConvertVector,CrossProduct,Curl,Curvature,D,Del,DirectionalDiff,Divergence,DotProduct,Flux,GetCoordinateParameters,GetCoordinates,GetNames,GetPVDescription,GetRootPoint,GetSpace,Gradient,Hessian,IsPositionVector,IsRootedVector,IsVectorField,Jacobian,Laplacian,LineInt,MapToBasis,∇,Norm,Normalize,PathInt,PlotPositionVector,PlotVector,PositionVector,PrincipalNormal,RadiusOfCurvature,RootedVector,ScalarPotential,SetCoordinateParameters,SetCoordinates,SpaceCurve,SurfaceInt,TNBFrame,TangentLine,TangentPlane,TangentVector,Torsion,Vector,VectorField,VectorPotential,VectorSpace,Wronskian,diff,eval,evalVF,int,limit,series
Exportvc.ipynb,LaplacianVectorFieldr3,zθ,sqrtr,base=homedir
4193
The following example illustrates three methods of exporting worksheet content to Jupyter.
besselPath≔FileTools:-JoinPathexample,BesselsEquation.mw,base=datadir
besselPath≔/maple/cbat/active/268316/data/example/BesselsEquation.mw
currentdirhomedir:
CreateNotebook generates a notebook from a worksheet file.
Jupyter:-CreateNotebookbessel1.ipynb,besselPath,source=worksheet
1094
Worksheet:-WorksheetToJupyter exports a worksheet to a notebook.
Worksheet:-WorksheetToJupyterbesselPath,outputfile=bessel2.ipynb
With Import you can parse a worksheet and then export the parsed worksheet object to a Jupyter notebook.
besselWS≔ImportbesselPath
besselWS≔_XML_Document_XML_Element_XML_ElementTypeWorksheet,,_XML_Text ,_XML_Element_XML_ElementTypeVersion,_XML_Attribute_XML_AttrNamemajor,_XML_AttrValue2015,_XML_Attribute_XML_AttrNameminor,_XML_AttrValue0,,_XML_Text ,_XML_Element_XML_ElementTypeLabel-Scheme,_XML_Attribute_XML_AttrNamevalue,_XML_AttrValue2,_XML_Attribute_XML_AttrNameprefix,_XML_AttrValue,,_XML_Text ,_XML_Element_XML_ElementTypeView-Properties,_XML_Attribute_XML_AttrNamepresentation,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNameautoexpanding_sections,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNameUserProfileName,_XML_AttrValueMaple Default Profile,_XML_Attribute_XML_AttrNameNumericFormat-ApplyInteger,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNameNumericFormat-ApplyRational,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNameNumericFormat-ApplyExponent,_XML_AttrValuefalse,_XML_Text ,_XML_Text ,_XML_Element_XML_ElementTypeMapleNet-Properties,_XML_Attribute_XML_AttrNameelisiondigitsbefore,_XML_AttrValue100,_XML_Attribute_XML_AttrNamelabelling,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNameindentamount,_XML_AttrValue4,_XML_Attribute_XML_AttrNameelisiontermsthreshold,_XML_AttrValue10000,_XML_Attribute_XML_AttrNameansi,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameerrorbreak,_XML_AttrValue1,_XML_Attribute_XML_AttrNameuseclientjvm,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNameecho,_XML_AttrValue1,_XML_Attribute_XML_AttrNameimaginaryunit,_XML_AttrValueI,_XML_Attribute_XML_AttrNamelabelwidth,_XML_AttrValue20,_XML_Attribute_XML_AttrNameunitattributes,_XML_AttrValue"fontweight" = "bold",_XML_Attribute_XML_AttrNamecontextmenusize,_XML_AttrValueautomatic,_XML_Attribute_XML_AttrNameplotdriver,_XML_AttrValueopengl,_XML_Attribute_XML_AttrNameelisiondigitsafter,_XML_AttrValue100,_XML_Attribute_XML_AttrNameplotoutput,_XML_AttrValueterminal,_XML_Attribute_XML_AttrNamehelpbrowser,_XML_AttrValuestandard,_XML_Attribute_XML_AttrNamertablesize,_XML_AttrValue10,_XML_Attribute_XML_AttrNameelisiontermsbefore,_XML_AttrValue100,_XML_Attribute_XML_AttrNameelisiondigitsthreshold,_XML_AttrValue10000,_XML_Attribute_XML_AttrNametypesetting,_XML_AttrValuestandard,_XML_Attribute_XML_AttrNameplotdevice,_XML_AttrValueinline,_XML_Attribute_XML_AttrNameverboseproc,_XML_AttrValue1,_XML_Attribute_XML_AttrNameshowassumed,_XML_AttrValue1,_XML_Attribute_XML_AttrNamequiet,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameerrorcursor,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamelongdelim,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNameplotoptions,_XML_AttrValue,_XML_Attribute_XML_AttrNameelisiontermsafter,_XML_AttrValue100,_XML_Attribute_XML_AttrNamescreenwidth,_XML_AttrValue79,_XML_Attribute_XML_AttrNamepreplot,_XML_AttrValue,_XML_Attribute_XML_AttrNameprettyprint,_XML_AttrValue3,_XML_Attribute_XML_AttrNamedisplayprecision,_XML_AttrValue-1,_XML_Attribute_XML_AttrNamescreenpixelheight,_XML_AttrValue1024,_XML_Attribute_XML_AttrNamewarnlevel,_XML_AttrValue3,_XML_Attribute_XML_AttrNamescreenheight,_XML_AttrValue25,_XML_Attribute_XML_AttrNamelatexwidth,_XML_AttrValue8.0,_XML_Attribute_XML_AttrNamepostplot,_XML_AttrValue,_XML_Attribute_XML_AttrNameprompt,_XML_AttrValue> ,_XML_Attribute_XML_AttrNameShowLabels,_XML_AttrValuetrue,,_XML_Text ,_XML_Element_XML_ElementTypeStyles,,_XML_Text ,_XML_Element_XML_ElementTypeFont,_XML_Attribute_XML_AttrNamename,_XML_AttrValueOrdered List 1,_XML_Attribute_XML_AttrNamebackground,_XML_AttrValue[255,255,255],_XML_Attribute_XML_AttrNamebold,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamefamily,_XML_AttrValueDejaVu Sans,_XML_Attribute_XML_AttrNameforeground,_XML_AttrValue[0,0,0],_XML_Attribute_XML_AttrNameitalic,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameopaque,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamereadonly,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesize,_XML_AttrValue11,_XML_Attribute_XML_AttrNamesubscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesuperscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameunderline,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameplaceholder,_XML_AttrValuefalse,,_XML_Text ,_XML_Element_XML_ElementTypeFont,_XML_Attribute_XML_AttrNamename,_XML_AttrValueAnnotation Text,_XML_Attribute_XML_AttrNamebackground,_XML_AttrValue[255,255,255],_XML_Attribute_XML_AttrNamebold,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamefamily,_XML_AttrValueDejaVu Sans,_XML_Attribute_XML_AttrNameforeground,_XML_AttrValue[0,0,0],_XML_Attribute_XML_AttrNameitalic,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameopaque,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamereadonly,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesize,_XML_AttrValue11,_XML_Attribute_XML_AttrNamesubscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesuperscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameunderline,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameplaceholder,_XML_AttrValuefalse,,_XML_Text ,_XML_Element_XML_ElementTypeFont,_XML_Attribute_XML_AttrNamename,_XML_AttrValueOrdered List 2,_XML_Attribute_XML_AttrNamebackground,_XML_AttrValue[255,255,255],_XML_Attribute_XML_AttrNamebold,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamefamily,_XML_AttrValueDejaVu Sans,_XML_Attribute_XML_AttrNameforeground,_XML_AttrValue[0,0,0],_XML_Attribute_XML_AttrNameitalic,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameopaque,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamereadonly,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesize,_XML_AttrValue11,_XML_Attribute_XML_AttrNamesubscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesuperscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameunderline,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameplaceholder,_XML_AttrValuefalse,,_XML_Text ,_XML_Element_XML_ElementTypeFont,_XML_Attribute_XML_AttrNamename,_XML_AttrValueOrdered List 3,_XML_Attribute_XML_AttrNamebackground,_XML_AttrValue[255,255,255],_XML_Attribute_XML_AttrNamebold,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamefamily,_XML_AttrValueDejaVu Sans,_XML_Attribute_XML_AttrNameforeground,_XML_AttrValue[0,0,0],_XML_Attribute_XML_AttrNameitalic,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameopaque,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamereadonly,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesize,_XML_AttrValue11,_XML_Attribute_XML_AttrNamesubscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesuperscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameunderline,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameplaceholder,_XML_AttrValuefalse,,_XML_Text ,_XML_Element_XML_ElementTypeFont,_XML_Attribute_XML_AttrNamename,_XML_AttrValueOrdered List 4,_XML_Attribute_XML_AttrNamebackground,_XML_AttrValue[255,255,255],_XML_Attribute_XML_AttrNamebold,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamefamily,_XML_AttrValueDejaVu Sans,_XML_Attribute_XML_AttrNameforeground,_XML_AttrValue[0,0,0],_XML_Attribute_XML_AttrNameitalic,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameopaque,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamereadonly,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesize,_XML_AttrValue11,_XML_Attribute_XML_AttrNamesubscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesuperscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameunderline,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameplaceholder,_XML_AttrValuefalse,,_XML_Text ,_XML_Element_XML_ElementTypeFont,_XML_Attribute_XML_AttrNamename,_XML_AttrValueOrdered List 5,_XML_Attribute_XML_AttrNamebackground,_XML_AttrValue[255,255,255],_XML_Attribute_XML_AttrNamebold,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamefamily,_XML_AttrValueDejaVu Sans,_XML_Attribute_XML_AttrNameforeground,_XML_AttrValue[0,0,0],_XML_Attribute_XML_AttrNameitalic,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameopaque,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamereadonly,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesize,_XML_AttrValue11,_XML_Attribute_XML_AttrNamesubscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesuperscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameunderline,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameplaceholder,_XML_AttrValuefalse,,_XML_Text ,_XML_Element_XML_ElementTypeFont,_XML_Attribute_XML_AttrNamename,_XML_AttrValueHelp Maple Name,_XML_Attribute_XML_AttrNamebackground,_XML_AttrValue[255,255,255],_XML_Attribute_XML_AttrNamebold,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamefamily,_XML_AttrValueDejaVu Serif,_XML_Attribute_XML_AttrNameforeground,_XML_AttrValue[120,0,120],_XML_Attribute_XML_AttrNameitalic,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameopaque,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamereadonly,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesize,_XML_AttrValue11,_XML_Attribute_XML_AttrNamesubscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesuperscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameunderline,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameplaceholder,_XML_AttrValuefalse,,_XML_Text ,_XML_Element_XML_ElementTypeFont,_XML_Attribute_XML_AttrNamename,_XML_AttrValueAuthor,_XML_Attribute_XML_AttrNamebackground,_XML_AttrValue[255,255,255],_XML_Attribute_XML_AttrNamebold,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamefamily,_XML_AttrValueDejaVu Sans,_XML_Attribute_XML_AttrNameforeground,_XML_AttrValue[0,0,0],_XML_Attribute_XML_AttrNameitalic,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameopaque,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamereadonly,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesize,_XML_AttrValue11,_XML_Attribute_XML_AttrNamesubscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesuperscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameunderline,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameplaceholder,_XML_AttrValuefalse,,_XML_Text ,_XML_Element_XML_ElementTypeFont,_XML_Attribute_XML_AttrNamename,_XML_AttrValueAnnotation Title,_XML_Attribute_XML_AttrNamebackground,_XML_AttrValue[255,255,255],_XML_Attribute_XML_AttrNamebold,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamefamily,_XML_AttrValueDejaVu Sans,_XML_Attribute_XML_AttrNameforeground,_XML_AttrValue[0,0,0],_XML_Attribute_XML_AttrNameitalic,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameopaque,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamereadonly,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesize,_XML_AttrValue18,_XML_Attribute_XML_AttrNamesubscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesuperscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameunderline,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameplaceholder,_XML_AttrValuefalse,,_XML_Text ,_XML_Element_XML_ElementTypeFont,_XML_Attribute_XML_AttrNamename,_XML_AttrValueWarning,_XML_Attribute_XML_AttrNamebackground,_XML_AttrValue[255,255,255],_XML_Attribute_XML_AttrNamebold,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamefamily,_XML_AttrValueMonospaced,_XML_Attribute_XML_AttrNameforeground,_XML_AttrValue[0,0,255],_XML_Attribute_XML_AttrNameitalic,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameopaque,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamereadonly,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNamesize,_XML_AttrValue12,_XML_Attribute_XML_AttrNamesubscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesuperscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameunderline,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameplaceholder,_XML_AttrValuefalse,,_XML_Text ,_XML_Element_XML_ElementTypeFont,_XML_Attribute_XML_AttrNamename,_XML_AttrValueCalling Sequence,_XML_Attribute_XML_AttrNamebackground,_XML_AttrValue[255,255,255],_XML_Attribute_XML_AttrNamebold,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamefamily,_XML_AttrValueDejaVu Sans Mono,_XML_Attribute_XML_AttrNameforeground,_XML_AttrValue[0,0,0],_XML_Attribute_XML_AttrNameitalic,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameopaque,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamereadonly,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesize,_XML_AttrValue11,_XML_Attribute_XML_AttrNamesubscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesuperscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameunderline,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameplaceholder,_XML_AttrValuefalse,,_XML_Text ,_XML_Element_XML_ElementTypeFont,_XML_Attribute_XML_AttrNamename,_XML_AttrValueCaption Reference,_XML_Attribute_XML_AttrNamebackground,_XML_AttrValue[255,255,255],_XML_Attribute_XML_AttrNamebold,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamefamily,_XML_AttrValueDejaVu Sans,_XML_Attribute_XML_AttrNameforeground,_XML_AttrValue[0,0,0],_XML_Attribute_XML_AttrNameitalic,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameopaque,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamereadonly,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesize,_XML_AttrValue11,_XML_Attribute_XML_AttrNamesubscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesuperscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameunderline,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameplaceholder,_XML_AttrValuefalse,,_XML_Text ,_XML_Element_XML_ElementTypeFont,_XML_Attribute_XML_AttrNamename,_XML_AttrValueMaple Input Placeholder,_XML_Attribute_XML_AttrNamebackground,_XML_AttrValue[255,255,255],_XML_Attribute_XML_AttrNamebold,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNamefamily,_XML_AttrValueMonospaced,_XML_Attribute_XML_AttrNameforeground,_XML_AttrValue[200,0,200],_XML_Attribute_XML_AttrNameitalic,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameopaque,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamereadonly,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesize,_XML_AttrValue12,_XML_Attribute_XML_AttrNamesubscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesuperscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameunderline,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameplaceholder,_XML_AttrValuetrue,,_XML_Text ,_XML_Element_XML_ElementTypeFont,_XML_Attribute_XML_AttrNamename,_XML_AttrValueCode,_XML_Attribute_XML_AttrNamebackground,_XML_AttrValue[255,255,255],_XML_Attribute_XML_AttrNamebold,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamefamily,_XML_AttrValueDejaVu Sans Mono,_XML_Attribute_XML_AttrNameforeground,_XML_AttrValue[255,0,0],_XML_Attribute_XML_AttrNameitalic,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameopaque,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamereadonly,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesize,_XML_AttrValue12,_XML_Attribute_XML_AttrNamesubscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesuperscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameunderline,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameplaceholder,_XML_AttrValuefalse,,_XML_Text ,_XML_Element_XML_ElementTypeFont,_XML_Attribute_XML_AttrNamename,_XML_AttrValueMaple Plot,_XML_Attribute_XML_AttrNamebackground,_XML_AttrValue[255,255,255],_XML_Attribute_XML_AttrNamebold,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamefamily,_XML_AttrValueDejaVu Sans,_XML_Attribute_XML_AttrNameforeground,_XML_AttrValue[0,0,0],_XML_Attribute_XML_AttrNameitalic,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameopaque,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamereadonly,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesize,_XML_AttrValue11,_XML_Attribute_XML_AttrNamesubscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesuperscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameunderline,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameplaceholder,_XML_AttrValuefalse,,_XML_Text ,_XML_Element_XML_ElementTypeFont,_XML_Attribute_XML_AttrNamename,_XML_AttrValueLine Printed Output,_XML_Attribute_XML_AttrNamebackground,_XML_AttrValue[255,255,255],_XML_Attribute_XML_AttrNamebold,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamefamily,_XML_AttrValueMonospaced,_XML_Attribute_XML_AttrNameforeground,_XML_AttrValue[0,0,255],_XML_Attribute_XML_AttrNameitalic,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameopaque,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamereadonly,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNamesize,_XML_AttrValue12,_XML_Attribute_XML_AttrNamesubscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesuperscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameunderline,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameplaceholder,_XML_AttrValuefalse,,_XML_Text ,_XML_Element_XML_ElementTypeFont,_XML_Attribute_XML_AttrNamename,_XML_AttrValueHelp Normal,_XML_Attribute_XML_AttrNamebackground,_XML_AttrValue[255,255,255],_XML_Attribute_XML_AttrNamebold,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamefamily,_XML_AttrValueDejaVu Sans,_XML_Attribute_XML_AttrNameforeground,_XML_AttrValue[0,0,0],_XML_Attribute_XML_AttrNameitalic,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameopaque,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamereadonly,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesize,_XML_AttrValue11,_XML_Attribute_XML_AttrNamesubscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesuperscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameunderline,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameplaceholder,_XML_AttrValuefalse,,_XML_Text ,_XML_Element_XML_ElementTypeFont,_XML_Attribute_XML_AttrNamename,_XML_AttrValueText Output,_XML_Attribute_XML_AttrNamebackground,_XML_AttrValue[255,255,255],_XML_Attribute_XML_AttrNamebold,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamefamily,_XML_AttrValueMonospaced,_XML_Attribute_XML_AttrNameforeground,_XML_AttrValue[0,0,255],_XML_Attribute_XML_AttrNameitalic,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameopaque,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamereadonly,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNamesize,_XML_AttrValue12,_XML_Attribute_XML_AttrNamesubscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesuperscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameunderline,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameplaceholder,_XML_AttrValuefalse,,_XML_Text ,_XML_Element_XML_ElementTypeFont,_XML_Attribute_XML_AttrNamename,_XML_AttrValueDiagnostic,_XML_Attribute_XML_AttrNamebackground,_XML_AttrValue[255,255,255],_XML_Attribute_XML_AttrNamebold,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamefamily,_XML_AttrValueMonospaced,_XML_Attribute_XML_AttrNameforeground,_XML_AttrValue[40,120,40],_XML_Attribute_XML_AttrNameitalic,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameopaque,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamereadonly,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNamesize,_XML_AttrValue12,_XML_Attribute_XML_AttrNamesubscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesuperscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameunderline,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameplaceholder,_XML_AttrValuefalse,,_XML_Text ,_XML_Element_XML_ElementTypeFont,_XML_Attribute_XML_AttrNamename,_XML_AttrValue2D Inert Output,_XML_Attribute_XML_AttrNamebackground,_XML_AttrValue[255,255,255],_XML_Attribute_XML_AttrNamebold,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNamefamily,_XML_AttrValueTimes New Roman,_XML_Attribute_XML_AttrNameforeground,_XML_AttrValue[144,144,144],_XML_Attribute_XML_AttrNameitalic,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameopaque,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamereadonly,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesize,_XML_AttrValue12,_XML_Attribute_XML_AttrNamesubscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesuperscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameunderline,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameplaceholder,_XML_AttrValuefalse,,_XML_Text ,_XML_Element_XML_ElementTypeFont,_XML_Attribute_XML_AttrNamename,_XML_AttrValueHalfline,_XML_Attribute_XML_AttrNamebackground,_XML_AttrValue[255,255,255],_XML_Attribute_XML_AttrNamebold,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamefamily,_XML_AttrValueDejaVu Sans,_XML_Attribute_XML_AttrNameforeground,_XML_AttrValue[0,0,0],_XML_Attribute_XML_AttrNameitalic,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameopaque,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamereadonly,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesize,_XML_AttrValue11,_XML_Attribute_XML_AttrNamesubscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesuperscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameunderline,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameplaceholder,_XML_AttrValuefalse,,_XML_Text ,_XML_Element_XML_ElementTypeFont,_XML_Attribute_XML_AttrNamename,_XML_AttrValueNormal,_XML_Attribute_XML_AttrNamebackground,_XML_AttrValue[255,255,255],_XML_Attribute_XML_AttrNamebold,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamefamily,_XML_AttrValueDejaVu Sans,_XML_Attribute_XML_AttrNameforeground,_XML_AttrValue[0,0,0],_XML_Attribute_XML_AttrNameitalic,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameopaque,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamereadonly,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesize,_XML_AttrValue11,_XML_Attribute_XML_AttrNamesubscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesuperscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameunderline,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameplaceholder,_XML_AttrValuefalse,,_XML_Text ,_XML_Element_XML_ElementTypeFont,_XML_Attribute_XML_AttrNamename,_XML_AttrValueHyperlink,_XML_Attribute_XML_AttrNamebackground,_XML_AttrValue[255,255,255],_XML_Attribute_XML_AttrNamebold,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamefamily,_XML_AttrValueDejaVu Sans,_XML_Attribute_XML_AttrNameforeground,_XML_AttrValue[18,93,153],_XML_Attribute_XML_AttrNameitalic,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameopaque,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamereadonly,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesize,_XML_AttrValue11,_XML_Attribute_XML_AttrNamesubscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesuperscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameunderline,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNameplaceholder,_XML_AttrValuefalse,,_XML_Text ,_XML_Element_XML_ElementTypeFont,_XML_Attribute_XML_AttrNamename,_XML_AttrValueMaple Output,_XML_Attribute_XML_AttrNamebackground,_XML_AttrValue[255,255,255],_XML_Attribute_XML_AttrNamebold,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamefamily,_XML_AttrValueTimes New Roman,_XML_Attribute_XML_AttrNameforeground,_XML_AttrValue[0,0,0],_XML_Attribute_XML_AttrNameitalic,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameopaque,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamereadonly,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesize,_XML_AttrValue12,_XML_Attribute_XML_AttrNamesubscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesuperscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameunderline,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameplaceholder,_XML_AttrValuefalse,,_XML_Text ,_XML_Element_XML_ElementTypeFont,_XML_Attribute_XML_AttrNamename,_XML_AttrValueDash Item,_XML_Attribute_XML_AttrNamebackground,_XML_AttrValue[255,255,255],_XML_Attribute_XML_AttrNamebold,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamefamily,_XML_AttrValueDejaVu Sans,_XML_Attribute_XML_AttrNameforeground,_XML_AttrValue[0,0,0],_XML_Attribute_XML_AttrNameitalic,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameopaque,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamereadonly,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesize,_XML_AttrValue11,_XML_Attribute_XML_AttrNamesubscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesuperscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameunderline,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameplaceholder,_XML_AttrValuefalse,,_XML_Text ,_XML_Element_XML_ElementTypeFont,_XML_Attribute_XML_AttrNamename,_XML_AttrValue2D Math,_XML_Attribute_XML_AttrNamebackground,_XML_AttrValue[255,255,255],_XML_Attribute_XML_AttrNamebold,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamefamily,_XML_AttrValueTimes New Roman,_XML_Attribute_XML_AttrNameforeground,_XML_AttrValue[0,0,0],_XML_Attribute_XML_AttrNameitalic,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameopaque,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamereadonly,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesize,_XML_AttrValue12,_XML_Attribute_XML_AttrNamesubscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesuperscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameunderline,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameplaceholder,_XML_AttrValuefalse,,_XML_Text ,_XML_Element_XML_ElementTypeFont,_XML_Attribute_XML_AttrNamename,_XML_AttrValueMaple Input,_XML_Attribute_XML_AttrNamebackground,_XML_AttrValue[255,255,255],_XML_Attribute_XML_AttrNamebold,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNamefamily,_XML_AttrValueMonospaced,_XML_Attribute_XML_AttrNameforeground,_XML_AttrValue[120,0,14],_XML_Attribute_XML_AttrNameitalic,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameopaque,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamereadonly,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesize,_XML_AttrValue12,_XML_Attribute_XML_AttrNamesubscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesuperscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameunderline,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameplaceholder,_XML_AttrValuefalse,,_XML_Text ,_XML_Element_XML_ElementTypeFont,_XML_Attribute_XML_AttrNamename,_XML_AttrValue2D Input,_XML_Attribute_XML_AttrNamebackground,_XML_AttrValue[255,255,255],_XML_Attribute_XML_AttrNamebold,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNamefamily,_XML_AttrValueTimes New Roman,_XML_Attribute_XML_AttrNameforeground,_XML_AttrValue[0,0,0],_XML_Attribute_XML_AttrNameitalic,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameopaque,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamereadonly,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesize,_XML_AttrValue12,_XML_Attribute_XML_AttrNamesubscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesuperscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameunderline,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameplaceholder,_XML_AttrValuefalse,,_XML_Text ,_XML_Element_XML_ElementTypeFont,_XML_Attribute_XML_AttrNamename,_XML_AttrValue2D Output,_XML_Attribute_XML_AttrNamebackground,_XML_AttrValue[255,255,255],_XML_Attribute_XML_AttrNamebold,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamefamily,_XML_AttrValueTimes New Roman,_XML_Attribute_XML_AttrNameforeground,_XML_AttrValue[0,0,255],_XML_Attribute_XML_AttrNameitalic,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameopaque,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamereadonly,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNamesize,_XML_AttrValue12,_XML_Attribute_XML_AttrNamesubscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesuperscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameunderline,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameplaceholder,_XML_AttrValuefalse,,_XML_Text ,_XML_Element_XML_ElementTypeFont,_XML_Attribute_XML_AttrNamename,_XML_AttrValueHyperlinkError,_XML_Attribute_XML_AttrNamebackground,_XML_AttrValue[255,255,255],_XML_Attribute_XML_AttrNamebold,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamefamily,_XML_AttrValueMonospaced,_XML_Attribute_XML_AttrNameforeground,_XML_AttrValue[171,41,204],_XML_Attribute_XML_AttrNameitalic,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameopaque,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamereadonly,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNamesize,_XML_AttrValue12,_XML_Attribute_XML_AttrNamesubscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesuperscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameunderline,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNameplaceholder,_XML_AttrValuefalse,,_XML_Text ,_XML_Element_XML_ElementTypeFont,_XML_Attribute_XML_AttrNamename,_XML_AttrValueHeader and Footer,_XML_Attribute_XML_AttrNamebackground,_XML_AttrValue[255,255,255],_XML_Attribute_XML_AttrNamebold,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamefamily,_XML_AttrValueDejaVu Sans,_XML_Attribute_XML_AttrNameforeground,_XML_AttrValue[0,0,0],_XML_Attribute_XML_AttrNameitalic,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameopaque,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamereadonly,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesize,_XML_AttrValue11,_XML_Attribute_XML_AttrNamesubscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesuperscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameunderline,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameplaceholder,_XML_AttrValuefalse,,_XML_Text ,_XML_Element_XML_ElementTypeFont,_XML_Attribute_XML_AttrNamename,_XML_AttrValueError,_XML_Attribute_XML_AttrNamebackground,_XML_AttrValue[255,255,255],_XML_Attribute_XML_AttrNamebold,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamefamily,_XML_AttrValueMonospaced,_XML_Attribute_XML_AttrNameforeground,_XML_AttrValue[171,41,204],_XML_Attribute_XML_AttrNameitalic,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameopaque,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamereadonly,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNamesize,_XML_AttrValue12,_XML_Attribute_XML_AttrNamesubscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesuperscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameunderline,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameplaceholder,_XML_AttrValuefalse,,_XML_Text ,_XML_Element_XML_ElementTypeFont,_XML_Attribute_XML_AttrNamename,_XML_AttrValueTitle,_XML_Attribute_XML_AttrNamebackground,_XML_AttrValue[255,255,255],_XML_Attribute_XML_AttrNamebold,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamefamily,_XML_AttrValueDejaVu Sans,_XML_Attribute_XML_AttrNameforeground,_XML_AttrValue[0,0,0],_XML_Attribute_XML_AttrNameitalic,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameopaque,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamereadonly,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesize,_XML_AttrValue24,_XML_Attribute_XML_AttrNamesubscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesuperscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameunderline,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameplaceholder,_XML_AttrValuefalse,,_XML_Text ,_XML_Element_XML_ElementTypeFont,_XML_Attribute_XML_AttrNamename,_XML_AttrValueHeading 1,_XML_Attribute_XML_AttrNamebackground,_XML_AttrValue[255,255,255],_XML_Attribute_XML_AttrNamebold,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamefamily,_XML_AttrValueDejaVu Sans,_XML_Attribute_XML_AttrNameforeground,_XML_AttrValue[0,0,0],_XML_Attribute_XML_AttrNameitalic,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameopaque,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamereadonly,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesize,_XML_AttrValue18,_XML_Attribute_XML_AttrNamesubscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesuperscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameunderline,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameplaceholder,_XML_AttrValuefalse,,_XML_Text ,_XML_Element_XML_ElementTypeFont,_XML_Attribute_XML_AttrNamename,_XML_AttrValueText,_XML_Attribute_XML_AttrNamebackground,_XML_AttrValue[255,255,255],_XML_Attribute_XML_AttrNamebold,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamefamily,_XML_AttrValueDejaVu Sans,_XML_Attribute_XML_AttrNameforeground,_XML_AttrValue[0,0,0],_XML_Attribute_XML_AttrNameitalic,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameopaque,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamereadonly,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesize,_XML_AttrValue11,_XML_Attribute_XML_AttrNamesubscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesuperscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameunderline,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameplaceholder,_XML_AttrValuefalse,,_XML_Text ,_XML_Element_XML_ElementTypeFont,_XML_Attribute_XML_AttrNamename,_XML_AttrValueBullet Item,_XML_Attribute_XML_AttrNamebackground,_XML_AttrValue[255,255,255],_XML_Attribute_XML_AttrNamebold,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamefamily,_XML_AttrValueDejaVu Sans,_XML_Attribute_XML_AttrNameforeground,_XML_AttrValue[0,0,0],_XML_Attribute_XML_AttrNameitalic,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameopaque,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamereadonly,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesize,_XML_AttrValue11,_XML_Attribute_XML_AttrNamesubscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesuperscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameunderline,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameplaceholder,_XML_AttrValuefalse,,_XML_Text ,_XML_Element_XML_ElementTypeFont,_XML_Attribute_XML_AttrNamename,_XML_AttrValueHeading 4,_XML_Attribute_XML_AttrNamebackground,_XML_AttrValue[255,255,255],_XML_Attribute_XML_AttrNamebold,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamefamily,_XML_AttrValueDejaVu Sans,_XML_Attribute_XML_AttrNameforeground,_XML_AttrValue[0,0,0],_XML_Attribute_XML_AttrNameitalic,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNameopaque,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamereadonly,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesize,_XML_AttrValue11,_XML_Attribute_XML_AttrNamesubscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesuperscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameunderline,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameplaceholder,_XML_AttrValuefalse,,_XML_Text ,_XML_Element_XML_ElementTypeFont,_XML_Attribute_XML_AttrNamename,_XML_AttrValueEquation Label,_XML_Attribute_XML_AttrNamebackground,_XML_AttrValue[255,255,255],_XML_Attribute_XML_AttrNamebold,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamefamily,_XML_AttrValueMonospaced,_XML_Attribute_XML_AttrNameforeground,_XML_AttrValue[0,0,0],_XML_Attribute_XML_AttrNameitalic,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameopaque,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamereadonly,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesize,_XML_AttrValue12,_XML_Attribute_XML_AttrNamesubscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesuperscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameunderline,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameplaceholder,_XML_AttrValuefalse,,_XML_Text ,_XML_Element_XML_ElementTypeFont,_XML_Attribute_XML_AttrNamename,_XML_AttrValueHeading 3,_XML_Attribute_XML_AttrNamebackground,_XML_AttrValue[255,255,255],_XML_Attribute_XML_AttrNamebold,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamefamily,_XML_AttrValueDejaVu Sans,_XML_Attribute_XML_AttrNameforeground,_XML_AttrValue[0,0,0],_XML_Attribute_XML_AttrNameitalic,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameopaque,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamereadonly,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesize,_XML_AttrValue14,_XML_Attribute_XML_AttrNamesubscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesuperscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameunderline,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameplaceholder,_XML_AttrValuefalse,,_XML_Text ,_XML_Element_XML_ElementTypeFont,_XML_Attribute_XML_AttrNamename,_XML_AttrValueHeading 2,_XML_Attribute_XML_AttrNamebackground,_XML_AttrValue[255,255,255],_XML_Attribute_XML_AttrNamebold,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamefamily,_XML_AttrValueDejaVu Sans,_XML_Attribute_XML_AttrNameforeground,_XML_AttrValue[0,0,0],_XML_Attribute_XML_AttrNameitalic,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameopaque,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamereadonly,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesize,_XML_AttrValue16,_XML_Attribute_XML_AttrNamesubscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesuperscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameunderline,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameplaceholder,_XML_AttrValuefalse,,_XML_Text ,_XML_Element_XML_ElementTypeFont,_XML_Attribute_XML_AttrNamename,_XML_AttrValueHyperlinkWarning,_XML_Attribute_XML_AttrNamebackground,_XML_AttrValue[255,255,255],_XML_Attribute_XML_AttrNamebold,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamefamily,_XML_AttrValueMonospaced,_XML_Attribute_XML_AttrNameforeground,_XML_AttrValue[0,0,255],_XML_Attribute_XML_AttrNameitalic,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameopaque,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamereadonly,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNamesize,_XML_AttrValue12,_XML_Attribute_XML_AttrNamesubscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesuperscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameunderline,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNameplaceholder,_XML_AttrValuefalse,,_XML_Text ,_XML_Element_XML_ElementTypeFont,_XML_Attribute_XML_AttrNamename,_XML_AttrValueDictionary Hyperlink,_XML_Attribute_XML_AttrNamebackground,_XML_AttrValue[255,255,255],_XML_Attribute_XML_AttrNamebold,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamefamily,_XML_AttrValueDejaVu Sans,_XML_Attribute_XML_AttrNameforeground,_XML_AttrValue[147,0,15],_XML_Attribute_XML_AttrNameitalic,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameopaque,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamereadonly,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesize,_XML_AttrValue11,_XML_Attribute_XML_AttrNamesubscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesuperscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameunderline,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNameplaceholder,_XML_AttrValuefalse,,_XML_Text ,_XML_Element_XML_ElementTypeFont,_XML_Attribute_XML_AttrNamename,_XML_AttrValueAtomic Variable,_XML_Attribute_XML_AttrNamebackground,_XML_AttrValue[255,255,255],_XML_Attribute_XML_AttrNamebold,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamefamily,_XML_AttrValueTimes New Roman,_XML_Attribute_XML_AttrNameforeground,_XML_AttrValue[175,0,175],_XML_Attribute_XML_AttrNameitalic,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNameopaque,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamereadonly,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesize,_XML_AttrValue12,_XML_Attribute_XML_AttrNamesubscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesuperscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameunderline,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameplaceholder,_XML_AttrValuefalse,,_XML_Text ,_XML_Element_XML_ElementTypeFont,_XML_Attribute_XML_AttrNamename,_XML_AttrValueCaption Text,_XML_Attribute_XML_AttrNamebackground,_XML_AttrValue[255,255,255],_XML_Attribute_XML_AttrNamebold,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamefamily,_XML_AttrValueDejaVu Sans,_XML_Attribute_XML_AttrNameforeground,_XML_AttrValue[0,0,0],_XML_Attribute_XML_AttrNameitalic,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameopaque,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamereadonly,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesize,_XML_AttrValue11,_XML_Attribute_XML_AttrNamesubscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesuperscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameunderline,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameplaceholder,_XML_AttrValuefalse,,_XML_Text ,_XML_Element_XML_ElementTypeFont,_XML_Attribute_XML_AttrNamename,_XML_AttrValueList Item,_XML_Attribute_XML_AttrNamebackground,_XML_AttrValue[255,255,255],_XML_Attribute_XML_AttrNamebold,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamefamily,_XML_AttrValueDejaVu Sans,_XML_Attribute_XML_AttrNameforeground,_XML_AttrValue[0,0,0],_XML_Attribute_XML_AttrNameitalic,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameopaque,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamereadonly,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesize,_XML_AttrValue11,_XML_Attribute_XML_AttrNamesubscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesuperscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameunderline,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameplaceholder,_XML_AttrValuefalse,,_XML_Text ,_XML_Element_XML_ElementTypeFont,_XML_Attribute_XML_AttrNamename,_XML_AttrValueHelp Fixed,_XML_Attribute_XML_AttrNamebackground,_XML_AttrValue[255,255,255],_XML_Attribute_XML_AttrNamebold,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamefamily,_XML_AttrValueDejaVu Sans Mono,_XML_Attribute_XML_AttrNameforeground,_XML_AttrValue[0,0,0],_XML_Attribute_XML_AttrNameitalic,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameopaque,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamereadonly,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesize,_XML_AttrValue11,_XML_Attribute_XML_AttrNamesubscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesuperscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameunderline,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameplaceholder,_XML_AttrValuefalse,,_XML_Text ,_XML_Element_XML_ElementTypeLayout,_XML_Attribute_XML_AttrNamename,_XML_AttrValueOrdered List 1,_XML_Attribute_XML_AttrNamealignment,_XML_AttrValueleft,_XML_Attribute_XML_AttrNamebullet,_XML_AttrValuenumeric,_XML_Attribute_XML_AttrNamefirstindent,_XML_AttrValue0,_XML_Attribute_XML_AttrNameleftmargin,_XML_AttrValue0,_XML_Attribute_XML_AttrNamerightmargin,_XML_AttrValue0,_XML_Attribute_XML_AttrNamelinespacing,_XML_AttrValue0.2,_XML_Attribute_XML_AttrNamespaceabove,_XML_AttrValue3,_XML_Attribute_XML_AttrNamespacebelow,_XML_AttrValue3,_XML_Attribute_XML_AttrNamelinebreak,_XML_AttrValuespace,_XML_Attribute_XML_AttrNamepagebreak-before,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameinitial,_XML_AttrValue-1,_XML_Attribute_XML_AttrNamebulletsuffix,_XML_AttrValue.,,_XML_Text ,_XML_Element_XML_ElementTypeLayout,_XML_Attribute_XML_AttrNamename,_XML_AttrValueOrdered List 2,_XML_Attribute_XML_AttrNamealignment,_XML_AttrValueleft,_XML_Attribute_XML_AttrNamebullet,_XML_AttrValuealphabetic,_XML_Attribute_XML_AttrNamefirstindent,_XML_AttrValue0,_XML_Attribute_XML_AttrNameleftmargin,_XML_AttrValue36,_XML_Attribute_XML_AttrNamerightmargin,_XML_AttrValue0,_XML_Attribute_XML_AttrNamelinespacing,_XML_AttrValue0.2,_XML_Attribute_XML_AttrNamespaceabove,_XML_AttrValue3,_XML_Attribute_XML_AttrNamespacebelow,_XML_AttrValue3,_XML_Attribute_XML_AttrNamelinebreak,_XML_AttrValuespace,_XML_Attribute_XML_AttrNamepagebreak-before,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameinitial,_XML_AttrValue-1,_XML_Attribute_XML_AttrNamebulletsuffix,_XML_AttrValue.,,_XML_Text ,_XML_Element_XML_ElementTypeLayout,_XML_Attribute_XML_AttrNamename,_XML_AttrValueOrdered List 3,_XML_Attribute_XML_AttrNamealignment,_XML_AttrValueleft,_XML_Attribute_XML_AttrNamebullet,_XML_AttrValueroman,_XML_Attribute_XML_AttrNamefirstindent,_XML_AttrValue0,_XML_Attribute_XML_AttrNameleftmargin,_XML_AttrValue72,_XML_Attribute_XML_AttrNamerightmargin,_XML_AttrValue0,_XML_Attribute_XML_AttrNamelinespacing,_XML_AttrValue0.2,_XML_Attribute_XML_AttrNamespaceabove,_XML_AttrValue3,_XML_Attribute_XML_AttrNamespacebelow,_XML_AttrValue3,_XML_Attribute_XML_AttrNamelinebreak,_XML_AttrValuespace,_XML_Attribute_XML_AttrNamepagebreak-before,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameinitial,_XML_AttrValue-1,_XML_Attribute_XML_AttrNamebulletsuffix,_XML_AttrValue.,,_XML_Text ,_XML_Element_XML_ElementTypeLayout,_XML_Attribute_XML_AttrNamename,_XML_AttrValueOrdered List 4,_XML_Attribute_XML_AttrNamealignment,_XML_AttrValueleft,_XML_Attribute_XML_AttrNamebullet,_XML_AttrValueALPHABETIC,_XML_Attribute_XML_AttrNamefirstindent,_XML_AttrValue0,_XML_Attribute_XML_AttrNameleftmargin,_XML_AttrValue108,_XML_Attribute_XML_AttrNamerightmargin,_XML_AttrValue0,_XML_Attribute_XML_AttrNamelinespacing,_XML_AttrValue0.2,_XML_Attribute_XML_AttrNamespaceabove,_XML_AttrValue3,_XML_Attribute_XML_AttrNamespacebelow,_XML_AttrValue3,_XML_Attribute_XML_AttrNamelinebreak,_XML_AttrValuespace,_XML_Attribute_XML_AttrNamepagebreak-before,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameinitial,_XML_AttrValue-1,_XML_Attribute_XML_AttrNamebulletsuffix,_XML_AttrValue.,,_XML_Text ,_XML_Element_XML_ElementTypeLayout,_XML_Attribute_XML_AttrNamename,_XML_AttrValueOrdered List 5,_XML_Attribute_XML_AttrNamealignment,_XML_AttrValueleft,_XML_Attribute_XML_AttrNamebullet,_XML_AttrValueROMAN,_XML_Attribute_XML_AttrNamefirstindent,_XML_AttrValue0,_XML_Attribute_XML_AttrNameleftmargin,_XML_AttrValue144,_XML_Attribute_XML_AttrNamerightmargin,_XML_AttrValue0,_XML_Attribute_XML_AttrNamelinespacing,_XML_AttrValue0.2,_XML_Attribute_XML_AttrNamespaceabove,_XML_AttrValue3,_XML_Attribute_XML_AttrNamespacebelow,_XML_AttrValue3,_XML_Attribute_XML_AttrNamelinebreak,_XML_AttrValuespace,_XML_Attribute_XML_AttrNamepagebreak-before,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameinitial,_XML_AttrValue-1,_XML_Attribute_XML_AttrNamebulletsuffix,_XML_AttrValue.,,_XML_Text ,_XML_Element_XML_ElementTypeLayout,_XML_Attribute_XML_AttrNamename,_XML_AttrValueAuthor,_XML_Attribute_XML_AttrNamealignment,_XML_AttrValuecentred,_XML_Attribute_XML_AttrNamebullet,_XML_AttrValuenone,_XML_Attribute_XML_AttrNamefirstindent,_XML_AttrValue0,_XML_Attribute_XML_AttrNameleftmargin,_XML_AttrValue0,_XML_Attribute_XML_AttrNamerightmargin,_XML_AttrValue0,_XML_Attribute_XML_AttrNamelinespacing,_XML_AttrValue0.0,_XML_Attribute_XML_AttrNamespaceabove,_XML_AttrValue8,_XML_Attribute_XML_AttrNamespacebelow,_XML_AttrValue8,_XML_Attribute_XML_AttrNamelinebreak,_XML_AttrValuespace,_XML_Attribute_XML_AttrNamepagebreak-before,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameinitial,_XML_AttrValue0,_XML_Attribute_XML_AttrNamebulletsuffix,_XML_AttrValue,,_XML_Text ,_XML_Element_XML_ElementTypeLayout,_XML_Attribute_XML_AttrNamename,_XML_AttrValueWarning,_XML_Attribute_XML_AttrNamealignment,_XML_AttrValueleft,_XML_Attribute_XML_AttrNamebullet,_XML_AttrValuenone,_XML_Attribute_XML_AttrNamefirstindent,_XML_AttrValue0,_XML_Attribute_XML_AttrNameleftmargin,_XML_AttrValue0,_XML_Attribute_XML_AttrNamerightmargin,_XML_AttrValue0,_XML_Attribute_XML_AttrNamelinespacing,_XML_AttrValue0.0,_XML_Attribute_XML_AttrNamespaceabove,_XML_AttrValue0,_XML_Attribute_XML_AttrNamespacebelow,_XML_AttrValue0,_XML_Attribute_XML_AttrNamelinebreak,_XML_AttrValuespace,_XML_Attribute_XML_AttrNamepagebreak-before,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameinitial,_XML_AttrValue0,_XML_Attribute_XML_AttrNamebulletsuffix,_XML_AttrValue,,_XML_Text ,_XML_Element_XML_ElementTypeLayout,_XML_Attribute_XML_AttrNamename,_XML_AttrValueAnnotation Title,_XML_Attribute_XML_AttrNamealignment,_XML_AttrValuecentred,_XML_Attribute_XML_AttrNamebullet,_XML_AttrValuenone,_XML_Attribute_XML_AttrNamefirstindent,_XML_AttrValue0,_XML_Attribute_XML_AttrNameleftmargin,_XML_AttrValue0,_XML_Attribute_XML_AttrNamerightmargin,_XML_AttrValue0,_XML_Attribute_XML_AttrNamelinespacing,_XML_AttrValue0.0,_XML_Attribute_XML_AttrNamespaceabove,_XML_AttrValue12,_XML_Attribute_XML_AttrNamespacebelow,_XML_AttrValue12,_XML_Attribute_XML_AttrNamelinebreak,_XML_AttrValuespace,_XML_Attribute_XML_AttrNamepagebreak-before,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameinitial,_XML_AttrValue0,_XML_Attribute_XML_AttrNamebulletsuffix,_XML_AttrValue,,_XML_Text ,_XML_Element_XML_ElementTypeLayout,_XML_Attribute_XML_AttrNamename,_XML_AttrValueMaple Plot,_XML_Attribute_XML_AttrNamealignment,_XML_AttrValuecentred,_XML_Attribute_XML_AttrNamebullet,_XML_AttrValuenone,_XML_Attribute_XML_AttrNamefirstindent,_XML_AttrValue0,_XML_Attribute_XML_AttrNameleftmargin,_XML_AttrValue0,_XML_Attribute_XML_AttrNamerightmargin,_XML_AttrValue0,_XML_Attribute_XML_AttrNamelinespacing,_XML_AttrValue0.0,_XML_Attribute_XML_AttrNamespaceabove,_XML_AttrValue0,_XML_Attribute_XML_AttrNamespacebelow,_XML_AttrValue0,_XML_Attribute_XML_AttrNamelinebreak,_XML_AttrValuespace,_XML_Attribute_XML_AttrNamepagebreak-before,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameinitial,_XML_AttrValue0,_XML_Attribute_XML_AttrNamebulletsuffix,_XML_AttrValue,,_XML_Text ,_XML_Element_XML_ElementTypeLayout,_XML_Attribute_XML_AttrNamename,_XML_AttrValueLine Printed Output,_XML_Attribute_XML_AttrNamealignment,_XML_AttrValueleft,_XML_Attribute_XML_AttrNamebullet,_XML_AttrValuenone,_XML_Attribute_XML_AttrNamefirstindent,_XML_AttrValue0,_XML_Attribute_XML_AttrNameleftmargin,_XML_AttrValue0,_XML_Attribute_XML_AttrNamerightmargin,_XML_AttrValue0,_XML_Attribute_XML_AttrNamelinespacing,_XML_AttrValue0.0,_XML_Attribute_XML_AttrNamespaceabove,_XML_AttrValue0,_XML_Attribute_XML_AttrNamespacebelow,_XML_AttrValue0,_XML_Attribute_XML_AttrNamelinebreak,_XML_AttrValueany,_XML_Attribute_XML_AttrNamepagebreak-before,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameinitial,_XML_AttrValue0,_XML_Attribute_XML_AttrNamebulletsuffix,_XML_AttrValue,,_XML_Text ,_XML_Element_XML_ElementTypeLayout,_XML_Attribute_XML_AttrNamename,_XML_AttrValueText Output,_XML_Attribute_XML_AttrNamealignment,_XML_AttrValueleft,_XML_Attribute_XML_AttrNamebullet,_XML_AttrValuenone,_XML_Attribute_XML_AttrNamefirstindent,_XML_AttrValue0,_XML_Attribute_XML_AttrNameleftmargin,_XML_AttrValue0,_XML_Attribute_XML_AttrNamerightmargin,_XML_AttrValue0,_XML_Attribute_XML_AttrNamelinespacing,_XML_AttrValue0.0,_XML_Attribute_XML_AttrNamespaceabove,_XML_AttrValue0,_XML_Attribute_XML_AttrNamespacebelow,_XML_AttrValue0,_XML_Attribute_XML_AttrNamelinebreak,_XML_AttrValuenewline,_XML_Attribute_XML_AttrNamepagebreak-before,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameinitial,_XML_AttrValue0,_XML_Attribute_XML_AttrNamebulletsuffix,_XML_AttrValue,,_XML_Text ,_XML_Element_XML_ElementTypeLayout,_XML_Attribute_XML_AttrNamename,_XML_AttrValueDiagnostic,_XML_Attribute_XML_AttrNamealignment,_XML_AttrValueleft,_XML_Attribute_XML_AttrNamebullet,_XML_AttrValuenone,_XML_Attribute_XML_AttrNamefirstindent,_XML_AttrValue0,_XML_Attribute_XML_AttrNameleftmargin,_XML_AttrValue0,_XML_Attribute_XML_AttrNamerightmargin,_XML_AttrValue0,_XML_Attribute_XML_AttrNamelinespacing,_XML_AttrValue0.0,_XML_Attribute_XML_AttrNamespaceabove,_XML_AttrValue0,_XML_Attribute_XML_AttrNamespacebelow,_XML_AttrValue0,_XML_Attribute_XML_AttrNamelinebreak,_XML_AttrValueany,_XML_Attribute_XML_AttrNamepagebreak-before,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameinitial,_XML_AttrValue0,_XML_Attribute_XML_AttrNamebulletsuffix,_XML_AttrValue,,_XML_Text ,_XML_Element_XML_ElementTypeLayout,_XML_Attribute_XML_AttrNamename,_XML_AttrValueNormal,_XML_Attribute_XML_AttrNamealignment,_XML_AttrValueleft,_XML_Attribute_XML_AttrNamebullet,_XML_AttrValuenone,_XML_Attribute_XML_AttrNamefirstindent,_XML_AttrValue0,_XML_Attribute_XML_AttrNameleftmargin,_XML_AttrValue0,_XML_Attribute_XML_AttrNamerightmargin,_XML_AttrValue0,_XML_Attribute_XML_AttrNamelinespacing,_XML_AttrValue0.2,_XML_Attribute_XML_AttrNamespaceabove,_XML_AttrValue3,_XML_Attribute_XML_AttrNamespacebelow,_XML_AttrValue3,_XML_Attribute_XML_AttrNamelinebreak,_XML_AttrValuespace,_XML_Attribute_XML_AttrNamepagebreak-before,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameinitial,_XML_AttrValue0,_XML_Attribute_XML_AttrNamebulletsuffix,_XML_AttrValue,,_XML_Text ,_XML_Element_XML_ElementTypeLayout,_XML_Attribute_XML_AttrNamename,_XML_AttrValueMaple Output,_XML_Attribute_XML_AttrNamealignment,_XML_AttrValuecentred,_XML_Attribute_XML_AttrNamebullet,_XML_AttrValuenone,_XML_Attribute_XML_AttrNamefirstindent,_XML_AttrValue0,_XML_Attribute_XML_AttrNameleftmargin,_XML_AttrValue0,_XML_Attribute_XML_AttrNamerightmargin,_XML_AttrValue0,_XML_Attribute_XML_AttrNamelinespacing,_XML_AttrValue0.3,_XML_Attribute_XML_AttrNamespaceabove,_XML_AttrValue0,_XML_Attribute_XML_AttrNamespacebelow,_XML_AttrValue0,_XML_Attribute_XML_AttrNamelinebreak,_XML_AttrValuespace,_XML_Attribute_XML_AttrNamepagebreak-before,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameinitial,_XML_AttrValue0,_XML_Attribute_XML_AttrNamebulletsuffix,_XML_AttrValue,,_XML_Text ,_XML_Element_XML_ElementTypeLayout,_XML_Attribute_XML_AttrNamename,_XML_AttrValueDash Item,_XML_Attribute_XML_AttrNamealignment,_XML_AttrValueleft,_XML_Attribute_XML_AttrNamebullet,_XML_AttrValuedash,_XML_Attribute_XML_AttrNamefirstindent,_XML_AttrValue0,_XML_Attribute_XML_AttrNameleftmargin,_XML_AttrValue0,_XML_Attribute_XML_AttrNamerightmargin,_XML_AttrValue0,_XML_Attribute_XML_AttrNamelinespacing,_XML_AttrValue0.2,_XML_Attribute_XML_AttrNamespaceabove,_XML_AttrValue3,_XML_Attribute_XML_AttrNamespacebelow,_XML_AttrValue3,_XML_Attribute_XML_AttrNamelinebreak,_XML_AttrValuespace,_XML_Attribute_XML_AttrNamepagebreak-before,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameinitial,_XML_AttrValue0,_XML_Attribute_XML_AttrNamebulletsuffix,_XML_AttrValue,,_XML_Text ,_XML_Element_XML_ElementTypeLayout,_XML_Attribute_XML_AttrNamename,_XML_AttrValueHyperlinkError,_XML_Attribute_XML_AttrNamealignment,_XML_AttrValueleft,_XML_Attribute_XML_AttrNamebullet,_XML_AttrValuenone,_XML_Attribute_XML_AttrNamefirstindent,_XML_AttrValue0,_XML_Attribute_XML_AttrNameleftmargin,_XML_AttrValue0,_XML_Attribute_XML_AttrNamerightmargin,_XML_AttrValue0,_XML_Attribute_XML_AttrNamelinespacing,_XML_AttrValue0.0,_XML_Attribute_XML_AttrNamespaceabove,_XML_AttrValue0,_XML_Attribute_XML_AttrNamespacebelow,_XML_AttrValue0,_XML_Attribute_XML_AttrNamelinebreak,_XML_AttrValuespace,_XML_Attribute_XML_AttrNamepagebreak-before,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameinitial,_XML_AttrValue0,_XML_Attribute_XML_AttrNamebulletsuffix,_XML_AttrValue,,_XML_Text ,_XML_Element_XML_ElementTypeLayout,_XML_Attribute_XML_AttrNamename,_XML_AttrValueTitle,_XML_Attribute_XML_AttrNamealignment,_XML_AttrValuecentred,_XML_Attribute_XML_AttrNamebullet,_XML_AttrValuenone,_XML_Attribute_XML_AttrNamefirstindent,_XML_AttrValue0,_XML_Attribute_XML_AttrNameleftmargin,_XML_AttrValue0,_XML_Attribute_XML_AttrNamerightmargin,_XML_AttrValue0,_XML_Attribute_XML_AttrNamelinespacing,_XML_AttrValue0.0,_XML_Attribute_XML_AttrNamespaceabove,_XML_AttrValue12,_XML_Attribute_XML_AttrNamespacebelow,_XML_AttrValue12,_XML_Attribute_XML_AttrNamelinebreak,_XML_AttrValuespace,_XML_Attribute_XML_AttrNamepagebreak-before,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameinitial,_XML_AttrValue0,_XML_Attribute_XML_AttrNamebulletsuffix,_XML_AttrValue,,_XML_Text ,_XML_Element_XML_ElementTypeLayout,_XML_Attribute_XML_AttrNamename,_XML_AttrValueError,_XML_Attribute_XML_AttrNamealignment,_XML_AttrValueleft,_XML_Attribute_XML_AttrNamebullet,_XML_AttrValuenone,_XML_Attribute_XML_AttrNamefirstindent,_XML_AttrValue0,_XML_Attribute_XML_AttrNameleftmargin,_XML_AttrValue0,_XML_Attribute_XML_AttrNamerightmargin,_XML_AttrValue0,_XML_Attribute_XML_AttrNamelinespacing,_XML_AttrValue0.0,_XML_Attribute_XML_AttrNamespaceabove,_XML_AttrValue0,_XML_Attribute_XML_AttrNamespacebelow,_XML_AttrValue0,_XML_Attribute_XML_AttrNamelinebreak,_XML_AttrValuespace,_XML_Attribute_XML_AttrNamepagebreak-before,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameinitial,_XML_AttrValue0,_XML_Attribute_XML_AttrNamebulletsuffix,_XML_AttrValue,,_XML_Text ,_XML_Element_XML_ElementTypeLayout,_XML_Attribute_XML_AttrNamename,_XML_AttrValueHeading 1,_XML_Attribute_XML_AttrNamealignment,_XML_AttrValueleft,_XML_Attribute_XML_AttrNamebullet,_XML_AttrValuenone,_XML_Attribute_XML_AttrNamefirstindent,_XML_AttrValue0,_XML_Attribute_XML_AttrNameleftmargin,_XML_AttrValue0,_XML_Attribute_XML_AttrNamerightmargin,_XML_AttrValue0,_XML_Attribute_XML_AttrNamelinespacing,_XML_AttrValue0.0,_XML_Attribute_XML_AttrNamespaceabove,_XML_AttrValue8,_XML_Attribute_XML_AttrNamespacebelow,_XML_AttrValue4,_XML_Attribute_XML_AttrNamelinebreak,_XML_AttrValuespace,_XML_Attribute_XML_AttrNamepagebreak-before,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameinitial,_XML_AttrValue0,_XML_Attribute_XML_AttrNamebulletsuffix,_XML_AttrValue,,_XML_Text ,_XML_Element_XML_ElementTypeLayout,_XML_Attribute_XML_AttrNamename,_XML_AttrValueBullet Item,_XML_Attribute_XML_AttrNamealignment,_XML_AttrValueleft,_XML_Attribute_XML_AttrNamebullet,_XML_AttrValuedot,_XML_Attribute_XML_AttrNamefirstindent,_XML_AttrValue0,_XML_Attribute_XML_AttrNameleftmargin,_XML_AttrValue0,_XML_Attribute_XML_AttrNamerightmargin,_XML_AttrValue0,_XML_Attribute_XML_AttrNamelinespacing,_XML_AttrValue0.2,_XML_Attribute_XML_AttrNamespaceabove,_XML_AttrValue3,_XML_Attribute_XML_AttrNamespacebelow,_XML_AttrValue3,_XML_Attribute_XML_AttrNamelinebreak,_XML_AttrValuespace,_XML_Attribute_XML_AttrNamepagebreak-before,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameinitial,_XML_AttrValue0,_XML_Attribute_XML_AttrNamebulletsuffix,_XML_AttrValue,,_XML_Text ,_XML_Element_XML_ElementTypeLayout,_XML_Attribute_XML_AttrNamename,_XML_AttrValueHeading 4,_XML_Attribute_XML_AttrNamealignment,_XML_AttrValueleft,_XML_Attribute_XML_AttrNamebullet,_XML_AttrValuenone,_XML_Attribute_XML_AttrNamefirstindent,_XML_AttrValue0,_XML_Attribute_XML_AttrNameleftmargin,_XML_AttrValue0,_XML_Attribute_XML_AttrNamerightmargin,_XML_AttrValue0,_XML_Attribute_XML_AttrNamelinespacing,_XML_AttrValue0.0,_XML_Attribute_XML_AttrNamespaceabove,_XML_AttrValue8,_XML_Attribute_XML_AttrNamespacebelow,_XML_AttrValue2,_XML_Attribute_XML_AttrNamelinebreak,_XML_AttrValuespace,_XML_Attribute_XML_AttrNamepagebreak-before,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameinitial,_XML_AttrValue0,_XML_Attribute_XML_AttrNamebulletsuffix,_XML_AttrValue,,_XML_Text ,_XML_Element_XML_ElementTypeLayout,_XML_Attribute_XML_AttrNamename,_XML_AttrValueHeading 3,_XML_Attribute_XML_AttrNamealignment,_XML_AttrValueleft,_XML_Attribute_XML_AttrNamebullet,_XML_AttrValuenone,_XML_Attribute_XML_AttrNamefirstindent,_XML_AttrValue0,_XML_Attribute_XML_AttrNameleftmargin,_XML_AttrValue0,_XML_Attribute_XML_AttrNamerightmargin,_XML_AttrValue0,_XML_Attribute_XML_AttrNamelinespacing,_XML_AttrValue0.0,_XML_Attribute_XML_AttrNamespaceabove,_XML_AttrValue8,_XML_Attribute_XML_AttrNamespacebelow,_XML_AttrValue2,_XML_Attribute_XML_AttrNamelinebreak,_XML_AttrValuespace,_XML_Attribute_XML_AttrNamepagebreak-before,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameinitial,_XML_AttrValue0,_XML_Attribute_XML_AttrNamebulletsuffix,_XML_AttrValue,,_XML_Text ,_XML_Element_XML_ElementTypeLayout,_XML_Attribute_XML_AttrNamename,_XML_AttrValueHyperlinkWarning,_XML_Attribute_XML_AttrNamealignment,_XML_AttrValueleft,_XML_Attribute_XML_AttrNamebullet,_XML_AttrValuenone,_XML_Attribute_XML_AttrNamefirstindent,_XML_AttrValue0,_XML_Attribute_XML_AttrNameleftmargin,_XML_AttrValue0,_XML_Attribute_XML_AttrNamerightmargin,_XML_AttrValue0,_XML_Attribute_XML_AttrNamelinespacing,_XML_AttrValue0.0,_XML_Attribute_XML_AttrNamespaceabove,_XML_AttrValue0,_XML_Attribute_XML_AttrNamespacebelow,_XML_AttrValue0,_XML_Attribute_XML_AttrNamelinebreak,_XML_AttrValuespace,_XML_Attribute_XML_AttrNamepagebreak-before,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameinitial,_XML_AttrValue0,_XML_Attribute_XML_AttrNamebulletsuffix,_XML_AttrValue,,_XML_Text ,_XML_Element_XML_ElementTypeLayout,_XML_Attribute_XML_AttrNamename,_XML_AttrValueHeading 2,_XML_Attribute_XML_AttrNamealignment,_XML_AttrValueleft,_XML_Attribute_XML_AttrNamebullet,_XML_AttrValuenone,_XML_Attribute_XML_AttrNamefirstindent,_XML_AttrValue0,_XML_Attribute_XML_AttrNameleftmargin,_XML_AttrValue0,_XML_Attribute_XML_AttrNamerightmargin,_XML_AttrValue0,_XML_Attribute_XML_AttrNamelinespacing,_XML_AttrValue0.0,_XML_Attribute_XML_AttrNamespaceabove,_XML_AttrValue16,_XML_Attribute_XML_AttrNamespacebelow,_XML_AttrValue8,_XML_Attribute_XML_AttrNamelinebreak,_XML_AttrValuespace,_XML_Attribute_XML_AttrNamepagebreak-before,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameinitial,_XML_AttrValue0,_XML_Attribute_XML_AttrNamebulletsuffix,_XML_AttrValue,,_XML_Text ,_XML_Element_XML_ElementTypeLayout,_XML_Attribute_XML_AttrNamename,_XML_AttrValueList Item,_XML_Attribute_XML_AttrNamealignment,_XML_AttrValueleft,_XML_Attribute_XML_AttrNamebullet,_XML_AttrValueindent,_XML_Attribute_XML_AttrNamefirstindent,_XML_AttrValue0,_XML_Attribute_XML_AttrNameleftmargin,_XML_AttrValue0,_XML_Attribute_XML_AttrNamerightmargin,_XML_AttrValue0,_XML_Attribute_XML_AttrNamelinespacing,_XML_AttrValue0.2,_XML_Attribute_XML_AttrNamespaceabove,_XML_AttrValue3,_XML_Attribute_XML_AttrNamespacebelow,_XML_AttrValue3,_XML_Attribute_XML_AttrNamelinebreak,_XML_AttrValuespace,_XML_Attribute_XML_AttrNamepagebreak-before,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameinitial,_XML_AttrValue0,_XML_Attribute_XML_AttrNamebulletsuffix,_XML_AttrValue,,_XML_Text ,_XML_Element_XML_ElementTypePencil-style,_XML_Attribute_XML_AttrNamename,_XML_AttrValuePencil 5,_XML_Attribute_XML_AttrNamepen-color,_XML_AttrValue[255,0,0],_XML_Attribute_XML_AttrNamepen-height,_XML_AttrValue5.0,_XML_Attribute_XML_AttrNamepen-width,_XML_AttrValue5.0,_XML_Attribute_XML_AttrNamepen-opacity,_XML_AttrValue1.0,,_XML_Text ,_XML_Element_XML_ElementTypePencil-style,_XML_Attribute_XML_AttrNamename,_XML_AttrValuePencil 4,_XML_Attribute_XML_AttrNamepen-color,_XML_AttrValue[0,0,255],_XML_Attribute_XML_AttrNamepen-height,_XML_AttrValue3.0,_XML_Attribute_XML_AttrNamepen-width,_XML_AttrValue3.0,_XML_Attribute_XML_AttrNamepen-opacity,_XML_AttrValue1.0,,_XML_Text ,_XML_Element_XML_ElementTypePencil-style,_XML_Attribute_XML_AttrNamename,_XML_AttrValuePencil 3,_XML_Attribute_XML_AttrNamepen-color,_XML_AttrValue[0,0,0],_XML_Attribute_XML_AttrNamepen-height,_XML_AttrValue3.0,_XML_Attribute_XML_AttrNamepen-width,_XML_AttrValue3.0,_XML_Attribute_XML_AttrNamepen-opacity,_XML_AttrValue1.0,,_XML_Text ,_XML_Element_XML_ElementTypePencil-style,_XML_Attribute_XML_AttrNamename,_XML_AttrValuePencil 2,_XML_Attribute_XML_AttrNamepen-color,_XML_AttrValue[0,0,255],_XML_Attribute_XML_AttrNamepen-height,_XML_AttrValue1.0,_XML_Attribute_XML_AttrNamepen-width,_XML_AttrValue1.0,_XML_Attribute_XML_AttrNamepen-opacity,_XML_AttrValue1.0,,_XML_Text ,_XML_Element_XML_ElementTypePencil-style,_XML_Attribute_XML_AttrNamename,_XML_AttrValuePencil 1,_XML_Attribute_XML_AttrNamepen-color,_XML_AttrValue[0,0,0],_XML_Attribute_XML_AttrNamepen-height,_XML_AttrValue1.0,_XML_Attribute_XML_AttrNamepen-width,_XML_AttrValue1.0,_XML_Attribute_XML_AttrNamepen-opacity,_XML_AttrValue1.0,,_XML_Text ,_XML_Element_XML_ElementTypeHighlighter-style,_XML_Attribute_XML_AttrNamename,_XML_AttrValueHighlighter 2,_XML_Attribute_XML_AttrNamepen-color,_XML_AttrValue[255,204,0],_XML_Attribute_XML_AttrNamepen-height,_XML_AttrValue14.0,_XML_Attribute_XML_AttrNamepen-width,_XML_AttrValue14.0,_XML_Attribute_XML_AttrNamepen-opacity,_XML_AttrValue0.8,,_XML_Text ,_XML_Element_XML_ElementTypeHighlighter-style,_XML_Attribute_XML_AttrNamename,_XML_AttrValueHighlighter 1,_XML_Attribute_XML_AttrNamepen-color,_XML_AttrValue[255,153,255],_XML_Attribute_XML_AttrNamepen-height,_XML_AttrValue12.0,_XML_Attribute_XML_AttrNamepen-width,_XML_AttrValue8.0,_XML_Attribute_XML_AttrNamepen-opacity,_XML_AttrValue0.8,,_XML_Text ,_XML_Element_XML_ElementTypeHighlighter-style,_XML_Attribute_XML_AttrNamename,_XML_AttrValueHighlighter 4,_XML_Attribute_XML_AttrNamepen-color,_XML_AttrValue[0,255,255],_XML_Attribute_XML_AttrNamepen-height,_XML_AttrValue32.0,_XML_Attribute_XML_AttrNamepen-width,_XML_AttrValue32.0,_XML_Attribute_XML_AttrNamepen-opacity,_XML_AttrValue0.8,,_XML_Text ,_XML_Element_XML_ElementTypeHighlighter-style,_XML_Attribute_XML_AttrNamename,_XML_AttrValueHighlighter 3,_XML_Attribute_XML_AttrNamepen-color,_XML_AttrValue[51,255,0],_XML_Attribute_XML_AttrNamepen-height,_XML_AttrValue24.0,_XML_Attribute_XML_AttrNamepen-width,_XML_AttrValue24.0,_XML_Attribute_XML_AttrNamepen-opacity,_XML_AttrValue0.8,,_XML_Text ,_XML_Element_XML_ElementTypeHighlighter-style,_XML_Attribute_XML_AttrNamename,_XML_AttrValueHighlighter 5,_XML_Attribute_XML_AttrNamepen-color,_XML_AttrValue[255,255,0],_XML_Attribute_XML_AttrNamepen-height,_XML_AttrValue48.0,_XML_Attribute_XML_AttrNamepen-width,_XML_AttrValue48.0,_XML_Attribute_XML_AttrNamepen-opacity,_XML_AttrValue0.8,,_XML_Text ,_XML_Text ,_XML_Element_XML_ElementTypeStartup-Code,_XML_Attribute_XML_AttrNamestartupcode,_XML_AttrValue,,_XML_Text ,_XML_Element_XML_ElementTypeTask-table,,_XML_Text ,_XML_Element_XML_ElementTypeTask-category,_XML_Attribute_XML_AttrNamename,_XML_AttrValue<default>,,_XML_Text ,_XML_Text ,_XML_Element_XML_ElementTypeTask,,,_XML_Text ,_XML_Element_XML_ElementTypeSection,_XML_Attribute_XML_AttrNamecollapsed,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameMultipleChoiceAnswerIndex,_XML_AttrValue-1,_XML_Attribute_XML_AttrNameMultipleChoiceRandomizeChoices,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameTrueFalseAnswerIndex,_XML_AttrValue-1,_XML_Attribute_XML_AttrNameEssayAnswerRows,_XML_AttrValue5,_XML_Attribute_XML_AttrNameEssayAnswerColumns,_XML_AttrValue60,_XML_Element_XML_ElementTypeTitle,,_XML_Text ,_XML_Element_XML_ElementTypeText-field,_XML_Attribute_XML_AttrNamestyle,_XML_AttrValueHeading 1,_XML_Attribute_XML_AttrNamelayout,_XML_AttrValueHeading 1,_XML_TextBessel's equation,_XML_Element_XML_ElementTypePresentation-Block,,_XML_Text ,_XML_Element_XML_ElementTypeGroup,_XML_Attribute_XML_AttrNameview,_XML_AttrValuepresentation,_XML_Attribute_XML_AttrNamehide-input,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamehide-output,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNameinline-output,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamelabelreference,_XML_AttrValueL4,_XML_Attribute_XML_AttrNamedrawlabel,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNameapplyint,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNameapplyrational,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNameapplyexponent,_XML_AttrValuefalse,_XML_Text ,_XML_Element_XML_ElementTypeInput,,_XML_Text ,_XML_Element_XML_ElementTypeText-field,_XML_Attribute_XML_AttrNamestyle,_XML_AttrValueText,_XML_Attribute_XML_AttrNamelayout,_XML_AttrValueNormal,_XML_TextThe second-order differential equation ,_XML_Text ,_XML_Text ,_XML_Element_XML_ElementTypePresentation-Block,,_XML_Text ,_XML_Element_XML_ElementTypeGroup,_XML_Attribute_XML_AttrNameview,_XML_AttrValuepresentation,_XML_Attribute_XML_AttrNamehide-input,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamehide-output,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNameinline-output,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamelabelreference,_XML_AttrValueL5,_XML_Attribute_XML_AttrNamedrawlabel,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNameapplyint,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNameapplyrational,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNameapplyexponent,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameredirect-target,_XML_AttrValueL6,_XML_Text ,_XML_Element_XML_ElementTypeInput,,_XML_Text ,_XML_Element_XML_ElementTypeText-field,_XML_Attribute_XML_AttrNameprompt,_XML_AttrValue> ,_XML_Attribute_XML_AttrNamestyle,_XML_AttrValueMaple Input,_XML_Attribute_XML_AttrNamelayout,_XML_AttrValueNormal,_XML_Element_XML_ElementTypeEquation,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNamestyle,_XML_AttrValue2D Input,_XML_Attribute_XML_AttrNameinput-equation,_XML_AttrValue,_XML_Attribute_XML_AttrNamedisplay,_XML_AttrValueLUklbXJvd0c2Iy9JK21vZHVsZW5hbWVHNiJJLFR5cGVzZXR0aW5nR0koX3N5c2xpYkdGJzY4LUklbXN1cEdGJDYlLUkjbWlHRiQ2JVEieEYnLyUnaXRhbGljR1EldHJ1ZUYnLyUsbWF0aHZhcmlhbnRHUSdpdGFsaWNGJy1GIzYnLUkjbW5HRiQ2JFEiMkYnL0Y2USdub3JtYWxGJ0YyLyUrZXhlY3V0YWJsZUdRJmZhbHNlRicvJTBmb250X3N0eWxlX25hbWVHUSgyRH5NYXRoRidGNS8lMXN1cGVyc2NyaXB0c2hpZnRHUSIwRictSSNtb0dGJDYtUSJ+RidGPi8lJmZlbmNlR0ZCLyUqc2VwYXJhdG9yR0ZCLyUpc3RyZXRjaHlHRkIvJSpzeW1tZXRyaWNHRkIvJShsYXJnZW9wR0ZCLyUubW92YWJsZWxpbWl0c0dGQi8lJ2FjY2VudEdGQi8lJ2xzcGFjZUdRJjAuMGVtRicvJSdyc3BhY2VHRmduLUkmbWZyYWNHRiQ2KC1GIzYnLUYsNiUtRko2LVEwJkRpZmZlcmVudGlhbEQ7RidGPi9GTlEmdW5zZXRGJy9GUEZlby9GUkZlby9GVEZlby9GVkZlby9GWEZlby9GWkZlb0ZlbkZobkY6RkZGSS1GLzYlUSJ5RidGMkY1RkBGPi1GIzYmLUYsNiVGYW8tSSdtc3BhY2VHRiQ2Ji8lJ2hlaWdodEdRJjAuMGV4RicvJSZ3aWR0aEdRJjAuMmVtRicvJSZkZXB0aEdGaHAvJSpsaW5lYnJlYWtHUSVhdXRvRidGRi1GLDYlRi5GOkZGRkBGPi8lLmxpbmV0aGlja25lc3NHUSIxRicvJStkZW5vbWFsaWduR1EnY2VudGVyRicvJSludW1hbGlnbkdGaHEvJSliZXZlbGxlZEdGQi1GSjYtUSIrRidGPkZNRk9GUUZTRlVGV0ZZL0ZmblEsMC4yMjIyMjIyZW1GJy9GaW5GYXJGSUYuRkktRltvNigtRiM2J0Zhb0ZJRlxwRkBGPi1GIzYnRmFvRklGLkZARj5GY3FGZnFGaXFGW3JGSUZdckZJLUkobWZlbmNlZEdGJDYkLUYjNilGK0ZJLUZKNi1RKiZ1bWludXMwO0YnRj5GTUZPRlFGU0ZVRldGWUZgckZickZJLUYsNiUtRi82JVEnJiM5NTc7RicvRjNGQkY+RjhGRkZARj5GPkZJRlxwLUZqcjYkLUYjNiVGLkZARj5GPkZJLUZKNi1RIj1GJ0Y+Rk1GT0ZRRlNGVUZXRlkvRmZuUSwwLjI3Nzc3NzhlbUYnL0ZpbkZfdEZJLUY7NiRGSEY+RklGQEY+,_XML_TextLUklbXJvd0c2Iy9JK21vZHVsZW5hbWVHNiJJLFR5cGVzZXR0aW5nR0koX3N5c2xpYkdGJzY4LUklbXN1cEdGJDYlLUkjbWlHRiQ2JVEieEYnLyUnaXRhbGljR1EldHJ1ZUYnLyUsbWF0aHZhcmlhbnRHUSdpdGFsaWNGJy1GIzYnLUkjbW5HRiQ2JFEiMkYnL0Y2USdub3JtYWxGJ0YyLyUrZXhlY3V0YWJsZUdRJmZhbHNlRicvJTBmb250X3N0eWxlX25hbWVHUSgyRH5NYXRoRidGNS8lMXN1cGVyc2NyaXB0c2hpZnRHUSIwRictSSNtb0dGJDYtUSJ+RidGPi8lJmZlbmNlR0ZCLyUqc2VwYXJhdG9yR0ZCLyUpc3RyZXRjaHlHRkIvJSpzeW1tZXRyaWNHRkIvJShsYXJnZW9wR0ZCLyUubW92YWJsZWxpbWl0c0dGQi8lJ2FjY2VudEdGQi8lJ2xzcGFjZUdRJjAuMGVtRicvJSdyc3BhY2VHRmduLUkmbWZyYWNHRiQ2KC1GIzYnLUYsNiUtRko2LVEwJkRpZmZlcmVudGlhbEQ7RidGPi9GTlEmdW5zZXRGJy9GUEZlby9GUkZlby9GVEZlby9GVkZlby9GWEZlby9GWkZlb0ZlbkZobkY6RkZGSS1GLzYlUSJ5RidGMkY1RkBGPi1GIzYmLUYsNiVGYW8tSSdtc3BhY2VHRiQ2Ji8lJ2hlaWdodEdRJjAuMGV4RicvJSZ3aWR0aEdRJjAuMmVtRicvJSZkZXB0aEdGaHAvJSpsaW5lYnJlYWtHUSVhdXRvRidGRi1GLDYlRi5GOkZGRkBGPi8lLmxpbmV0aGlja25lc3NHUSIxRicvJStkZW5vbWFsaWduR1EnY2VudGVyRicvJSludW1hbGlnbkdGaHEvJSliZXZlbGxlZEdGQi1GSjYtUSIrRidGPkZNRk9GUUZTRlVGV0ZZL0ZmblEsMC4yMjIyMjIyZW1GJy9GaW5GYXJGSUYuRkktRltvNigtRiM2J0Zhb0ZJRlxwRkBGPi1GIzYnRmFvRklGLkZARj5GY3FGZnFGaXFGW3JGSUZdckZJLUkobWZlbmNlZEdGJDYkLUYjNilGK0ZJLUZKNi1RKiZ1bWludXMwO0YnRj5GTUZPRlFGU0ZVRldGWUZgckZickZJLUYsNiUtRi82JVEnJiM5NTc7RicvRjNGQkY+RjhGRkZARj5GPkZJRlxwLUZqcjYkLUYjNiVGLkZARj5GPkZJLUZKNi1RIj1GJ0Y+Rk1GT0ZRRlNGVUZXRlkvRmZuUSwwLjI3Nzc3NzhlbUYnL0ZpbkZfdEZJLUY7NiRGSEY+RklGQEY+,_XML_Text ,_XML_Text ,_XML_Element_XML_ElementTypeOutput,,_XML_Text ,_XML_Element_XML_ElementTypeText-field,_XML_Attribute_XML_AttrNamesuperscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameplaceholder,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameselection-placeholder,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameitalic,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesize,_XML_AttrValue12,_XML_Attribute_XML_AttrNamebold,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamesubscript,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamefamily,_XML_AttrValueTimes New Roman,_XML_Attribute_XML_AttrNameopaque,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameunderline,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamebackground,_XML_AttrValue[255,255,255],_XML_Attribute_XML_AttrNamereadonly,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameforeground,_XML_AttrValue[0,0,0],_XML_Attribute_XML_AttrNamealignment,_XML_AttrValuecentred,_XML_Attribute_XML_AttrNamefirstindent,_XML_AttrValue0,_XML_Attribute_XML_AttrNamespacebelow,_XML_AttrValue0,_XML_Attribute_XML_AttrNameleftmargin,_XML_AttrValue0,_XML_Attribute_XML_AttrNamelinespacing,_XML_AttrValue0.0,_XML_Attribute_XML_AttrNameinitial,_XML_AttrValue0,_XML_Attribute_XML_AttrNamelinebreak,_XML_AttrValuespace,_XML_Attribute_XML_AttrNamerightmargin,_XML_AttrValue0,_XML_Attribute_XML_AttrNamebulletsuffix,_XML_AttrValue,_XML_Attribute_XML_AttrNamespaceabove,_XML_AttrValue0,_XML_Attribute_XML_AttrNamebullet,_XML_AttrValuenone,_XML_Attribute_XML_AttrNamepagebreak-before,_XML_AttrValuefalse,_XML_Element_XML_ElementTypeEquation,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamestyle,_XML_AttrValue2D Output,_XML_Attribute_XML_AttrNamedisplay,_XML_AttrValueLUkjbWlHNiMvSSttb2R1bGVuYW1lRzYiSSxUeXBlc2V0dGluZ0dJKF9zeXNsaWJHRic2JVE1b3V0cHV0fnJlZGlyZWN0ZWQuLi5GJy8lJ2l0YWxpY0dRJXRydWVGJy8lLG1hdGh2YXJpYW50R1EnaXRhbGljRic=,_XML_TextLUkjbWlHNiMvSSttb2R1bGVuYW1lRzYiSSxUeXBlc2V0dGluZ0dJKF9zeXNsaWJHRic2JVE1b3V0cHV0fnJlZGlyZWN0ZWQuLi5GJy8lJ2l0YWxpY0dRJXRydWVGJy8lLG1hdGh2YXJpYW50R1EnaXRhbGljRic=,_XML_Text ,_XML_Text ,_XML_Text ,_XML_Element_XML_ElementTypeGroup,_XML_Attribute_XML_AttrNameview,_XML_AttrValuepresentation,_XML_Attribute_XML_AttrNamehide-input,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNamehide-output,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameinline-output,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamelabelreference,_XML_AttrValueL6,_XML_Attribute_XML_AttrNamedrawlabel,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNameapplyint,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNameapplyrational,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNameapplyexponent,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNameredirect-source,_XML_AttrValueL5,_XML_Text ,_XML_Element_XML_ElementTypeInput,,_XML_Text ,_XML_Element_XML_ElementTypeText-field,_XML_Attribute_XML_AttrNameprompt,_XML_AttrValue> ,_XML_Attribute_XML_AttrNamestyle,_XML_AttrValueMaple Input,_XML_Attribute_XML_AttrNamelayout,_XML_AttrValueNormal,_XML_Textprint(,_XML_Element_XML_ElementTypeLabel,_XML_Attribute_XML_AttrNamelabel,_XML_AttrValueL5,_XML_Attribute_XML_AttrNameview,_XML_AttrValuelabel,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuetrue,_XML_Text,_XML_Text); # input placeholder,_XML_Text ,_XML_Text ,_XML_Element_XML_ElementTypeOutput,,_XML_Text ,_XML_Element_XML_ElementTypeText-field,_XML_Attribute_XML_AttrNamestyle,_XML_AttrValue2D Output,_XML_Attribute_XML_AttrNamelayout,_XML_AttrValueMaple Output,_XML_Element_XML_ElementTypeEquation,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamestyle,_XML_AttrValue2D Output,_XML_Attribute_XML_AttrNamedisplay,_XML_AttrValueLUklbXJvd0c2Iy9JK21vZHVsZW5hbWVHNiJJLFR5cGVzZXR0aW5nR0koX3N5c2xpYkdGJzYoLUYjNigtRiM2Ji1JJW1zdXBHRiQ2JS1JI21pR0YkNiVRInhGJy8lJ2l0YWxpY0dRJXRydWVGJy8lLG1hdGh2YXJpYW50R1EnaXRhbGljRictSSNtbkdGJDYkUSIyRicvRjpRJ25vcm1hbEYnLyUxc3VwZXJzY3JpcHRzaGlmdEdRIjBGJy1JI21vR0YkNi1RMSZJbnZpc2libGVUaW1lcztGJ0ZALyUmZmVuY2VHUSZmYWxzZUYnLyUqc2VwYXJhdG9yR0ZLLyUpc3RyZXRjaHlHRksvJSpzeW1tZXRyaWNHRksvJShsYXJnZW9wR0ZLLyUubW92YWJsZWxpbWl0c0dGSy8lJ2FjY2VudEdGSy8lJ2xzcGFjZUdRJjAuMGVtRicvJSdyc3BhY2VHRlotSShtZmVuY2VkR0YkNiQtRiM2KC1JJm1mcmFjR0YkNigtRiM2Ji1GMDYlLUZGNi1RMCZEaWZmZXJlbnRpYWxEO0YnRkBGSUZMRk5GUEZSRlRGVkZYRmVuRjxGQi8lK2ZvcmVncm91bmRHUShbMCwwLDBdRicvJSlyZWFkb25seUdGS0ZALUYjNiYtRiM2J0Zjb0YvRmZvRmlvRkBGZm9GaW9GQC8lLmxpbmV0aGlja25lc3NHUSIxRicvJStkZW5vbWFsaWduR1EnY2VudGVyRicvJSludW1hbGlnbkdGZHAvJSliZXZlbGxlZEdGS0ZFLUYjNigtRjM2JVEieUYnRjZGOS1GRjYtUTAmQXBwbHlGdW5jdGlvbjtGJ0ZARklGTEZORlBGUkZURlZGWEZlbi1GaG42JC1GIzYmRjJGZm9GaW9GQEZARmZvRmlvRkBGZm9GaW9GQEZARkAtRkY2LVEiK0YnRkBGSUZMRk5GUEZSRlRGVi9GWVEsMC4yMjIyMjIyZW1GJy9GZm5GaXEtRiM2JkYyRkUtRmhuNiQtRiM2KC1GXW82KC1GIzYmRmNvRmZvRmlvRkAtRiM2Ji1GIzYnRmNvRjJGZm9GaW9GQEZmb0Zpb0ZARl9wRmJwRmVwRmdwRkVGaXBGZm9GaW9GQEZARkBGZXEtRiM2Ji1GaG42JC1GIzYnLUZGNi1RKiZ1bWludXMwO0YnRkBGSUZMRk5GUEZSRlRGVkZocUZqcS1GIzYkLUYwNiUtRjM2JVEnJiM5NTc7RicvRjdGS0ZARjxGQkZARmVxLUYjNiRGL0ZARkBGQEZFRmlwRkBGQC1GRjYtUSI9RidGQEZJRkxGTkZQRlJGVEZWL0ZZUSwwLjI3Nzc3NzhlbUYnL0ZmbkZgdC1GPTYkRkRGQEZmb0Zpb0ZA,_XML_TextLywoKiZJInhHNiIiIiMtSSVkaWZmRyUqcHJvdGVjdGVkRzYkLUYpNiQtSSJ5R0YmNiNGJUYlRiUiIiJGMSomRiVGMUYsRjFGMSomLCYqJEkjbnVHRiZGJyEiIiokRiVGJ0YxRjFGLkYxRjEiIiE=,_XML_Text ,_XML_Text ,_XML_Element_XML_ElementTypePresentation-Block,,_XML_Text ,_XML_Element_XML_ElementTypeGroup,_XML_Attribute_XML_AttrNameview,_XML_AttrValuepresentation,_XML_Attribute_XML_AttrNamehide-input,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamehide-output,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNameinline-output,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamelabelreference,_XML_AttrValueL10,_XML_Attribute_XML_AttrNamedrawlabel,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNameapplyint,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNameapplyrational,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNameapplyexponent,_XML_AttrValuefalse,_XML_Text ,_XML_Element_XML_ElementTypeInput,,_XML_Text ,_XML_Element_XML_ElementTypeText-field,_XML_Attribute_XML_AttrNamestyle,_XML_AttrValueText,_XML_Attribute_XML_AttrNamelayout,_XML_AttrValueNormal,_XML_Textis called Bessel's equation. The ,_XML_Element_XML_ElementTypeHyperlink,_XML_Attribute_XML_AttrNamelinktarget,_XML_AttrValueDictionary:Definition,Besselfunction,_XML_Attribute_XML_AttrNamehyperlink,_XML_AttrValuetrue,_XML_Element_XML_ElementTypeFont,_XML_Attribute_XML_AttrNamestyle,_XML_AttrValueText,_XML_Attribute_XML_AttrNameunderline,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNameforeground,_XML_AttrValue[147,0,15],_XML_TextBessel functions,_XML_Text of first and second kind are independent solutions of this equation.,_XML_Text ,_XML_Text ,_XML_Text ,_XML_Element_XML_ElementTypePresentation-Block,,_XML_Text ,_XML_Element_XML_ElementTypeGroup,_XML_Attribute_XML_AttrNameview,_XML_AttrValuepresentation,_XML_Attribute_XML_AttrNamehide-input,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamehide-output,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNameinline-output,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamelabelreference,_XML_AttrValueL2,_XML_Attribute_XML_AttrNamedrawlabel,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNameapplyint,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNameapplyrational,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNameapplyexponent,_XML_AttrValuefalse,_XML_Text ,_XML_Element_XML_ElementTypeInput,,_XML_Text ,_XML_Element_XML_ElementTypeText-field,_XML_Attribute_XML_AttrNamestyle,_XML_AttrValueText,_XML_Attribute_XML_AttrNamelayout,_XML_AttrValueNormal,_XML_Text,_XML_Text ,_XML_Text ,_XML_Element_XML_ElementTypePresentation-Block,,_XML_Text ,_XML_Element_XML_ElementTypeGroup,_XML_Attribute_XML_AttrNameview,_XML_AttrValuepresentation,_XML_Attribute_XML_AttrNamehide-input,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamehide-output,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNameinline-output,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamelabelreference,_XML_AttrValueL11,_XML_Attribute_XML_AttrNamedrawlabel,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNameapplyint,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNameapplyrational,_XML_AttrValuetrue,_XML_Attribute_XML_AttrNameapplyexponent,_XML_AttrValuefalse,_XML_Text ,_XML_Element_XML_ElementTypeInput,,_XML_Text ,_XML_Element_XML_ElementTypeText-field,_XML_Attribute_XML_AttrNamestyle,_XML_AttrValueText,_XML_Attribute_XML_AttrNamelayout,_XML_AttrValueNormal,_XML_Element_XML_ElementTypeEquation,_XML_Attribute_XML_AttrNameexecutable,_XML_AttrValuefalse,_XML_Attribute_XML_AttrNamestyle,_XML_AttrValue2D Math,_XML_Attribute_XML_AttrNameinput-equation,_XML_AttrValue,_XML_Attribute_XML_AttrNamedisplay,_XML_AttrValueLUklbXJvd0c2Iy9JK21vZHVsZW5hbWVHNiJJLFR5cGVzZXR0aW5nR0koX3N5c2xpYkdGJzYkLUkjbWlHRiQ2I1EhRicvJSxtYXRodmFyaWFudEdRJ25vcm1hbEYn,_XML_TextJSFH,_XML_Text ,_XML_Text ,_XML_Text
Exportbessel3.ipynb,besselWS,base=homedir
591
See Also
Exporting Worksheets to Other Formats
file
Formats
Overview of the Maple Kernel for Jupyter
worksheet
Download Help Document