memoir/pages/latex/code.md
2023-04-04 13:12:59 +02:00

13 lines
206 B
Markdown
Executable File

# 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*}
```