Welcome to My Presentation

  • Edit the slides/example/index.md markdown file
  • Images should be in images subfolder
  • LaTeX math is supported

Single Image Example

Example image

Features Table Latex

$$ \begin{array}{|l|c|p{5.5cm}|} \hline \textbf{Feature} & \textbf{Support} & \textbf{Description} \\ \hline \text{Images} & \checkmark & \text{Local images in \texttt{images/}} \\ \text{LaTeX} & \checkmark & \text{Inline and display math} \\ \text{Code} & \checkmark & \text{Syntax highlighting} \\ \hline \end{array} $$

Math Equations

Simple equation: $E = mc^2$

Complex equation:

$$ \begin{aligned} \nabla \times \vec{\mathbf{B}} -\, \frac1c\, \frac{\partial\vec{\mathbf{E}}}{\partial t} & = \frac{4\pi}{c}\vec{\mathbf{j}} \\[2ex] \nabla \cdot \vec{\mathbf{E}} & = 4 \pi \rho \end{aligned} $$

Code Example

def calculate_energy(mass):
    """Calculate energy using E = mc^2"""
    c = 299792458  # speed of light
    return mass * (c ** 2)

energy = calculate_energy(1.0)  # kg
print(f"E = {energy:e} joules")

Controls

  • Next: Right Arrow or Space
  • Previous: Left Arrow
  • Overview: Esc
  • Fullscreen: F (toggle)
  • Toggle speaker notes: S (toggle)
  • Toggle speaker notes: S (toggle)
  • Toggle speaker notes: S (toggle)
  • Toggle speaker notes: S (toggle)

Markdown Table

Column 1Column 2Column 3
Row 1, Col 1Row 1, Col 2Row 1, Col 3
Row 2, Col 1Row 2, Col 2Row 2, Col 3
Row 3, Col 1Row 3, Col 2Row 3, Col 3