Added medium post metadata

This commit is contained in:
Brandon Rozek 2023-02-01 19:36:22 -05:00
parent 8a93e4fb70
commit 6ad0dc95ac
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480
3 changed files with 19 additions and 14 deletions

View file

@ -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.
@ -52,5 +54,4 @@ Complete Minimal Example:
\end{document}
```
```