On Tue, Sep 18, 2001 at 05:59:03AM -0600, Praedor Tempus wrote:
> I had hoped that someone would be able to suggest an app that, perhaps, I am
> unaware of that does the graphics and text work properly and
> consistently...or that someone would know a trick other than "Well, in this
Try TGIF - http://bourbon.cs.umd.edu:8001/tgif/
However, it is probably much better to do what you want in LyX.
For example, you can use the Lyx-Code environment. See the attached
example.lyx.
Note that I don't understand why you need to have a fixed-width font.
You can get the wanted alignment using a tabular.
See example2.lyx
#LyX 1.2 created this file. For more info see http://www.lyx.org/
\lyxformat 218
\textclass article
\begin_preamble
\newlength{\foo}\settowidth{\foo}{\texttt{A}}
\newcommand{\myrule}[1]{%
\vspace{-1ex} \rule{#1\foo}{0.3pt} \vspace{-1ex}}
\newcommand{\arrow}{~\makebox[0pt]{$\rightarrow$}~}
\newcommand{\dum}{}
\end_preamble
\language english
\inputencoding auto
\fontscheme default
\graphics default
\paperfontsize default
\spacing single
\papersize Default
\paperpackage a4
\use_geometry 0
\use_amsmath 0
\paperorientation portrait
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\defskip medskip
\quotes_language english
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle empty
\layout LyX-Code
The headings
\layout LyX-Code
\latex latex
\backslash
myrule{43}
\layout LyX-Code
H17* R, C
\latex latex
\backslash
arrow{}
\latex default
T +
\layout LyX-Code
H17 R & U5 du
\latex latex
\backslash
dum{}
\latex default
plication +
\layout LyX-Code
H168 partial U5 du
\latex latex
\backslash
dum{}
\latex default
plication +
\layout LyX-Code
H40 tRNA & cellular
\latex latex
\backslash
dum{}
\latex default
sequence insertion +
\layout LyX-Code
H72 U3, GAG
\latex latex
\backslash
arrow{}
\latex default
ACC +
\layout LyX-Code
H115 R, C
\latex latex
\backslash
arrow{}
\latex default
T +
\layout LyX-Code
\the_end
example2.lyx.gz