Skip to content

Instantly share code, notes, and snippets.

@airicbear
Created May 16, 2020 04:20
Show Gist options
  • Save airicbear/60d2d44f9530bb2982ac5c368aa49791 to your computer and use it in GitHub Desktop.
Save airicbear/60d2d44f9530bb2982ac5c368aa49791 to your computer and use it in GitHub Desktop.
basic example of beamer export in org mode

Example Presentation

1 Overview

1.1 Good morning

What’s up, everyone? Here’s a rundown of what we’re doing today:

  • File compression
  • Huffman Coding algorithm

1.2 What is file compression?

File compression is a method of making file sizes smaller by using intricate file compression algorithms such as the Huffman Coding algorithm.

1.3 Huffman Coding algorithm

How does the Huffman Coding algorithm work to compress files?

\begin{tikzpicture} \graph [binary tree layout] { a – {b, c} } \end{tikzpicture}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment