From d08207c0a243719214c73828e95f797c2929e1a2 Mon Sep 17 00:00:00 2001 From: "Michael W. Olson" Date: Fri, 17 Aug 2007 22:52:05 -0400 Subject: [PATCH] manual: Update description for muse-context-slides-header * ChangeLog: Add entry for Jean's change. * lisp/muse-context.el (muse-context-slides-header): Clarify what "mystyle" is. * texi/muse.texi (ConTeXt): Update the documentation for muse-context-slides-header. --- ChangeLog | 11 +++++++++++ lisp/muse-context.el | 4 ++-- texi/muse.texi | 9 +++++---- 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index f55576b..7111cd0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ * etc/muse.rnc: Add the tag. + * lisp/muse-context.el (muse-context-slides-header): Clarify what + "mystyle" is. + * lisp/muse-xml.el (muse-xml-markup-strings): Mark up citations as . We'll leave it to the post processing tools to interpret that. @@ -14,6 +17,14 @@ modified. (Tag Summary): Link to the Citations section in the entry for . + (ConTeXt): Update the documentation for + muse-context-slides-header. + +2007-08-17 Jean Magnan de Bornier + + * lisp/muse-context.el (muse-context-slides-header): Use #module + directive, if it is provided. + (muse-context-slides-header): Mention how to use #module. 2007-08-16 Michael Olson diff --git a/lisp/muse-context.el b/lisp/muse-context.el index a422240..84f2a19 100644 --- a/lisp/muse-context.el +++ b/lisp/muse-context.el @@ -202,8 +202,8 @@ Any of the predefined modules, which are available in the tex/context/base directory, can be used by writing a \"module\" directive at the top of the muse file; if no such directive is provided, module pre-01 is used. Alternatively, you can use your -own style (mystyle) by replacing \"\\usemodule[]\" with \"\\input -mystyle\". +own style (\"mystyle\", in this example) by replacing +\"\\usemodule[]\" with \"\\input mystyle\". This may be text or a filename." :type 'string diff --git a/texi/muse.texi b/texi/muse.texi index c169f5f..8400fe1 100644 --- a/texi/muse.texi +++ b/texi/muse.texi @@ -2212,10 +2212,11 @@ differs little between the various styles. @item muse-context-slides-header Header for publishing a presentation (slides) using ConTeXt. -You can use any of the predefined modules, which are available in the -tex/context/base of your distribution, provided it has TitlePage and -Topic defined. Alternatively, you can use your own style (mystyle) by -replacing ``\\usemodule[]'' with ``\\input mystyle''. +Any of the predefined modules, which are available in the +tex/context/base directory, can be used by writing a "module" directive +at the top of the Muse file; if no such directive is provided, module +pre-01 is used. Alternatively, you can use your own style ("mystyle", +in this example) by replacing "\usemodule[]" with "\input mystyle". This may be text or a filename. -- 2.11.4.GIT