v08 panel-dev
·
1 min read
·
edit
It is version 08.
butiran-x/26c35
2026-03-08
1
outline
- misc info 3
- session closing 7
butiran-x/26c35
2026-03-08
2
misc
info
info
butiran-x/26c35
2026-03-08
3
about
- It is about v05 of panel development.
- Currently as base, it can only support one column.
- There might be maximum three navigation buttons on top each slide, e.g.
<previous,^home,>next.
butiran-x/26c35
2026-03-08
4
equation
- It can be simply inline like $y = ax^2 + bx + c$.
- Or tt can be displayed as follows. $$\tag{52} x_{1,2} = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}. $$
- It uses KaTeX.
butiran-x/26c35
2026-03-08
5
code
- Test to show code.
# calculate sum of prime numbers s = 0; for i in [1, 2, 3, 5, 7, 11]: if i > 4: print("i =", i) s += 1 print("s =", s) print("end") - Padding, margin, font sizes have been reduced.
butiran-x/26c35
2026-03-08
6
session
closing
closing
butiran-x/26c35
2026-03-08
7
summaries
- This is just an example.
- Suggestions are welcome.
butiran-x/26c35
2026-03-08
8
vielen dank
butiran-x/26c35
2026-03-08
9