On Fri, Jan 18, 2002 at 02:08:32PM -0800, Vince Alkire wrote:
...
> Mr Voss,
> Thank you for the demo file, it would not run through latex due to
> a missing file (carom.sty). However I was able to reproduce the effect
> well enough. The problem is that I need two(2) enumerate lists side by
> side per lyx file that follows. Note that one is numerals the other is
> alpha style list. It seems the problem is breaking up the lists. This is a
> matching exercise by a high school math teacher that spends to much time
> fighting ms-word and very much likes the math features of lyx. Thanks
> everyone for all the help so far.
...
Vince,
I have not followed this thread very closely, but wondered whether the
following kludge would work... it's not pretty, but seems to do what you
want.
All I've done is use the multicol package and created an enumerated list
within it:
\begin{multicols}{2}
the list
\end{multicols}
In the listing itself, the alphanumeric side is typed in like the rest of
the initial, numeric, list. I then changed the depth of the alpha list with
shift-alt-right_arrow.
Since any good matching problem is unbalanced (yes? :-) the difference
between the length of the sides is made up by adding protected spaces and
protected returns with spaces (which doesn't change the enumeration).
If the spacing between columns isn't what you want, I'm pretty sure the
package has a way of adjusting it. I'm a fairly unsophisticated user,
though, so I don't know how it's done.
Hope this might help!
Kenward Vaughan
--
In a completely rational society, the best of us would aspire to be
_teachers_ and the rest of us would have to settle for something less,
because passing civilization along from one generation to the next
ought to be the highest honor and the highest responsibility anyone
could have. - Lee Iacocca
#LyX 1.1 created this file. For more info see http://www.lyx.org/
\lyxformat 218
\textclass article
\begin_preamble
\usepackage{multicol}
\end_preamble
\language american
\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 default
\layout Subsubsection*
Match the following on the left with those on the right.\SpecialChar \@.
\SpecialChar \@.
\layout Standard
\latex latex
\backslash
begin{multicols}{2}
\layout Standard
\SpecialChar ~
\SpecialChar ~
\layout Standard
\SpecialChar ~
\SpecialChar ~
\layout Enumerate
door A
\layout Enumerate
door B
\layout Enumerate
door C
\newline
\newline
\SpecialChar ~
\begin_deeper
\layout Enumerate
haha
\layout Enumerate
blah blah
\layout Enumerate
cha cha
\layout Enumerate
dada
\layout Enumerate
ga ga
\layout Enumerate
ma ma
\end_deeper
\layout Standard
\latex latex
\backslash
end{multicols}
\layout Subsubsection*
See if you can do better with this set!
\layout Standard
\latex latex
\backslash
begin{multicols}{2}
\layout Enumerate
haha
\layout Enumerate
blah blah
\layout Enumerate
cha cha
\layout Enumerate
dada
\layout Enumerate
ga ga
\layout Enumerate
ma ma
\newline
\newline
\SpecialChar ~
\begin_deeper
\layout Enumerate
door A
\layout Enumerate
door B
\layout Enumerate
door C
\newline
\newline
\newline
\SpecialChar ~
\end_deeper
\layout Standard
\latex latex
\backslash
end{multicols}
\the_end