mailing-list for TeXmacs Users

Text archives Help


[TeXmacs] tex export/import. the example of {\em...}


Chronological Thread 
  • From: "El.Douwen" <address@hidden>
  • To: address@hidden
  • Subject: [TeXmacs] tex export/import. the example of {\em...}
  • Date: Tue, 31 Jan 2012 13:28:00 +0100

hi everyone
i take a .tex file
———————
\documentclass[11pt]{article}
\begin{document}
\em{tartampion}
\end{document}
———————
i import it to texmacs
i export the texmacs document to latex
the result is this code :
———————
\documentclass{article}
\newcommand{\tmtextit}[1]{{\itshape{#1}}}
\begin{document}
\tmtextit{tartampion}
\end{document}
———————
question :

why does the texmacs export not use the standard latex balises \em{...} or
{\itshape ...} ?

Sacha


Archive powered by MHonArc 2.6.19.

Top of page