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.
- Host: GitHub
- URL: https://github.com/rignaneseleo/latex-listings-dart
- Owner: rignaneseleo
- License: mit
- Created: 2020-03-04T10:50:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-20T16:49:38.000Z (about 2 years ago)
- Last Synced: 2025-04-01T06:03:09.765Z (about 2 months ago)
- Topics: code, dart, dartlang, flutter, latex, latex-code, latex-style, latex-template, listings, lstset
- Language: TeX
- Size: 36.1 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
