texmacs-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Texmacs-dev] langle in text export


From: Sam Liddicott
Subject: [Texmacs-dev] langle in text export
Date: Tue, 14 Dec 2010 18:37:07 -0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.14pre) Gecko/20101214 Lanikai/3.1.8pre


texmacs text export:
  texmacs -s -c wafs.tm wafs.txt -q

has started emitting the words langle and rangle where angle brackets are used, e.g.:
   \<langle\>hello\<rangle\>
comes out as
langlehellorangle

which is clearly un-readable.

A while ago it ignored langle and rangle on output, but if it has to do something, substituting < and > would be better than what it is doing now.

I also note that text export mode inserts blank lines all over the place. This is welcome (it was needed), except in code blocks where mode=code where the blank lines make the text harder to read.

It would be nice if there was a <specific> mode for verbatim output. I'm currently using:
<assign|specific-verbatim|<macro|x|<with|color|white|magnification|0.01|<arg|x>>>>

It would be nice if there were an "except" - like specific (except that it reserved space in the output) that did not emit the argument for certain environments.

Then I can have an <except|verbatim|<langle>><specific|verabatim|\<>
so I can at least influence a meaningful text representation of the document.

anyway...

Sam




reply via email to

[Prev in Thread] Current Thread [Next in Thread]