> >>>>> "Bruce" == Bruce Momjian <[EMAIL PROTECTED]> writes:
> 
> Bruce> Thanks.  I expected this was true.  I am spoiled by troff
> Bruce> because I can generate so many output formats that look almost
> Bruce> identical - postscript, ascii text, and html using troff2html
> Bruce> tool from Mick Farmer.  I use the ASCII output specially for
> Bruce> sending e-mail attachments.
> 
> In next version, we plan to have an ASCII writer which will be able to
> use the information in .layout files to output the document in the
> right way.
> 
> Bruce> I am trying tr2latex and tr2tex now for use in converting my
> Bruce> troff stuff to lyx.  They don't seem to be working.  Importing
> Bruce> the latex generates lots of red text like \par.  Strange.
> 
> If you can come out with an example of a LaTeX construct which is not
> translated correctly, maybe will it be possible to make reLyX
> understand it.

New info.  Here's what I have found.   It doesn't like \par outside {},
and it doesn't understand the IPlist macro that comes with tr2latex.  

Removing the \par and changing IPlist to \list{enumerate} seems to work.
IPlist is a custom macro for tr2latex.  If reLyX doesn't understand a
macro, does it look at the macro source and translate that code in place
of the unkown macro?

It doesn't seem to understand the \rm to turn off the bolding.  I see
\rm in the reLyX/syntax.default file though.

-- 
  Bruce Momjian                        |  http://www.op.net/~candle
  [EMAIL PROTECTED]                |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
% -*-LaTeX-*-
% Converted automatically from troff to LaTeX
% by tr2latex ($Revision: 2.2 $$Date: 1992/04/27 15:13:26 $ by C. Engel)
% on Mon Sep  6 14:20:43 1999
% tr2latex was written by Kamal Al-Yahya at Stanford University
% ([EMAIL PROTECTED])
% and substantially enhanced by Christian Engel at RWTH Aachen
% ([EMAIL PROTECTED]).
%
% troff input file: /bjm/x

\documentclass{article}
\begin{document}
%--------------------------------------------------
% start of input file: /bjm/x
%
%
\title{Minutes for June 1999 Meeting}
\maketitle
Members present
Bob Citta, Bruce Momjian, Harry Mulholland, Chet Cherwinski
Rodney Rafetto
Accepted.
\begin{enumerate}
\item
We discussed the June %
\bf picnic. \rm%
Attendance was similar to earlier years.
I circulated a list of items needed for every picnic.
\item
We discussed the upcoming %
\bf Fall Conference \rm%
at Lake Champion.
We set up people to do sign-up after church.
\item
We discussed how to address men's issues in an %
\bf all-church event \rm%
during Sunday School hour.
Rodney Rafetto, former head of %
\it Family Life \rm%
for the Philadelphia
area, spoke to our group about possible options.
A separate proposal outlines our plans for the event, and for followup
small-group meetings.
Next meeting is Monday, October
4th .
%
% end of input file: /bjm/x
%--------------------------------------------------
\end{enumerate}
\end{document}



Reply via email to