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: "LaTex List Labels"
|
||||
date: 2022-01-16T23:17:51-05:00
|
||||
date: 2022-01-16 23:17:51-05:00
|
||||
draft: false
|
||||
tags: ["LaTex"]
|
||||
math: false
|
||||
medium_enabled: true
|
||||
medium_post_id: b978cbe10da3
|
||||
tags:
|
||||
- LaTex
|
||||
title: LaTex List Labels
|
||||
---
|
||||
|
||||
A quick tip that I recently learned is that the symbols in a LaTex list item is changeable. In fact, the following technique works for both the `enumerate` and `itemize` environments.
|
||||
|
@ -22,4 +24,4 @@ A quick tip that I recently learned is that the symbols in a LaTex list item is
|
|||
\end{enumerate}
|
||||
```
|
||||
|
||||

|
||||

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