Skip to content

parkerabercrombie/SciDB-aql-listings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This package provides a language definition for the LaTeX listings package, and adds support for SciDB's Array Query Language and Array Functional Language.

Author: Parker Abercrombie

Usage

Import the style in the document preamble, and select language aql:

\usepackage{listings-aql}

\lstset{
    language=aql,
    basicstyle=\small,
    breaklines=true
}

Use the listing package as normal with SciDB AFL and AQL queries:

\begin{lstlisting}
select avg(evi) from mod13q1
where day_of_year <= 31
group by pixel
\end{lstlisting}

See demo.tex for a full working demonstration.

About

Typeset SciDB AQL and AFL in LaTeX

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages