memoir/pages/latex/code.md

13 lines
206 B
Markdown
Raw Permalink Normal View History

2023-04-04 11:12:59 +00:00
# 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*}
```