Differences between revisions 9 and 16 (spanning 7 versions)
Revision 9 as of 2010-01-30 00:19:45
Size: 1845
Comment:
Revision 16 as of 2010-01-30 03:40:41
Size: 1691
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
goto [[main page]] goto [[Tips]]
Line 7: 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. 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.
Line 9: Line 9:
Cantor belongs

Cantor's main features are:
'''Cantor's main features are:'''
Line 15: Line 13:
 * GetHotNewStuff integration to upload/download example worksheets  * [[http://ghns.freedesktop.org/|GetHotNewStuff]] integration to upload/download example worksheets
Line 21: Line 19:
 * [[daysmarseille|Sage Days 20]] -- Marseille, France (February 22-26, 2010); theme: Combinatorics
 * [[http://www.fields.utoronto.ca/programs/scientific/09-10/sage/index.html|Sage Days 20.5]] -- Toronto, Canada (May 3-7, 2010); theme: Algebraic Combinatorics,
Line 26: Line 21:
1- First obtain the sources
... See More
 * First obtain the sources
Line 30: Line 24:
2- Replace the the content of cantor/CMakeLists.txt with this  * Replace the the content of cantor/CMakeLists.txt with this

<pre>
czzxc zxcz
</pre>
Line 34: Line 33:
3- Type this 4 commands  * Type this 4 commands:
 cd cantor
 mkdir build
 cd build
 cmake ../
Line 36: Line 39:
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/ ../
Line 41: Line 42:
You can choose where to install with this param DCMAKE_INSTALL_PREFIX
For example:
cmake -DCMAKE_INSTALL_PREFIX=/usr/ ../
 * Type this command
Line 45: Line 44:
4- Type this command
<code>
Line 48: Line 46:


</code>

goto Tips

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: 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/ ../
  • 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)