Differences between revisions 1 and 12 (spanning 11 versions)
Revision 1 as of 2010-01-29 23:45:33
Size: 75
Comment:
Revision 12 as of 2010-01-30 00:40:56
Size: 1706
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
import goto [[main page]]
Line 3: Line 3:
http://edu.kde.org/cantor/ <<TableOfContents>>

= Cantor =

Cantor is a front-end for many mathematical software applications like Sage, Maxima, R and KAlgebra. Cantor belongs to [[http://edu.kde.org/|The KDE Education Project]] and lets you use your favorite mathematical applications from within a nice KDE-integrated Worksheet Interface. It offers assistant dialogs for common tasks and allows you to share your worksheets with others.

'''Cantor's main features are:'''
 * Nice Worksheet view for evaluating expressions
 * View of plotting results inside the worksheet or in a separate window
 * Easy plugin based structure to add different Backends
 * [[http://ghns.freedesktop.org/|GetHotNewStuff]] integration to upload/download example worksheets
 * Typesetting of mathematical formulas using LaTeX
 * Backend aware syntax highlighting
 * Plugin based assistant dialogs for common tasks (like integrating a function or entering a matrix)

= Install Cantor =
Here a way to build only cantor ;)

 * First obtain the sources
svn co svn://anonsvn.kde.org/home/kde/trunk/KDE/kdeedu/cantor

 * Replace the the content of cantor/CMakeLists.txt with this

<pre>
czzxc zxcz
</pre>
Line 6: Line 31:
http://pastebin.com/m28be29f
Line 7: Line 33:
 * Type this 4 commands
<code>
cd cantor
mkdir build
cd build
cmake ../
</code>
Line 8: Line 41:
You can choose where to install with this param DCMAKE_INSTALL_PREFIX
For example:
cmake -DCMAKE_INSTALL_PREFIX=/usr/ ../
Line 9: Line 45:
 * Type this command

<code>
make install
</code>

= Using Sage with Cantor =
 * Worksheet managment ...
 *
 *

= Links =
 * Official Site - http://edu.kde.org/cantor/
 * Author's Blog - http://arieder.wordpress.com/
Line 11: Line 61:
CategoryCategory Front-ends

goto main page

Cantor

Cantor is a front-end for many mathematical software applications like Sage, Maxima, R and KAlgebra. Cantor belongs to The KDE Education Project and lets you use your favorite mathematical applications from within a nice KDE-integrated Worksheet Interface. It offers assistant dialogs for common tasks and allows you to share your worksheets with others.

Cantor's main features are:

  • Nice Worksheet view for evaluating expressions
  • View of plotting results inside the worksheet or in a separate window
  • Easy plugin based structure to add different Backends
  • GetHotNewStuff integration to upload/download example worksheets

  • Typesetting of mathematical formulas using LaTeX
  • Backend aware syntax highlighting
  • Plugin based assistant dialogs for common tasks (like integrating a function or entering a matrix)

Install Cantor

Here a way to build only cantor ;)

  • First obtain the sources

svn co svn://anonsvn.kde.org/home/kde/trunk/KDE/kdeedu/cantor

  • Replace the the content of cantor/CMakeLists.txt with this

<pre> czzxc zxcz </pre>

http://pastebin.com/m28be29f

  • Type this 4 commands

<code> cd cantor mkdir build cd build cmake ../ </code>

You can choose where to install with this param DCMAKE_INSTALL_PREFIX For example: cmake -DCMAKE_INSTALL_PREFIX=/usr/ ../

  • Type this command

<code> make install </code>

Using Sage with Cantor

  • Worksheet managment ...

Links


Front-ends

Cantor (last edited 2018-01-31 17:43:50 by slelievre)