Merge pull request #6 from moormaster/archlinux-packaging added PKGBUILD file
Merge pull request #6 from moormaster/archlinux-packaging
added PKGBUILD file
A Rust language and style specification for the LaTeX-package listings
listings-rust.sty
latex
listings
listings-rust
\usepackage{listings, listings-rust}
Rust
lstlistings
\begin{lstlisting}[language=Rust] // your source code \end{lstlisting}
colouredRust
boxed
\begin{lstlisting}[language=Rust, style=boxed] // your source code \end{lstlisting}
Currently there is only the style-file itself and the example document listings-style.tex for documentation.
listings-style.tex
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
listings-rust
A Rust language and style specification for the LaTeX-package listings
Usage
listings-rust.stywherelatexcan find itlistingsandlistings-rustin your LaTeX document with\usepackage{listings, listings-rust}Rustin thelstlistingsenvironment, e.g.\begin{lstlisting}[language=Rust] // your source code \end{lstlisting}
colouredRustorboxed, e.g.\begin{lstlisting}[language=Rust, style=boxed] // your source code \end{lstlisting}
Documentation
Currently there is only the style-file itself and the example document
listings-style.texfor documentation.