BioDT Pandoc slide template
Author, Affiliation
Mathematics
Equations
- Eq 1: \(e = mc^2\)
- Eq 2: \(\frac{\partial^2 u}{\partial t^2} = c^2 \nabla^2 v\)
More equations
\[\oint_{\partial \Sigma} E \cdot dl
= - \int_\Sigma \frac{\partial B}{\partial t} \cdot d A\]
Nested lists 1
- The beginning of a list, marked by a filled circle.
- A list item, marked by an open circle.
- We can also create numbered lists, e.g. if we wanted several lists on a slide.
- Under the list header, the first item marked by a filled circle.
- And a sub-item marked by an open circle.
- This is another numbered list.
- And this, the first item of that list.
Nested lists 2
- What if we wanted numbered sub-items within a numbered list?
- This is also possible:
- Sub-item 1
- Sub-item 2
- Or other kinds of list variations?
- Now this item is numbered…
- … Whereas this one isn’t.
- Then there’s this one.
- I have a number!
- So do I…
- Don’t forget me!
Definition list
- A term of interest
- A definition of that term
- Another term of interest
- To define this term, more text is needed.
- In fact, we need two rows to do it.
Code examples
Some code in boxes:
import os
if os.path.isfile('foobar'):
with open('foobar') as fp:
txt = fp.read()
print('File contents:')
print(txt)
#include <stdio.h>
int square(x) {
printf("Going to square value %d.", x);
return x*x;
}
Images
Screencap of the BioDT Twitter page.
Same image, but centered and smaller.
Columns 1
- We can create side-by-side columns
- Here we have the first of two…
- This might be useful e.g. if we have a large horizontal image under the text.
Columns 2
- A second option is to split text and images by column.
- Another chance to advertise the BioDT Twitter page…
Tables 1
Case 1 |
vanilla |
0.757 |
0.719 |
0.574 |
0.547 |
|
optimised |
0.899 |
0.838 |
0.658 |
0.607 |
Case 2 |
vanilla |
1.252 |
1.111 |
0.684 |
0.756 |
|
optimised |
1.443 |
1.277 |
0.748 |
0.818 |
Tables 2 (highlights)
We can also highlight different values in tables:
Case 1 |
vanilla |
0.757 |
0.719 |
0.574 |
0.547 |
|
optimised |
0.899 |
0.838 |
0.658 |
0.607 |
Case 2 |
vanilla |
1.252 |
1.111 |
0.684 |
0.756 |
|
optimised |
1.443 |
1.277 |
0.748 |
0.818 |