1.1 tutorial: https://orgmode.org/worg/exporters/beamer/tutorial.html
1.2 beamer export: https://orgmode.org/manual/Beamer-export.html
1.3 latex export: https://orgmode.org/manual/LaTeX-export.html#LaTeX-export
1.5 Cheat Sheet https://github.com/fniessen/refcard-org-beamer
Use it for store speaker notes with advanced PDF viewers such as PDFPC https://pdfpc.github.io/ (see: https://tex.stackexchange.com/questions/84622/is-there-a-specialized-pdf-viewer-for-latex-beamer-presentations-on-linux)
Just text.
val test = 1 + 5
println(test.toString)
Just note example
- Tutorial: https://mikedewar.wordpress.com/2009/02/25/latex-beamer-python-beauty/
- docs: https://en.wikibooks.org/wiki/LaTeX/Source_Code_Listings
- pure FP
- composition
- streaming
\clm{a} | \clm{name} | \clm{long name} | \clm{other} |
---|---|---|---|
\row{b} | V | 0 | Lorem ipsum met |
\row{c} | 0 | Excepteur cupidatat | Ut minim, quis exercitation |
_*Just Text*_
sealed trait MarkStyle
case class PointStyle(
color: Color,
borderColor: Color,
bolderWidth: Double,
radius: Double,
shape: PointShape
) extends MarkStyle
case class FontStyle(
name: String,
weight: FontWeight,
size: Double,
color: Color
) extends MarkStyle
+-----------------+
| RangeFn(0, 100) |
+-----------------+
+-----------------+
| MeanFn() |
+-----------------+