revealjs: add more content to title slide

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

revealjs: add more content to title slide

jayaura
Hi,

Currently the title slide only adds the title of the document and just the name of the author. It is not showing my email id. I have this:

= The Title
Some Person <somebody@somwehere.com>
:backend: revealjs
:revealjs_theme: solarized
:revealjs_control: true


== Slide One

* Foo
* Bar
* World


But  I only see the title and my name,  and not email ID.

How do I add some more info to the title slide? Lets say, a quote or something like that ?
Reply | Threaded
Open this post in threaded view
|

Re: revealjs: add more content to title slide

mojavelinux
Administrator
I believe you are looking for this open issue:


The content in the preamble also gets added to the title slide. Just put content between the document title and the first section and it will get carried over the the title slide.

Cheers,

-Dan

On Sun, May 22, 2016 at 8:43 AM, jayaura [via Asciidoctor :: Discussion] <[hidden email]> wrote:
Hi,

Currently the title slide only adds the title of the document and just the name of the author. It is not showing my email id. I have this:

= The Title
Some Person <[hidden email]>
:backend: revealjs
:revealjs_theme: solarized
:revealjs_control: true


== Slide One

* Foo
* Bar
* World


But  I only see the title and my name,  and not email ID.

How do I add some more info to the title slide? Lets say, a quote or something like that ?


If you reply to this email, your message will be added to the discussion below:
http://discuss.asciidoctor.org/revealjs-add-more-content-to-title-slide-tp4707.html
To start a new topic under Asciidoctor :: Discussion, email [hidden email]
To unsubscribe from Asciidoctor :: Discussion, click here.
NAML



--
Dan Allen | @mojavelinux | http://google.com/profiles/dan.j.allen
Reply | Threaded
Open this post in threaded view
|

Re: revealjs: add more content to title slide

jayaura
On 23 May 2016 at 02:47, mojavelinux [via Asciidoctor :: Discussion]
<[hidden email]> wrote:
> I believe you are looking for this open issue:
>
> https://github.com/asciidoctor/asciidoctor-reveal.js/issues/31
>
> The content in the preamble also gets added to the title slide. Just put
> content between the document title and the first section and it will get
> carried over the the title slide.

Exactly! Thanks for the pointer!

>
> Cheers,
>
> -Dan
>
> On Sun, May 22, 2016 at 8:43 AM, jayaura [via Asciidoctor :: Discussion]
> <[hidden email]> wrote:
>>
>> Hi,
>>
>> Currently the title slide only adds the title of the document and just the
>> name of the author. It is not showing my email id. I have this:
>>
>> = The Title
>> Some Person <[hidden email]>
>> :backend: revealjs
>> :revealjs_theme: solarized
>> :revealjs_control: true
>>
>>
>> == Slide One
>>
>> * Foo
>> * Bar
>> * World
>>
>>
>>
>> But  I only see the title and my name,  and not email ID.
>>
>> How do I add some more info to the title slide? Lets say, a quote or
>> something like that ?
>>
>> ________________________________
>> If you reply to this email, your message will be added to the discussion
>> below:
>>
>> http://discuss.asciidoctor.org/revealjs-add-more-content-to-title-slide-tp4707.html
>> To start a new topic under Asciidoctor :: Discussion, email [hidden email]
>> To unsubscribe from Asciidoctor :: Discussion, click here.
>> NAML
>
>
>
>
> --
> Dan Allen | @mojavelinux | http://google.com/profiles/dan.j.allen
>
>
> ________________________________
> If you reply to this email, your message will be added to the discussion
> below:
> http://discuss.asciidoctor.org/revealjs-add-more-content-to-title-slide-tp4707p4708.html
> To unsubscribe from revealjs: add more content to title slide, click here.
> NAML



--

Thanks and Regards,
Aurabindo J