| property | optional? | description |
|---|---|---|
| texconverter.inputFileName | no (group 1) |
Path and name of the LaTeX input file, which should be converted
at the next execution of the maven goal |
| texconverter.outputFileName | no (group 1) |
Path and name of the output file, which will be created/overwritten
at the next execution of the maven goal |
| texconverter.outputFormatName | no (group 1) |
Type/format of the output file which will be created/overwritten
at the next execution of the maven goal |
| texconverter.localeCode | no |
ISO(639-2) 3-letter code of language which should be used for localized strings. This affects some titles (e.g. of Bibliography, Glossary) and captions. This parameter is optional, if omitted the system locale will be used. Currently available locales are: "eng" (english) and "deu" (german). |
| texconverter.propertiesFile | no (group 2) |
Path and name of a Java properties file - this can be used as an alternative to the above properties, with the added benefit that multiple conversion tasks can be defined in a single properties file. Refer to the user documentation on how to create such a properties file. |