Hello everyone. Is there any mechanism to “instruct” the LaTeX import mechanism about something? For example, I have the following environment definition:
\newenvironment{ltae}{\begin{array}[t]{*{50}{>{\displaystyle}l}}}
{\end{array}}
ltae
stands for left top aligned equations
Is there any way to “tell” Texmacs that the environment is a table-type environment so that it would use the code for importing tables?
More in general, does anyone have tips on where to look for importer documentation. I browsed the code a bit. It seems that significant parts are implemented in the C++ code. Is this correct?