mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] How to do a numbered list with more text in the left part of items ?


Chronological Thread 
  • From: Robert Ransom <address@hidden>
  • To: address@hidden
  • Cc: address@hidden
  • Subject: Re: [TeXmacs] How to do a numbered list with more text in the left part of items ?
  • Date: Thu, 20 Sep 2007 12:18:06 -0700

Henri Lesourd wrote:
Does somebody knows how I could do lists like
the following :
[[
(a1) blah, item 1 blah ;
(a2) blah, item 2 blah ;
(a3) blah, item 3 blah ;
....................................
]]

(instead of only, for example :
a. blah, item 1 blah ;
b. blah, item 2 blah ;
c. blah, item 3 blah ;
................................
]])


See the attached document. The definitions are slightly modified versions of definitions in $PREFIX/share/TeXmacs/packages/standard/std-list.ts.

Robert Ransom

<TeXmacs|1.0.6.10>

<style|generic>

<\body>
  <assign|aligned-double-bracket-item|<macro|x|<aligned-item|<with|font-shape|right|(><arg|x><with|font-shape|right|)>>>>

  <new-list|enumerate-example|<value|aligned-double-bracket-item>|<macro|x|a<arg|x>>>

  <\enumerate-example>
    <item>

    <item>

    <item>

    <item>

    <item>

    <item>

    <item>
  </enumerate-example>

  <\enumerate-alpha>
    <item>
  </enumerate-alpha>
</body>

<\initial>
  <\collection>
    <associate|page-type|letter>
    <associate|preamble|false>
  </collection>
</initial>



Archive powered by MHonArc 2.6.19.

Top of page