mirror of
https://github.com/cupcakearmy/memoir.git
synced 2025-09-06 07:50:42 +00:00
latex
This commit is contained in:
13
pages/latex/code.md
Executable file
13
pages/latex/code.md
Executable file
@@ -0,0 +1,13 @@
|
||||
# Code
|
||||
|
||||
```latex
|
||||
% Inline
|
||||
Version: \verb|1.2.3|
|
||||
|
||||
% Block
|
||||
\begin{verbatim*}
|
||||
Text enclosed inside \texttt{verbatim} environment
|
||||
is printed directly
|
||||
and all \LaTeX{} commands are ignored.
|
||||
\end{verbatim*}
|
||||
```
|
Reference in New Issue
Block a user