On Oct 9, 1:05 pm, "Edward K. Ream" <[email protected]> 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 [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/leo-editor?hl=en.