• Re: software to document and develop projects

    From Van Snyder@21:1/5 to Gary L. Roach on Sat Feb 8 02:40:01 2025
    On Fri, 2025-02-07 at 17:28 -0800, Gary L. Roach wrote:
    I have been trying  to find a software package that would allow me to
    do math calculations along with running documentation.I have tried
    using -Octave but it doesn't allow modification of content once you
    hit the enter key. After a few mistakes and corrections things get so
    messy that content is unreadable. I need something that will allow corrections to be made.in both the math and text. Anyone have a
    suggestion.

    Maple does that well, but it's expensive for a permanent license. They
    offer an evaluation license.

    I wrote a simple processor that looks for comments that begin !{ in my
    Fortran codes and writes a LaTeX file, which I then process into PDF.
    Lets me see gorgeously LaTeX typeset math beside my code.


    Gary R



    <html><head>


    </head>
    <body><div>On Fri, 2025-02-07 at 17:28 -0800, Gary L. Roach wrote:</div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><p>I have been trying&nbsp; to find a software package that would allow me to do
    math calculations along with running documentation.I have tried using -Octave but it doesn't allow modification of content once you hit the enter key. After a few mistakes and corrections things get so messy that content is unreadable. I need something
    that will allow corrections to be made.in both the math and text. Anyone have a suggestion.</p></blockquote><div><br></div><div>Maple does that well, but it's expensive for a permanent license. They offer an evaluation license.</div><div><br></div><div>I
    wrote a simple processor that looks for comments that begin !{ in my Fortran codes and writes a LaTeX file, which I then process into PDF. Lets me see gorgeously LaTeX typeset math beside my code.</div><div><br></div><blockquote type="cite" style="margin:
    0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><p><br></p><p>Gary R<br></p><div> <lt-container></lt-container></div></blockquote><div><br></div><div><span></span></div></body></html>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Geert Stappers@21:1/5 to Gary L. Roach on Sat Feb 8 08:00:02 2025
    On Fri, Feb 07, 2025 at 05:28:43PM -0800, Gary L. Roach wrote:
    I have been trying  to find a software package that would allow me to do
    math calculations along with running documentation.I have tried using
    -Octave but it doesn't allow modification of content once you hit the enter key. After a few mistakes and corrections things get so messy that content
    is unreadable. I need something that will allow corrections to be made.in both the math and text. Anyone have a suggestion.

    Despite not completely understanding the need, I suggest https://en.wikipedia.org/wiki/Project_Jupyter#Jupyter_Notebook


    Groeten
    Geert Stappers
    --
    Silence is hard to parse

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Richard Owlett@21:1/5 to Geert Stappers on Sat Feb 8 09:50:02 2025
    On 2/8/25 12:56 AM, Geert Stappers wrote:
    On Fri, Feb 07, 2025 at 05:28:43PM -0800, Gary L. Roach wrote:
    I have been trying  to find a software package that would allow me to do
    math calculations along with running documentation.I have tried using
    -Octave but it doesn't allow modification of content once you hit the enter >> key. After a few mistakes and corrections things get so messy that content >> is unreadable. I need something that will allow corrections to be made.in
    both the math and text. Anyone have a suggestion.

    Despite not completely understanding the need, I suggest https://en.wikipedia.org/wiki/Project_Jupyter#Jupyter_Notebook


    I looked at that link and https://jupyter.org/ . I don't know if it
    meets the OP's needs but I may find it useful. Will read more fully
    after a good night's sleep.

    Is there a relevant traditional mailing list or USENET group?
    [ I *avoid* social networks, WEB based forums, Google groups, etc ]

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From debian-user@howorth.org.uk@21:1/5 to Gary L. Roach on Sat Feb 8 15:00:02 2025
    "Gary L. Roach" <garyroach719@gmail.com> wrote:
    I have been trying  to find a software package that would allow me to
    do math calculations along with running documentation.I have tried
    using -Octave but it doesn't allow modification of content once you
    hit the enter key. After a few mistakes and corrections things get so
    messy that content is unreadable. I need something that will allow corrections to be made.in both the math and text. Anyone have a
    suggestion.

    There's a wikipedia article https://en.wikipedia.org/wiki/List_of_open-source_software_for_mathematics
    that might provide some possibilities.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Michel Verdier@21:1/5 to Van Snyder on Sat Feb 8 16:20:02 2025
    On 2025-02-07, Van Snyder wrote:

    I wrote a simple processor that looks for comments that begin !{ in my Fortran codes and writes a LaTeX file, which I then process into PDF.
    Lets me see gorgeously LaTeX typeset math beside my code.

    Emacs org mode can handle mixed code / documentation

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)