@Test @Ignore public void withHead() throws OfxAuthoringException { Table table = TestLatexTableRenderer.createTable(); table.getContent().setHead(TestLatexTableRenderer.createTableHead()); f = new File(rootDir, dir + "/" + Key.tableWithHead + ".tex"); renderer.render(table); OfxContentDebugger.debug(renderer.getContent()); }
public void render(Table table) { txt.add("\\caption{" + TxtTitleFactory.build(table.getTitle()) + "}"); }