Skip to content

Latest commit

 

History

History
130 lines (79 loc) · 1.52 KB

slides.md

File metadata and controls

130 lines (79 loc) · 1.52 KB
marp theme style
true
default
.ccolumns { display: grid; grid-template-columns: 50% auto; gap: 1rem; }

bg fit




Title of the talk

First Author¹, Second Author²

¹Centre for Advanced Research Computing, UCL. ²Department of Collaborators, UCL.

Conference, Location. 202Y-MM-DD.


A basic slide with bullets

  • First point.
  • Second point.

Slide with bullets that appear

  • I appear...
  • Then I appear...
  • Then I appear 🎉!

Centered on a slide

Example of something centred.


Split bullet slide


  • Bullet to the left
  • Bullet to the right

Code

def i_prefer_python() -> None
    print("Obviously, I use type hints")
    return
int butWillWriteCppIfNeeded()
{
  return 1337;
}

Emoji are cool

  • ❤️🎉✅

Maths

  • An example of inline maths $e^{i\pi} = -1$
  • An example of display format maths:

$$ \widehat{f}(\xi) = \int_{-\infty}^{\infty} f(x)\ e^{-i 2\pi \xi x},dx. $$


Conclusions

  • One or two clear take-home points.
  • Don't overload your audience.

Appendix


Add appendix slides if needed

  • Delete all of this if you don't need it.
  • (Obviously)