Results 1 to 3 of 3

Thread: Programs to Create Calculation Templates

  1. #1
    Join Date
    Nov 2007
    Beans
    120

    Programs to Create Calculation Templates

    i'm looking for a linux program similar to Mathcad.
    something that will show inline equations and perform the math based on predefines variables. even more i would like it to be able to show/hide entire sections. or maybe select what calculation are to be performed based on the information provided

    it seems like LaTeX might be a good choice, only i'm not quite understanding how to get it actually perform the calculations, and i dont really like the idea of having to program everything (i'm not a programmer...)

  2. #2
    Join Date
    Jan 2008
    Beans
    Hidden!

    Re: Programs to Create Calculation Templates

    Quote Originally Posted by Gripp View Post
    ...
    it seems like LaTeX might be a good choice, only i'm not quite understanding how to get it actually perform the calculations, and i dont really like the idea of having to program everything (i'm not a programmer...)
    Latex is very simply.
    ftp://ftp.gust.org.pl/TeX/info/lshor...ish/lshort.pdf
    http://www.tug.org/texlive/doc.html
    http://www.tug.org/texlive/
    http://www.tug.org/texlive/doc/texlive-en/live.html

    Try lyx:
    LyX is an almost WYSIWYG-frontend for LaTeX that runs under the X Window System. It makes the power and typesetting quality of LaTeX available for people who are used to word processors.
    Code:
    sudo apt-get install lyx

  3. #3
    Join Date
    Jul 2008
    Beans
    2

    Re: Programs to Create Calculation Templates

    For calculations in LaTeX you can use a CalcTeX package. You can creating a templtates within hiding parts too. For example:
    Code:
    this is text... and definition of a value $a:=\pi/2$ next
    is possible to print a value $a$ and def. b value \[b:=sin(a)\]
    Is possible creating calculations within units too.
    For more info pls visit project's web http://sg.bzip.pl/CalcTeX
    I'm author of this package and I'm ofen for help you.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •