@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());
 }
Beispiel #2
0
 public void render(Table table) {
   txt.add("\\caption{" + TxtTitleFactory.build(table.getTitle()) + "}");
 }