Skip to Content.
Sympa Menu

texmacs-users - border lines missing on exported latex

Subject: mailing-list for TeXmacs Users

List archive

border lines missing on exported latex


Chronological Thread 
  • From: chiao <address@hidden>
  • To: address@hidden
  • Subject: border lines missing on exported latex
  • Date: Tue, 12 Nov 2002 10:13:24 +0800

The border lines of a table are indeed shown on texmacs window. And they
can be also
seen on the ghostscript preview window. However, when such .tm file is
exported to a LaTeX file,
and compiled to .dvi file. The border lines are gone on xdvi window.

How to cope with this?

Thanks!

P.S. Instead of putting all border lines, I just add some different
thickness border lines on some cells of a table as in the following
my.tm file. Is this the reason why texmacs couldn't export them to a
LaTeX file?
------------------------------------------------------- my.tm file
----------------------------------------------
<TeXmacs|1.0.0.18>

<style|generic>

<\body>
\;

<tabular|<tformat|<cwith|1|1|2|3|cell tborder|1pt>|<cwith|1|1|2|3|cell

rborder|2pt>|<table|<row|<cell|1>|<cell|2>|<cell|3>>|<row|<cell|6>|<cell|5>\
|<cell|4>>>>>
</body>

<\initial>
<\collection>
<associate|paragraph width|150mm>
<associate|odd page margin|30mm>
<associate|page right margin|30mm>
<associate|page top margin|30mm>
<associate|reduction page right margin|25mm>
<associate|page type|a4>
<associate|reduction page bottom margin|15mm>
<associate|even page margin|30mm>
<associate|reduction page left margin|25mm>
<associate|page bottom margin|30mm>
<associate|reduction page top margin|15mm>
<associate|language|english>
</collection>
</initial>
----------------------------------------------------- my.tex file
---------------------------------------------------
\documentclass{letter}
\usepackage{amsmath,amssymb,pstricks,wasysym,stmaryrd,enumerate,epsfig}

\begin{document}

\begin{tabular}{lll}
1 & 2 & 3\\
6 & 5 & 4
\end{tabular}

\end{document}






Archive powered by MHonArc 2.6.19.

Top of Page