mailing-list for TeXmacs Users

Text archives Help


Octave plugin v2020.6 released


Chronological Thread 
  • From: Darcy Shen <address@hidden>
  • To: "texmacs-users" <address@hidden>
  • Subject: Octave plugin v2020.6 released
  • Date: Fri, 26 Jun 2020 23:07:12 +0800
  • Arc-authentication-results: i=1; mx.zoho.com.cn; spf=pass smtp.mailfrom=address@hidden; dmarc=pass header.from=<address@hidden> header.from=<address@hidden>
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com.cn; s=zohoarc; t=1593184034; h=Content-Type:Date:From:MIME-Version:Message-ID:Subject:To; bh=4NJx1EvR5BLKRcKq7zEbjkblBNSKWzgGLyOCEK+xR94=; b=C9WKhuOYKWJlgTzfGKk4U6oWUYDgxSabHPNk98chYWUi2V10cF0TO/+hCooX4FVtpefLUFTMnOOJcfdAIg2G3YU3Y3OJcNEZrpNLYflpT8ewUPi813QdXg89o88isE9wN2g3ueQGJ4NoIeUaFOcAe6pF9VSmT3HiOG5K9MLkHJI=
  • Arc-seal: i=1; a=rsa-sha256; t=1593184034; cv=none; d=zoho.com.cn; s=zohoarc; b=TxoZ49dtHw5aNvKLx0rdpGNgKq21I1cIv0SBXOUwdlRXlVrUS+7DuknUpGQJTJsz1set7/qrBs35aDbK48B/NLH2BSvm/vsn1iLC3wTlfkUcdf+vIiJxLb3etwClXBOUeDPp0uwnBWyRLM/4RMApsrCGAln57J2Q4nhXrIXPx6E=
  • Importance: Medium

ChangeLog

  1. 2D/3D plotting support using the file protocol
  2. Do not use the .octaverc file
  3. Support Octave 5.x on Windows/Linux/macOS
  4. No need to invoke tmdisp to render a variable in REPL

Installation Guide

Before git clone, please remove the existing $TEXMACS_HOME_PATH/plugins/octave first.

# For GNU/Linux or macOS
git clone --branch v2020.6 https://github.com/texmacs/octave.git $HOME/.TeXmacs/plugins/octave

# For Windows
git clone --branch v2020.6 https://github.com/texmacs/octave.git %APPDATA%\TeXmacs\plugins/octave

Screenshots

For screenshots, please view it at:


P.S. GNU TeXmacs 1.99.13 is released when I'm still working on the Octave plugin.
I've mentioned OctaveX at Github as a solution if the built-in Octave does not work.
Now the Octave plugin is ready. You may get your hands dirty to install it manually,
or wait for the next release of GNU TeXmacs.



  • Octave plugin v2020.6 released, Darcy Shen, 06/26/2020

Archive powered by MHonArc 2.6.19.

Top of page