A Rust language and style specification for the LaTeX-package listings
TeX
193
5 commits
updated May 17, 2023
A Rust language and style specification for the LaTeX-package listings
listings-rust.sty where latex can find itlistings and listings-rust in your LaTeX document with \usepackage{listings, listings-rust}Rust in the lstlistings environment, e.g.
\begin{lstlisting}[language=Rust]
// your source code
\end{lstlisting}
colouredRust or boxed, e.g.
\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.
4 commits
1 commits
TeX
95.0%
Shell
5.0%
A Rust language and style specification for the LaTeX-package listings
TeX
193
5 commits
updated May 17, 2023
A Rust language and style specification for the LaTeX-package listings
listings-rust.sty where latex can find itlistings and listings-rust in your LaTeX document with \usepackage{listings, listings-rust}Rust in the lstlistings environment, e.g.
\begin{lstlisting}[language=Rust]
// your source code
\end{lstlisting}
colouredRust or boxed, e.g.
\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.
4 commits
1 commits
TeX
95.0%
Shell
5.0%