satejsoman / stata-lstlisting

Stata syntax highlighting for the listing LaTeX package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Stata syntax highlighting for the listing LaTeX package


Languages

Language:TeX 100.0%