Skip to content

Latest commit

 

History

History
277 lines (148 loc) · 2.95 KB

formattest.md

File metadata and controls

277 lines (148 loc) · 2.95 KB
title layout date
Remark Formatting Test
presentation_solar
2023-05-12

class:center,middle

Remark Formatting Test

Robert Winslow

2023-05-09


  • Does this become a table of contents? (If you see this, the answer is no.) {:toc}

Slide with a Footnote

This is a standard jekyll style footnote.1 And here is another sentence.

(Doesn't work, sadly)


alt footnote test

Markup for a title slide, for footnotes$^1$.footnote[$1.$ Here is a footnote, located at the bottom of the page as the name suggests.], and for citations


layout: true class: header

Section


Sub section 1


Sub section 2


layout: true class: header

New Section


Sub section 1b


Sub section 2b


yeehaw


layout: false

okey dokes


inline $\int_{-\infty}^\infty e^{-i \omega \tau} R_{zz}(\tau) , d\tau= S_{zz}(\omega)$

and display:

$$\int_{-\infty}^\infty e^{-i \omega \tau} R_{zz}(\tau) , d\tau= S_{zz}(\omega)$$

Same thing but across multiple lines

$$ \int_{-\infty}^\infty e^{-i \omega \tau} R_{zz}(\tau) , d\tau= S_{zz}(\omega)$$

Same thing but different delimiters

\[\int_{-\infty}^\infty e^{-i \omega \tau} R_{zz}(\tau) , d\tau= S_{zz}(\omega)\]

And here's the same thing but with slashes before the underscore

$$\int_{-\infty}^\infty e^{-i \omega \tau} R_{zz}(\tau) , d\tau= S_{zz}(\omega)$$

Same thing but wrapped in a div

$$\int_{-\infty}^\infty e^{-i \omega \tau} R_{zz}(\tau) \, d\tau= S_{zz}(\omega)$$

katex gdefs

$$\gdef\foo#1{#1^2} \foo{y} + \foo{y}$$

$$\foo{34}$$

$$\gdef\RIZZ{R_{zz}(\tau)}$$

$$\gdef\SIZZ{S_{zz}(\omega)}$$

$$\int_{-\infty}^\infty e^{-i \omega \tau} \RIZZ , d\tau= \SIZZ$$


katex multiline

$$\theta(t) = \begin{cases} \theta_t & \text{if } t\in{0,...,T-1} \\ \theta_T & \text{if } t\geq T \end{cases}$$

$$\theta(t) = \begin{cases} \theta_t & \text{if } t\in{0,...,T-1} \\\ \theta_T & \text{if } t\geq T \end{cases}$$


$$ \theta(t) = \begin{cases} \theta_t & \text{if } t\in{0,...,T-1} \\ \theta_T & \text{if } t\geq T \end{cases} $$

$$ \theta(t) = \begin{cases} \theta_t & \text{if } t\in\{0,...,T-1\} \\ \theta_T & \text{if } t\geq T \end{cases} $$

Two slashes:

\\

Four slashes

\\\\


layout: true class: header

lists


ordered

  1. test
  2. test
  3. test
  4. test
  5. test
  6. test

Unordered

  • test
  • test
  • test
  • test
  • test
  • test

dlist

term : definition

term : definition

term : definition

term : definition


layout: true

table


a b c
test test test
test test test
test $\beta^2$ test
test test test

--

alt format

First Header Second Header
Content Cell Content Cell
Content Cell Content Cell

layout: false

Footnotes

  1. This should appear in a footnote.