mirror of
https://github.com/cupcakearmy/memoir.git
synced 2025-09-06 16:00:40 +00:00
latex
This commit is contained in:
17
pages/latex/lists.md
Executable file
17
pages/latex/lists.md
Executable file
@@ -0,0 +1,17 @@
|
||||
# Lists
|
||||
|
||||
```latex
|
||||
% Items
|
||||
\begin{itemize}
|
||||
\item a
|
||||
\item b
|
||||
\end{itemize}
|
||||
|
||||
% Numbered
|
||||
\begin{enumerate}
|
||||
\item One
|
||||
\item Two
|
||||
\end{enumerate}
|
||||
```
|
||||
|
||||
[https://www.overleaf.com/learn/latex/Lists](https://www.overleaf.com/learn/latex/Lists)
|
Reference in New Issue
Block a user