rignaneseleo / Latex-listings-Dart

Here you have the file to import in order to format your Dart code into your Latex project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lstset for Dart in Latex (Listings)

Instructions

  1. Download this file and put it in your project
  2. Link it to your master file on the top (under the \usepackage{} definitions) using \input{./listings_dart}
  3. In your document, format your Dart code using:
\begin{lstlisting}
    \\Your Dart code goes here
\end{lstlisting}
  1. Enjoy and pull here the functions and types you added!

Preview

Preview

About

Here you have the file to import in order to format your Dart code into your Latex project.

License:MIT License


Languages

Language:TeX 100.0%