mailing-list for TeXmacs Users

Text archives Help


[TeXmacs] Multiline plugin


Chronological Thread 
  • From: "Adrian S." <address@hidden>
  • To: address@hidden
  • Subject: [TeXmacs] Multiline plugin
  • Date: Sat, 29 Oct 2011 12:52:59 -0600

The multiline plugin in examples/plugins/ does not compile; it needs

#include <stdio.h>
#include <iostream>
#include <string.h>

using std::cout;
using std::cin;

to compile, and even then the plugin cannot handle more than 100
characters, and hangs TeXmacs.

I would really like this plugin to work, since the Python and the Sage
plugin would greatly improve if a well done version of this plugin
were available.

Or does anyone know of an implementation of the Python plugin that
sees correctly indentation and new lines?

Thank you!

-Adrian.


  • [TeXmacs] Multiline plugin, Adrian S., 10/29/2011

Archive powered by MHonArc 2.6.19.

Top of page