An example abstract: An example abstract with an example reference1.
Contents
Introduction
This is a quote.
This is an example of from KaTeX’s website:
Second section
This is an image.
Now, a placeholder table
| Left | Middle | Right |
|---|---|---|
| Gauche | Milieu | Droite |
and a list
- Left.
- Middle.
- Right.
This is a sample "hidden" section with Python code (taken from NumPy's documentation)
For example, you can create an array from a regular Python list or tuple using the array function. The type of the resulting array is deduced from the type of the elements in the sequences.
import numpy as np
a = np.array([1, 2, 3])