Converts the given source code to a LaTeX fragment containing the given listing (lstset). LaTeX label for the listing is lst:instanceName, where the instanceName refers to the name of the pipeline component used in the network configurations.
Version | 1.0 |
---|---|
Bundle | tools |
Categories | Convert Latex |
Authors | Marko Laakso (Marko.Laakso@Helsinki.FI) |
Issue tracker | View/Report issues |
Source files | component.xml |
Usage | Example with default values |
Name | Type | Mandatory | Description |
---|---|---|---|
in | TextFile | Mandatory | Source code |
Name | Type | Description |
---|---|---|
out | Latex | LaTeX representation for the given query. |
Name | Type | Default | Description |
---|---|---|---|
caption | string | "" | Caption text for the listing |
language | string | (no default) | Language definition for the syntax highlighting. Possible values can be found from the description of listings package. |
Test case | Parameters▼ | IN in |
OUT out |
|||
---|---|---|---|---|---|---|
case1 | properties | in | out | |||
language=SQL |
||||||
case2 | properties | in | out | |||
language=SQL, |