Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 738 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 738 Bytes

stata-lstlisting

A more complete Stata markdown style for the LaTeX lstlisting package.

Sources

How to use

Just \include{} or \input{} the .tex file in this repository and set the language in your lstlisting environment to Stata.

\begin{lstlisting}[language=Stata, numbers=none]
. display binomialp(4, 2, 1/6)
.11574074
\end{lstlisting} 

Rendered example

rendered example

See also