I'm writing an Interface Control Document (ICD) that contains dynamic data queried from relation databases and extracted from Magic Draw SysML/UML models. The java "backend" to obtain/generate this information already exists. All the data I need to generate the document is stored in java objects/collections.
Currently, the ICD is generated with Velocity scripts in a Microsoft word document...which is difficult to work with. I would like to be able to generate the document with Latex from a more programming friendly context. Is there a library or .jar file to import which enables programmers to make Latex calls to create paragraphs, sections, tables, etc. with dynamic data from a java context?
Thank you
knitrcould be a goos solution if your databases can be exported to some manageable for R language (CSV, Excel, SPSS, ODBC...) and you have some experience with R or python. If this is not a potion for you check ifdatatoolLaTeX package is what you are looking for. – Fran Sep 27 '21 at 17:32