<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html;
      charset=windows-1252">
  </head>
  <body>
    <div class="moz-cite-prefix">On 10/13/20 4:42 PM, Paul A. Rubin
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:f983930c-3bed-7bfb-ebbc-f4a0a2afd56d@gmail.com">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <div class="moz-cite-prefix">On 10/13/20 1:46 PM, Sanford Shieh
        wrote:<br>
      </div>
      <blockquote type="cite"
cite="mid:DM6PR04MB6924078EB1C8DDC64693DA83B2040@DM6PR04MB6924.namprd04.prod.outlook.com">
        <meta http-equiv="Content-Type" content="text/html;
          charset=windows-1252">
        <meta name="Generator" content="Microsoft Word 15 (filtered
          medium)">
        <style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:DengXian;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"\@DengXian";
        panose-1:2 1 6 0 3 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
span.EmailStyle18
        {mso-style-type:personal-compose;
        font-family:"Times New Roman",serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
        <div class="WordSection1">
          <p class="MsoNormal"><span
              style="font-size:12.0pt;font-family:"Times New
              Roman",serif">Hi all,<o:p></o:p></span></p>
          <p class="MsoNormal"><span
              style="font-size:12.0pt;font-family:"Times New
              Roman",serif"><o:p> </o:p></span></p>
          <p class="MsoNormal"><span
              style="font-size:12.0pt;font-family:"Times New
              Roman",serif">I’m trying to implement resuming
              enumerate in Beamer following the solution
              <a class="moz-txt-link-freetext"
href="https://tex.stackexchange.com/questions/55000/continuing-enumerate-counters-in-beamer"
                moz-do-not-send="true">https://tex.stackexchange.com/questions/55000/continuing-enumerate-counters-in-beamer</a>. 
              This requires the following:<o:p></o:p></span></p>
          <p class="MsoNormal"><span
              style="font-size:12.0pt;font-family:"Times New
              Roman",serif"><o:p> </o:p></span></p>
          <p class="MsoNormal"><span
              style="font-size:12.0pt;font-family:"Times New
              Roman",serif">\begin{enumerate}<o:p></o:p></span></p>
          <p class="MsoNormal"><span
              style="font-size:12.0pt;font-family:"Times New
              Roman",serif">    \conti<o:p></o:p></span></p>
          <p class="MsoNormal"><span
              style="font-size:12.0pt;font-family:"Times New
              Roman",serif">  \item zip<o:p></o:p></span></p>
          <p class="MsoNormal"><span
              style="font-size:12.0pt;font-family:"Times New
              Roman",serif">…<o:p></o:p></span></p>
          <p class="MsoNormal"><span
              style="font-size:12.0pt;font-family:"Times New
              Roman",serif"><o:p> </o:p></span></p>
          <p class="MsoNormal"><span
              style="font-size:12.0pt;font-family:"Times New
              Roman",serif">In LyX if I put \conti in ERT in the
              first item, the command appears after \item, and nothing
              happens.  One thing that worked is to make the first list
              item \conti in ERT together with a blank Custom Item.  The
              actual LaTeX, seen in the Preview panel, is \item[] \conti<o:p></o:p></span></p>
          <p class="MsoNormal"><span
              style="font-size:12.0pt;font-family:"Times New
              Roman",serif"><o:p> </o:p></span></p>
          <p class="MsoNormal"><span
              style="font-size:12.0pt;font-family:"Times New
              Roman",serif">My question is: is this the only hack
              available?  Or is there some method in LyX of reproducing
              the LaTeX above analogous to inserting a Mini Template?<o:p></o:p></span></p>
          <p class="MsoNormal"><span
              style="font-size:12.0pt;font-family:"Times New
              Roman",serif"><o:p> </o:p></span></p>
          <p class="MsoNormal"><span
              style="font-size:12.0pt;font-family:"Times New
              Roman",serif">Thanks,<o:p></o:p></span></p>
          <p class="MsoNormal"><span
              style="font-size:12.0pt;font-family:"Times New
              Roman",serif">Sanford<o:p></o:p></span></p>
          <br>
        </div>
      </blockquote>
      Assuming you are creating either a Beamer presentation or a Beamer
      article, you can add the "Beamer Resumable Enumerate" module by
      Jürgen Spitmüller. It adds a list type called "Enumerate-Resume"
      that magically picks up numbering where the previous enumeration
      left off. (In the GUI, it will look as if the numbering started
      over with 1, but in the compiled document it will continue with
      the previous enumeration.)<br>
      <br>
      For reasons that elude me, it is not shipped with LyX, but you can
      grab it from Jürgen's web site: <a moz-do-not-send="true"
        href="http://www.spitzmueller.org/tools/lyx/beamer-resenumerate.module">http://www.spitzmueller.org/tools/lyx/beamer-resenumerate.module</a>.<br>
    </blockquote>
    <p>Just FYI, 2.4 will also add a "List Preamble" optional argument
      that precisely allows for the insertion of code before the first
      item. This can't be backported to 2.3.x, unfortunately.<br>
    </p>
    <p>Riki</p>
    <p><br>
    </p>
  </body>
</html>