Test Me

Summary

Test Page for testing markdown within a Pelican website

  • a png: sample
  • a png: sampling-noise
  • a jpg: board_hookup
 if (x == 2)
   {
   // a test
   printf("hello 10");
   }
x = None
if x is None:
    # a test
    print("hello 10")

Download: jTestDft

test math

using begin-end equation:

\begin{equation} x^2 \end{equation}

using begin-end equation inline:

test in line

\begin{equation} x^2 \end{equation}

after line

using math-math tags

x^2 $x^2$

using double dollar signs

$$F[f] = 1/N \sum_{k=0,f=0}^{N-1} {s[k] * cos( -j k \theta f / N) + j sin( -j k \theta f / N)}$$
$$F(f) = \int_{-\infty}^{+\infty} {s(t) e^{-j 2 \pi f t} } dt$$
$$ e^{j\theta} = cos(\theta) + j sin(\theta) $$
$$ s(t) = \int_{-\infty}^{+\infty} {F(f) e^{j 2 \pi f t} } dt $$

using single dollar signs:

These are inline: \(x^2\) \(x + y\) \(x \implies y\) ending here

test \(s(t) = \int_{-\infty}^{+\infty} {F(f) e^{j 2 \pi f t} } dt\) inline

- John Arrizza