Differences between revisions 3 and 9 (spanning 6 versions)
Revision 3 as of 2010-01-29 23:52:11
Size: 624
Comment:
Revision 9 as of 2010-01-30 00:19:45
Size: 1845
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
goto [[main page]]

<<TableOfContents>>
Line 2: Line 6:
Cantor is an application that 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.
Line 4: Line 7:
Cantor is a front-end for many mathematical software applications like Sage, Maxima, R and KAlgebra. Cantor 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.
Line 5: Line 9:
Cantor belongs

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)
Line 10: Line 24:
Here a way to build only cantor ;)

1- First obtain the sources
... See More
svn co svn://anonsvn.kde.org/home/kde/trunk/KDE/kdeedu/cantor

2- Replace the the content of cantor/CMakeLists.txt with this

http://pastebin.com/m28be29f

3- Type this 4 commands

cd cantor
mkdir build
cd build
cmake ../

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

4- Type this command

make install
Line 14: Line 52:
Please see http://edu.kde.org/cantor/ for more detail = Using Sage with Cantor =
 * Worksheet managment ...
 *
 *

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

goto main page

Cantor

Cantor is a front-end for many mathematical software applications like Sage, Maxima, R and KAlgebra. Cantor 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 belongs

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

  • Sage Days 20 -- Marseille, France (February 22-26, 2010); theme: Combinatorics

  • Sage Days 20.5 -- Toronto, Canada (May 3-7, 2010); theme: Algebraic Combinatorics,

Here a way to build only cantor ;)

1- First obtain the sources ... See More svn co svn://anonsvn.kde.org/home/kde/trunk/KDE/kdeedu/cantor

2- Replace the the content of cantor/CMakeLists.txt with this

http://pastebin.com/m28be29f

3- Type this 4 commands

cd cantor mkdir build cd build cmake ../

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

4- Type this command

make install

Using Sage with Cantor

  • Worksheet managment ...

Links


Front-ends

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