Skip to content

Instantly share code, notes, and snippets.

@Ducasse
Ducasse / smalltalkEnv.tex
Created September 7, 2019 06:36 — forked from mattonem/smalltalkEnv.tex
Smalltalk listing environment
% Just add \input{smalltalkEnv} to your file
% then you can use :
% \begin{lstlisting}[language=Smalltalk]
% false become: true.
% \end{lstlisting}
\usepackage{color}
\usepackage{listings}
\usepackage{etoolbox}