On Oct 9, 1:05 pm, "Edward K. Ream" <edream...@gmail.com> wrote:

> Things are *almost* perfect.

Rev 3446 contains a fairly major "tweak": support for @title and
@title_pattern nodes.  This is needed to enforce uniform titles
easily.  Here is the relevant part of the updated docstring:

QQQQQ
@title = <any text>
  The title to use for one slide or the entire
  slideshow.

@title_pattern = <pattern>
  The pattern used to generate patterns for one
  slide or the entire slideshow. The title is
  computed as follows::

    d = {
        'slideshow_name':slideshow_name,
        'slide_name':    slide_name,
        'slide_number':  sc.slide_number,
    }
    title = (pattern % (d)).title()

  If neither an @title or @title_pattern option
  applies, the following is the default pattern::

    '%(slideshow_name)s:%(slide_number)s'
QQQQQ

Edward

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to leo-edi...@googlegroups.com.
To unsubscribe from this group, send email to 
leo-editor+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en.

Reply via email to