An open API service indexing awesome lists of open source software.

https://github.com/rignaneseleo/latex-listings-dart

Here you have the file to import in order to format your Dart code into your Latex project.
https://github.com/rignaneseleo/latex-listings-dart

code dart dartlang flutter latex latex-code latex-style latex-template listings lstset

Last synced: 6 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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}
```
4. Enjoy and pull here the functions and types you added!

## Preview
![Preview](https://raw.githubusercontent.com/rignaneseleo/Latex-listings-Dart/master/preview.png)