Skip to content

BrookJeynes/listings-zig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

listings-zig

A Zig language and style specification for the LaTeX-package listings

Usage

  1. Place the listings-zig.sty where latex can find it
  2. Import listings and listings-zig in your LaTeX document with \usepackage{listings, listings-zig}
  3. Select the language Rust in the lstlistings environment, e.g.
\begin{lstlisting}[language=Zig]
    // code here
\end{lstlisting}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages