Skip to content

Latest commit

 

History

History
195 lines (148 loc) · 5.6 KB

nice-beamer.org

File metadata and controls

195 lines (148 loc) · 5.6 KB

How To Write Nice Looking Presentation With Beamer And Org-Mode

1 Links

1.6 Note

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)

2 Code Block Without Highlighting

Just text.

val test = 1 + 5
println(test.toString)

2.1 Note

Just note example

3 Code Block With Highlighting

3.1 use latex export block with the “lstlisting” package:

4 Standout

  • pure FP
  • composition
  • streaming

5 Table

\clm{a}\clm{name}\clm{long name}\clm{other}
\row{b}V0Lorem ipsum met
\row{c}0Excepteur cupidatatUt minim, quis exercitation

6 Columns Blocks

_*Just Text*_

6.0.1

sealed trait MarkStyle
case class PointStyle(
  color: Color,
  borderColor: Color,
  bolderWidth: Double,
  radius: Double,
  shape: PointShape
) extends MarkStyle

6.0.2

case class FontStyle(
   name: String,
   weight: FontWeight,
   size: Double,
   color: Color
 ) extends MarkStyle

7 Image

./img/algebra-scales.png

8 Ditaa

+-----------------+
| RangeFn(0, 100) |
+-----------------+

+-----------------+
| MeanFn()        |
+-----------------+