mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-09 22:41:13 +00: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: "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}
|
||||
|
||||
```
|
||||
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue