mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-09 14:31:13 +00:00
Added medium syndication metadata
This commit is contained in:
parent
79329aae66
commit
387dd491b1
30 changed files with 175 additions and 134 deletions
|
@ -1,10 +1,12 @@
|
|||
---
|
||||
title: "Multi-Column slides in Beamer"
|
||||
date: 2022-01-26T23:29:31-05:00
|
||||
date: 2022-01-26 23:29:31-05:00
|
||||
draft: false
|
||||
tags: ["LaTex"]
|
||||
math: false
|
||||
medium_enabled: true
|
||||
medium_post_id: cd19b12d502f
|
||||
tags:
|
||||
- LaTex
|
||||
title: Multi-Column slides in Beamer
|
||||
---
|
||||
|
||||
When creating slides in LaTex Beamer, it can be frustrating to not have the easy ability to drag text boxes around. Luckily, creating a multi-column layout in Beamer is not difficult! Below is an example of a two column slide layout, where the left side is a bulleted list, and the right side is an image:
|
||||
|
@ -40,4 +42,4 @@ When creating slides in LaTex Beamer, it can be frustrating to not have the easy
|
|||
\end{document}
|
||||
```
|
||||
|
||||

|
||||

|
Loading…
Add table
Add a link
Reference in a new issue