A useful file which shows what is possible to do slides

https://github.com/SquareBracketAssociates/PharoMooc/blob/master/Slides/1-Templates/Template.pillar

But nothing about the first slide.




Another question:

    ${  ... something  }$

is used to tell Pillar that a new slide is defined and the title is set

    ${slide:title=Getting a Feel About Syntax}$

What are options to use within

       ${  ... something  }$

?

The pillar tutorial in the Enterprise book [1] does not mention this.

--Hannes


[1] 
https://ci.inria.fr/pharo-contribution/job/EnterprisePharoBook/lastSuccessfulBuild/artifact/book-result/PillarChap/Pillar.html#configParameters




On 8/31/17, Cyril Ferlicot <cyril.ferli...@gmail.com> wrote:
> Hi,
>
> I did not check but the first slide is probably written in beamer
> direcly. It must be in the template of the slides.
>
> On Thu, Aug 31, 2017 at 2:53 PM, H. Hirzel <hannes.hir...@gmail.com> wrote:
>> Thank yous.
>>
>> I wonder how the image (or two images?) in the title slide were added.
>>
>> Example:
>> PDF
>>
>> http://rmod-pharo-mooc.lille.inria.fr/MOOC/Slides/Week1/C019-W1S05-PharoSyntaxInANutshell.pdf
>> Pillar source:
>> https://github.com/SquareBracketAssociates/PharoMooc/blob/master/Slides/Week1/C019-W1S04-PharoModelInaNushell.pillar
>>
>> The code of the first slide contains the meta information, i.e. there
>> must be a title template somewhere. Is the template defined within the
>> image or is it a separate file outside in the working directory? I did
>> not find it yet.
>>
>>
>> Below in { .. } is the definition of the title slide.
>> Then
>>     ${slide:title=Getting a Feel About Syntax}$
>> starts a regular slide.
>>
>>
>>
>> {
>> "title":"Pharo Syntax in a Nutshell",
>> "slidesid":"W1S05"
>> }
>>
>>
>> ${slide:title=Getting a Feel About Syntax}$
>>
>> Give you the general feel to get started:
>> - Overview of syntactical elements and constructs
>> - Three kinds of messages to minimize parentheses
>> - Overview of block syntax
>> This lecture is an ""overview""
>> No stress if you do not get it right now!
>> We will repeat in future lectures
>> ${slide:title=The Complete Syntax on a Postcard}$
>> No need to understand everything!
>> But "everything" is on this screen :)
>>
>>
>> --Hannes
>>
>>
>
>
>
> --
> Cyril Ferlicot
> https://ferlicot.fr
>
> http://www.synectique.eu
> 2 rue Jacques Prévert 01,
> 59650 Villeneuve d'ascq France
>
>

Reply via email to