Artificial intelligence

Programming – Session 5

  • Item 1
  • Item 2
  • Item 3
  • Item 4
  • Item 5

Title (the name of the item in the outline)

Subtitle (the name of the slide)

A title in the slide

This is a page with little contents. By default text appears from the top.

A subtitle in the slide

  • Itemizes work too
  • Let me know (Bastien) if there is any CSS issue

Title (the name of the item in the outline)

Subtitle (the name of the slide)

Examples of formatting

Basic stuff

Here is an example test you can write that integrates bold and italic markdown. Also, links seems to work.

Math too, either inline $x^2$ or as a block:

$$x^2$$

Math blocks are centered by default.

Including elements

You can also embed images. However for some reason, embedding them as markdown does it twice. Use the HTML tag instead. They will be centered by default.

You can also embed code, which will scroll horizontally if needed:

def test (x):

    print("Hello")

Remark

Note that slides that exceed the size will automatically scroll.