On Fri, 03 Sep 1999, susie wrote:
> >%_>>>>> " " == Christopher Sawtell <[EMAIL PROTECTED]> writes:
>
> > On Fri, 03 Sep 1999, you wrote:
> >> hi all ! i have found lyX seems to be unstable when i use latex
> >> symbols
>
> >> i have a small example lyx file if anyone is interested...
>
> > Please feel free to send it, we can't do much without it. Also
> > what version of Lyx are you using, and what is the o/s your
> > computer is running?
>
> here's the file.
> i'm not sure which lyx it is. i think 1.0.3
Look at the label on the flashup logo when LyX starts,
or help->version will tell you.
> (i only got it recently). i'm running it on redhat 6.0 with linux 2.2.5-15
Find a possible solution attached. I'm sending it to the list so that the
experts in Europe can express an opinion.
--
Sincerely etc.,
NAME Christopher Sawtell - Support Engineer - iOpen Technologies Ltd.
ICQ UIN 45863470
EMAIL csawtell(at)xtra(dot)co(dot)nz
CNOTES ftp://ftp.funet.fi/pub/languages/C/tutorials/sawtell_C.tar.gz
#This file was created by <chris> Fri Sep 3 15:05:05 1999
#LyX 1.0 (C) 1995-1999 Matthias Ettrich and the LyX Team
\lyxformat 2.15
\textclass article
\begin_preamble
\usepackage{latexsym}
\end_preamble
\language default
\inputencoding default
\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 skip
\defskip bigskip
\quotes_language english
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle default
\bullet 0
0
20
-1
\end_bullet
\layout Section
latex symbols
\layout Standard
This is to test a list of object defintions:
\layout Standard
\latex latex
'
\backslash
Diamond'
\latex default
: indicates the vehicle initial position
\layout Standard
\latex latex
'
\backslash
Box'
\latex default
: indicates the final position
\layout Standard
\latex latex
'
\backslash
otimes'
\latex default
: indicates required stopping points
\layout Standard
'+' : something not using a latex symbol
\layout Standard
the above are all of type
\begin_inset Quotes eld
\end_inset
standard
\begin_inset Quotes erd
\end_inset
.
\layout Standard
If they are changed to
\begin_inset Quotes eld
\end_inset
list
\begin_inset Quotes erd
\end_inset
Lyx cant handle it AT ALL.
\layout Standard
It can't can it! but from my reading of various TeX texts, imho; it's not
supposed to.
\layout Standard
What I think you need is something like this ghastly hack with ERT which
while absolutely horrible does in fact work! Don't forget the ``$'' signs
as the symbols are math mode.
\layout Standard
I suppose it is a matter of opinion as to whether or not one should have
to go through this kind of gymnastics.
Europe will be awake soon and I'm sure they will have many opinions
\layout Standard
\latex latex
\backslash
begin{itemize}
\layout Standard
\latex latex
\backslash
item[`$
\backslash
Diamond$']
\latex default
: indicates the vehicle initial position
\layout Standard
\latex latex
\backslash
item[`$
\backslash
Box$']
\latex default
: indicates the vehicle final position
\layout Standard
\latex latex
\backslash
item[`$
\backslash
otimes$']
\latex default
: indicates required stopping points
\layout Standard
\latex latex
\backslash
item[`+']
\latex default
: something not using a latex symbol
\layout Standard
\latex latex
\backslash
end{itemize}
\the_end