Slides and notes

These are the slides and notes that were presented at LP2021.  The
commits are squashed because some of the iterations contain unrefined
thoughts that are a bit too raw to be presented and will come at a later
time.
master
Mike Gerwitz 2021-03-03 21:09:11 -05:00
commit 93855b083a
Signed by: mikegerwitz
GPG Key ID: 8C917B7F5DC51BA2
5 changed files with 1071 additions and 0 deletions

7
.gitignore vendored 100644
View File

@ -0,0 +1,7 @@
# generated
/*.pdf
/*.tex
/*.blg
/texput.log
/*.bbl

25
Makefile 100644
View File

@ -0,0 +1,25 @@
# Build presentation
#
# Copyright (C) 2021 Mike Gerwitz
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
default: slides.pdf
# TODO: No local init.el! Isolate required options so that this is actually
# portable!
%.pdf: %.org %-preamble.tex
emacs --batch -l ~/.emacs.d/init.el $< -f org-beamer-export-to-pdf

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

View File

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 980 980"><circle cx="490" cy="490" r="440" fill="none" stroke="#000" stroke-width="100"/><path d="M219,428H350a150,150 0 1 1 0,125H219a275,275 0 1 0 0-125z"/>
</svg>

After

Width:  |  Height:  |  Size: 257 B

1037
slides.org 100644

File diff suppressed because it is too large Load Diff