06 panel-dev
·
1 min read
·
edit
v06 panel dev $ax^2 + bx+ c$
slide in hugo post with js
20260408_v1 | https://butiran-x.github.io/26c33/
butiran-x/26c33
2026-03-08
1
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/26c33
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/26c33
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/26c33
2026-03-08
6