[Tex/LaTex] Insert explanatory text into numbered list in LyX

listslyxnumbering

I try to insert some explanatory text into numbered list as below:

1. Number 1
    explanation of Number 1
2. Number 2

But when I do it in LyX, I try to change the "explanation" line as "Standard", then the second number will change to 1 (I wish it's 2).

So the actual result is:

1. Number 1
    explanation of Number 1
1. Number 2

What's the right way to do such document?

Update:

Maybe issue caused by beamer. I am using beamer in lyx.

#LyX 2.1 created this file. For more info see http://www.lyx.org/
\lyxformat 474
\begin_document
\begin_header
\textclass beamer
\use_default_options true
\maintain_unincluded_children false
\language english
\language_package default
\inputencoding auto
\fontencoding global
\font_roman default
\font_sans default
\font_typewriter default
\font_math auto
\font_default_family default
\use_non_tex_fonts false
\font_sc false
\font_osf false
\font_sf_scale 100
\font_tt_scale 100
\graphics default
\default_output_format default
\output_sync 0
\bibtex_command default
\index_command default
\paperfontsize default
\spacing single
\use_hyperref false
\papersize default
\use_geometry true
\use_package amsmath 1
\use_package amssymb 1
\use_package cancel 1
\use_package esint 1
\use_package mathdots 1
\use_package mathtools 1
\use_package mhchem 1
\use_package stackrel 1
\use_package stmaryrd 1
\use_package undertilde 1
\cite_engine basic
\cite_engine_type default
\biblio_style plain
\use_bibtopic false
\use_indices false
\paperorientation portrait
\suppress_date false
\justification true
\use_refstyle 1
\index Index
\shortcut idx
\color #008000
\end_index
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\paragraph_indentation default
\quotes_language english
\papercolumns 1
\papersides 1
\paperpagestyle default
\tracking_changes false
\output_changes false
\html_math_output 0
\html_css_as_file 0
\html_be_strict false
\end_header

\begin_body

\begin_layout FragileFrame
\begin_inset Argument 4
status open

\begin_layout Plain Layout
Title
\end_layout

\end_inset


\end_layout

\begin_deeper
\begin_layout Enumerate
item 1
\end_layout

\begin_layout Enumerate
item 2
\end_layout

\begin_layout Standard
what's item 2.
\end_layout

\begin_layout Enumerate
item 3
\end_layout

\end_deeper
\begin_layout FragileFrame

\end_layout

\end_body
\end_document

You can try this exam, the module has been grey out so can not add at all.

Best Answer

It depends on what you want. If there is a lot of text between the two points, and the enumerate is somehow "within the text" (if you see what I mean), then you should enumerate-resume as scottkosty says. But if you want the text between the bullet points to be "within the enumerate", then this is supported in LyX as follows, without the need for extra modules or tricks.

Do as you did before:

1. Number 1.
Paragraph after number 1.
1. Number 2.

This should show as above in both LyX and the PDF output. Now put your cursor into the paragraph after number 1 and press tab. Now you will see this:

1. Number 1.
   Paragraph after number 1.
2. Number 2.

It will look like this in both LyX and the PDF output.