Constructs a LaTeX fragment that includes attachments for the given files.
Version | 1.0 |
---|---|
Bundle | tools |
Categories | Latex |
Authors | Marko Laakso (Marko.Laakso@Helsinki.FI) |
Issue tracker | View/Report issues |
Requires | microarray.jar (jar) |
Source files | component.xml |
Usage | Example with default values |
Name | Type | Mandatory | Description |
---|---|---|---|
file1 | BinaryFile | Optional | A file to be included into the document |
file2 | BinaryFile | Optional | A file to be included into the document |
file3 | BinaryFile | Optional | A file to be included into the document |
file4 | BinaryFile | Optional | A file to be included into the document |
file5 | BinaryFile | Optional | A file to be included into the document |
file6 | BinaryFile | Optional | A file to be included into the document |
file7 | BinaryFile | Optional | A file to be included into the document |
file8 | BinaryFile | Optional | A file to be included into the document |
file9 | BinaryFile | Optional | A file to be included into the document |
Name | Type | Description |
---|---|---|
report | Latex | LaTeX document with the given attachments. |
Name | Type | Default | Description |
---|---|---|---|
caption1 | string | "" | Description text for the first file |
caption2 | string | "" | Description text for the second file |
caption3 | string | "" | Description text for the third file |
caption4 | string | "" | Description text for the fourth file |
caption5 | string | "" | Description text for the fifth file |
caption6 | string | "" | Description text for the sixth file |
caption7 | string | "" | Description text for the seventh file |
caption8 | string | "" | Description text for the eight file |
caption9 | string | "" | Description text for the ninth file |
head | string | "" | Raw LaTeX content that will be written to the beginning of the output document |
sectionTitle | string | "" | If non-empty, a declaration of a new section with the given name is inserted ahead of the attachments. |
sectionType | string | "section" | Type of LaTeX section: usually one of section, subsection or subsubsection. No section statement is written if sectionTitle is empty. |
tail | string | "" | Raw LaTeX content that will be written to the end of the output document |
Test case | Parameters▼ | IN file1 |
IN file2 |
IN file3 |
IN file4 |
IN file5 |
IN file6 |
IN file7 |
IN file8 |
IN file9 |
OUT report |
---|---|---|---|---|---|---|---|---|---|---|---|
case1 | properties | file1 | (missing) | file3 | (missing) | (missing) | (missing) | (missing) | (missing) | (missing) | report |
sectionTitle = Attachments, |