Skip to content

Stata syntax highlighting for the listing LaTeX package

Notifications You must be signed in to change notification settings

satejsoman/stata-lstlisting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages