This is the second org-mode test to see how various org-mode features looks with different Hugo templates.
DONE Lists and checkboxes @feature
- Dette er ein test
- Dette er ein test
- Dette er ein test
Pictures
Text formatting
- We can have bold text
- Also italic
- And
monospace
- For key bindings
C-c
- And when you
regret something - And when someting is really important
Tables
Table 1:
First demo table
A | B | C |
---|---|---|
2 | 3 | 4 |
5 | 10 | 21 |
33 | 43 | 11 |
Table 2:
Table with verbatim CSS
a | b |
---|---|
b | s |
Spreadsheet
The tables in org-mode are a spreadsheet.
Candidate | A | B | C | D | Mean | Std. dev | RMS |
---|---|---|---|---|---|---|---|
1 | 50 | 25 | 100 | 10 | 46.25 | 39.4 | 57.5 |
2 | 75 | 25 | 75 | 50 | 56.25 | 23.9 | 59.9 |
3 | 50 | 75 | 60 | 25 | 52.5 | 21.0 | 55.6 |
Plotting
Org-mode supports plotting through gnuplot.
Sede | Max cites | H-index |
---|---|---|
Chile | 257.72 | 21.39 |
Leeds | 165.77 | 19.68 |
Sao Paolo | 71.00 | 11.50 |
Stockholm | 134.19 | 14.33 |
Morelia | 257.56 | 17.67 |
x | y1 | y2 |
---|---|---|
0 | 3 | 6 |
1 | 4 | 7 |
2 | 5 | 8 |
Code listings
This is a code listing for C:
#include <stdio.h>
int main(){
printf("Dette er ein test");
}
PlantUML
!theme spacelab
a -> b
b -> c
Bob -> Alice : Hello World!
Citation
Math
Inline math \(R = \frac{U}{I}\)
\[f(x) = \int_{2}^{4} x^{4}+2x^{3}\]
\begin{equation} \label{eq:1} C = W\log_{2} (1+\mathrm{SNR}) \end{equation}