<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html;
      charset=windows-1252">
  </head>
  <body>
    <div class="moz-cite-prefix">On 11/26/20 10:22 AM, Hal Kierstead
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:F874A4A7-46FD-416C-8539-D3068D5F2E0B@me.com">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <br class="">
      <div><br class="">
        <blockquote type="cite" class="">
          <div class=""><br class="">
          </div>
          <div class="">
            <div class=""><br class="">
              On 2020-11-25 21:22 , Hal Kierstead wrote:<br class="">
              <blockquote type="cite" class="">
                <blockquote type="cite" class="">All -<br class="">
                  <br class="">
                  Is there a way to enter the following code in LyX
                  without ERT:<br class="">
                  <br class="">
                  \begin{enumerate}<br class="">
                  \item <br class="">
                  \begin{enumerate}<br class="">
                  \item a<br class="">
                  \item b<br class="">
                  \end{enumerate}<br class="">
                  \item 2<br class="">
                  \end{enumerate}<br class="">
                  <br class="">
                  <br class="">
                  Thanks,<br class="">
                  <br class="">
                  Hal<br class="">
                  <br class="">
                </blockquote>
                <br class="">
              </blockquote>
            </div>
          </div>
        </blockquote>
        <div>
          <blockquote type="cite" class="">
            <blockquote type="cite" class="">
              <div class="">Begin forwarded message:</div>
              <br class="Apple-interchange-newline">
              <div style="margin: 0px;" class=""><span
                  style="font-family: -webkit-system-font,
                  "Helvetica Neue", Helvetica, sans-serif;"
                  class=""><b class="">From: </b></span><span
                  style="font-family: -webkit-system-font,
                  "Helvetica Neue", Helvetica, sans-serif;"
                  class="">Dr Eberhard W Lisse <<a
                    href="mailto:nospam@lisse.NA" class=""
                    moz-do-not-send="true">nospam@lisse.NA</a>><br
                    class="">
                </span></div>
              <div style="margin: 0px;" class=""><span
                  style="font-family: -webkit-system-font,
                  "Helvetica Neue", Helvetica, sans-serif;"
                  class=""><b class="">Subject: </b></span><span
                  style="font-family: -webkit-system-font,
                  "Helvetica Neue", Helvetica, sans-serif;"
                  class=""><b class="">Re: No first line in double
                    enumeration</b><br class="">
                </span></div>
              <div style="margin: 0px;" class=""><span
                  style="font-family: -webkit-system-font,
                  "Helvetica Neue", Helvetica, sans-serif;"
                  class=""><b class="">Date: </b></span><span
                  style="font-family: -webkit-system-font,
                  "Helvetica Neue", Helvetica, sans-serif;"
                  class="">November 26, 2020 at 4:51:43 AM MST<br
                    class="">
                </span></div>
              <div style="margin: 0px;" class=""><span
                  style="font-family: -webkit-system-font,
                  "Helvetica Neue", Helvetica, sans-serif;"
                  class=""><b class="">To: </b></span><span
                  style="font-family: -webkit-system-font,
                  "Helvetica Neue", Helvetica, sans-serif;"
                  class=""><a href="mailto:lyx-users@lists.lyx.org"
                    class="" moz-do-not-send="true">lyx-users@lists.lyx.org</a><br
                    class="">
                </span></div>
              <br class="">
              <div class="">RTFM,<br class="">
                <br class="">
                the TAB button is your friend.<br class="">
                <br class="">
                <br class="">
                el</div>
            </blockquote>
          </blockquote>
        </div>
        <br class="">
      </div>
      <div>
        <blockquote type="cite" class="">
          <div class="">
            <div class="">To add a bit more: This is what "Increase List
              Depth" does. Find it on</div>
          </div>
        </blockquote>
        <blockquote type="cite" class=""><span class="" style="float:
            none; display: inline !important;">the edit menu.</span><br
            class="">
        </blockquote>
      </div>
      <div><br class="">
      </div>
      <div>
        <blockquote type="cite" class=""><span class="" style="float:
            none; display: inline !important;">Riki</span>-- </blockquote>
        <blockquote type="cite" class="">
          <div class="">
            <div class="">lyx-users mailing list<br class="">
              <a href="mailto:lyx-users@lists.lyx.org" class=""
                moz-do-not-send="true">lyx-users@lists.lyx.org</a><br
                class="">
              <a class="moz-txt-link-freetext" href="http://lists.lyx.org/mailman/listinfo/lyx-users">http://lists.lyx.org/mailman/listinfo/lyx-users</a><br
                class="">
            </div>
          </div>
        </blockquote>
      </div>
      <div class=""><br class="">
      </div>
      <div class="">Thanks for the suggestions, but unfortunately they
        do not address my issue. I want the secondary enumeration to
        start on the first line of the primary enumeration. It works in
        LaTex.</div>
      <div class=""><br class="">
      </div>
      I tried the tab button first. The problem is that LyX does not
      like empty lines. I can use a hard space for the first item, but
      then I get an empty line of output that I do not want. If I erase
      the hard space in LyX and then preview, I get what I want, but as
      soon as I move the cursor to I new paragraph, LyX replaces the
      empty line with \item a .<br class="">
    </blockquote>
    <p>OK, I see the problem. Two solutions:</p>
    <ol>
      <li>The simplest is to add an empty ERT box to the first item.
        This will prevent LyX from collapsing the empty element and adds
        nothing to the output.</li>
      <li>Local Layout:<br>
        <blockquote>Format 66<br>
          Style Enumerate<br>
          KeepEmpty 1<br>
          End</blockquote>
      </li>
    </ol>
    <p>The "KeepEmpty" layout tag instructs LyX not to delete empty
      lines.</p>
    <p>Riki</p>
    <p><br>
    </p>
  </body>
</html>