mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-09 10:40:34 -05:00
Added medium post metadata
This commit is contained in:
parent
8a93e4fb70
commit
6ad0dc95ac
3 changed files with 19 additions and 14 deletions
|
@ -1,10 +1,12 @@
|
|||
---
|
||||
title: "Induction in Lean 3: Three Techniques"
|
||||
date: 2023-01-30T21:07:43-05:00
|
||||
date: 2023-01-30 21:07:43-05:00
|
||||
draft: false
|
||||
tags: ["Formal Methods"]
|
||||
math: true
|
||||
medium_enabled: true
|
||||
medium_post_id: 5b4a36988c6d
|
||||
tags:
|
||||
- Formal Methods
|
||||
title: 'Induction in Lean 3: Three Techniques'
|
||||
---
|
||||
|
||||
When proving properties of an inductive data type, chances are that we need to perform the induction tactic on the data structure. There are multiple ways to approach this though and each comes with its own pros and cons.
|
||||
|
|
|
@ -1,10 +1,12 @@
|
|||
---
|
||||
title: "Quick LaTex: Footnotes with no Counter"
|
||||
date: 2022-09-23T15:34:28-04:00
|
||||
date: 2022-09-23 15:34:28-04:00
|
||||
draft: false
|
||||
tags: ["LaTex"]
|
||||
math: false
|
||||
medium_enabled: true
|
||||
medium_post_id: d0a88900c580
|
||||
tags:
|
||||
- LaTex
|
||||
title: 'Quick LaTex: Footnotes with no Counter'
|
||||
---
|
||||
|
||||
Let's say there's a scenario where you want to have a footnote, but you don't want a counter associated with it. In order to stay consistent with the document style, the solution should use `\footnote` within its implementation.
|
||||
|
@ -53,4 +55,3 @@ Complete Minimal Example:
|
|||
\end{document}
|
||||
|
||||
```
|
||||
|
||||
|
|
|
@ -1,10 +1,12 @@
|
|||
---
|
||||
title: "Readable Lean 3 Proofs"
|
||||
date: 2023-01-27T22:01:54-05:00
|
||||
date: 2023-01-27 22:01:54-05:00
|
||||
draft: false
|
||||
tags: ["Formal Methods"]
|
||||
math: true
|
||||
medium_enabled: true
|
||||
medium_post_id: 5fb876d4d819
|
||||
tags:
|
||||
- Formal Methods
|
||||
title: Readable Lean 3 Proofs
|
||||
---
|
||||
|
||||
*Important Note: This blog post uses the Lean 3 syntax*
|
||||
|
|
Loading…
Reference in a new issue