Skip to Content.
Sympa Menu

texmacs-users - [BUG] Export to LaTeX - conjecture

Subject: mailing-list for TeXmacs Users

List archive

[BUG] Export to LaTeX - conjecture


Chronological Thread 
  • From: address@hidden
  • To: address@hidden
  • Subject: [BUG] Export to LaTeX - conjecture
  • Date: Thu, 14 Sep 2006 16:32:44 +0200 (CEST)

TeXmacs 1.0.6 wrongly exports to LaTeX texts with conjectures:

Consider the following .tm file:

<TeXmacs|1.0.6>

<style|generic>

<\body>
<\conjecture>
AAA
</conjecture>
</body>

<\initial>
<\collection>
<associate|language|american>
</collection>
</initial>

It is exported to LaTeX as follows:

\documentclass{letter}

\begin{document}

\begin{conjecture}
AAA
\end{conjecture}

\end{document}

This .tex file does not compile.
The thing forgotten is:

\newtheorem{conjecture}{Conjecture}

P.S. There are also other bugs in LaTeX export.



Archive powered by MHonArc 2.6.19.

Top of Page