Awsome, I’ll try it now.
And another question:
The tm
files is some kind XML-like, i.e., structured data. Is it possible to get the position information(a rectangle) for each node in the tm
files where it will be placed when compiled to PDF files?
like, given this node:
<\with|par-columns|2>
GNU TeXmacs is a free wysiwyw (what you see is what you want) editing
platform with special features for scientists. The software aims to
provide a unified and user friendly framework for editing structured
documents with different types of content (text, graphics, mathematics,
interactive content, etc.). The rendering engine uses high-quality
typesetting algorithms so as to produce professionally looking documents,
which can either be printed out or presented from a laptop. GNU TeXmacs
is a free wysiwyw (what you see is what you want) editing platform with
special features for scientists. The software aims to provide a unified
and user friendly framework for editing structured documents with
different types of content (text, graphics, mathematics, interactive
content, etc.). The rendering engine uses high-quality typesetting
algorithms so as to produce professionally looking documents, which can
either be printed out or presented from a laptop.
</with>
I can get something like this:
{
page: 1,
left_top: [20, 30],
size: [300, 500]
}
Thank you.