40 lines
1.1 KiB
HTML
40 lines
1.1 KiB
HTML
|
<!-- saved from url=(0014)about:internet -->
|
||
|
<html>
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=9" />
|
||
|
<head>
|
||
|
<title>Graphing Calculator: Exporting and importing expressions</title>
|
||
|
<link href="style.css" rel="stylesheet" type="text/css" />
|
||
|
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<h1>Graphing Calculator: Exporting and importing expressions</h1>
|
||
|
|
||
|
<div class="section">
|
||
|
<h2>Content</h2>
|
||
|
<ul>
|
||
|
<li><a href="#exp">Exporting</a></li>
|
||
|
<li><a href="#imp">Importing</a></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
|
||
|
<div class="section">
|
||
|
<a name="exp"></a>
|
||
|
<h2>Exporting</h2>
|
||
|
|
||
|
<p>You can export an expression list from the <em>File</em> menu by clicking <em>Save plotted expressions</em> (or Ctrl+S). Expressions are saved in an XML file which can be imported later.</p>
|
||
|
</div>
|
||
|
|
||
|
<div class="section">
|
||
|
<a name="imp"></a>
|
||
|
<h2>Importing</h2>
|
||
|
<p>To import already saved expressions, select the <em>Import</em> item from the <em>File</em> menu.</p>
|
||
|
</div>
|
||
|
|
||
|
<div class="footer">
|
||
|
Software created by Chibici Tiberiu.
|
||
|
Contact: <a href="mailto:chibicitiberiu@gmail.com">chibicitiberiu@gmail.com</a>
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
</html>
|