\documentclass[a4paper]{article} % generated by Docutils \usepackage{cmap} % fix search and cut-and-paste in Acrobat \usepackage{ifthen} \usepackage[T1]{fontenc} \usepackage{alltt} \usepackage{amsmath} \usepackage{color} \usepackage{graphicx} \usepackage{longtable,ltcaption,array} \setlength{\extrarowheight}{2pt} \newlength{\DUtablewidth} % internal use in tables %%% Custom LaTeX preamble % PDF Standard Fonts \usepackage{mathptmx} % Times \usepackage[scaled=.90]{helvet} \usepackage{courier} %%% User specified packages and stylesheets %%% Fallback definitions for Docutils-specific commands \usepackage{docutils}[2020/08/28] % character width in monospaced font \newlength{\ttemwidth} \settowidth{\ttemwidth}{\ttfamily M} % hyperlinks: \ifthenelse{\isundefined{\hypersetup}}{ \usepackage[colorlinks=true,linkcolor=blue,urlcolor=blue]{hyperref} \usepackage{bookmark} \urlstyle{same} % normal text font (alternatives: tt, rm, sf) }{} %%% Body \begin{document} In LaTeX, literal blocks can be customized with the \textquotedbl{}literal-block-env\textquotedbl{} setting. This test file exists to check if the LaTeX writer output compiles and looks as expected. Start with a plain literal block: \begin{quote} \begin{alltt} $\textbackslash{}sin^2(x)$ and $\textbackslash{}cos^2(x)$ equals one: \textbackslash{}[ \textbackslash{}sin^2(x) + \textbackslash{}cos^2(x) = 1 % for all x \textbackslash{}] \end{alltt} \end{quote} A latex \textquotedbl{}code-block\textquotedbl{} (set with \textquotedbl{}literal-block-env\textquotedbl{}, if syntax highlight is \textquotedbl{}none\textquotedbl{}): \begin{DUclass}{code} \begin{DUclass}{latex} \begin{quote} \begin{alltt} $\textbackslash{}sin^2(x)$ and $\textbackslash{}cos^2(x)$ equals one: \textbackslash{}[ \textbackslash{}sin^2(x) + \textbackslash{}cos^2(x) = 1 % for all x \textbackslash{}] \end{alltt} \end{quote} \end{DUclass} \end{DUclass} A literal block in a table: \setlength{\DUtablewidth}{\linewidth}% \begin{longtable*}{|p{0.063\DUtablewidth}|p{0.145\DUtablewidth}|p{0.063\DUtablewidth}|} \hline test & \begin{minipage}{8\ttemwidth} \begin{alltt} \textbackslash{}sin^2 x \end{alltt} \end{minipage} & test \\ \hline \end{longtable*} A literal block in a table with auto-width columns: \begin{longtable*}{|l|l|l|} \hline test & \ttfamily\raggedright \textbackslash{}sin\textasciicircum{}2~x & test \\ \hline \end{longtable*} \begin{DUclass}{note} \begin{DUadmonition} \DUtitle{Note} A literal block in an admonition: \begin{quote} \begin{alltt} \textbackslash{}sin^2 x \end{alltt} \end{quote} \end{DUadmonition} \end{DUclass} \DUsidebar{ \DUtitle{Literal Block in a Sidebar} \begin{quote} \ttfamily\raggedright \textbackslash{}sin\textasciicircum{}2~x \end{quote} } Parsed literal block with inline markup and leading whitespace: \begin{quote} \ttfamily\raggedright ~~~\emph{emphasis},~\textbf{strong~emphasis},~\texttt{inline~literals},\\ standalone~hyperlinks~(\url{http://www.python.org}),\\ \hyperref[internal]{internal}~and~\href{http://www.python.org/}{external}~hyperlinks,\\ % \phantomsection\label{internal}internal~hyperlink~targets,\\ images~via~substitution~references~(\includegraphics{../../../docs/user/rst/images/biohazard.png}),\\ footnote~references\DUfootnotemark{footnote-reference-1}{footnote-1}{*},\\ citation~references~(\hyperlink{cit2002}{[CIT2002]}),~and~more.\\ ~\\ ~~~Here~are~some~explicit~interpreted~text~roles:\\ a~PEP~reference~(\href{https://peps.python.org/pep-0287}{PEP~287}),\\ an~RFC~reference~(\href{https://tools.ietf.org/html/rfc2822.html}{RFC~2822}),\\ an~abbreviation~(\DUrole{abbreviation}{abb.}),~an~acronym~(\DUrole{acronym}{reST}),\\ code~(\texttt{\DUrole{code}{print~\textquotedbl{}hello~world\textquotedbl{}}}),\\ maths~$\sin^2(x)$,\\ \textsubscript{subscript}~and~\textsuperscript{superscript},\\ \DUrole{custom}{custom}~\DUrole{custom-role}{roles},~and~explicit~roles~for\\ \DUroletitlereference{Docutils}'~\emph{standard}~\textbf{inline}~\texttt{markup}. \end{quote} % \DUfootnotetext{footnote-1}{footnote-reference-1}{*}{% This footnote is referenced in a \DUroletitlereference{parsed literal} block. It contains a literal block: \begin{quote} \ttfamily\raggedright \textbackslash{}sin\textasciicircum{}2~x \end{quote} } \begin{figure}[b]\raisebox{1em}{\hypertarget{cit2002}{}}[CIT2002] Sample Citation, 2017. \end{figure} \end{document}