Exemplo n.º 1
0
  public static void main(String[] args) throws Exception {
    OfxCoreTestBootstrap.init();

    TestLatexRowFactory.initLoremIpsum();
    TestLatexRowFactory test = new TestLatexRowFactory();
    test.setSaveReference(true);

    //   	test.initRenderer();test.paragraph();
    test.initRenderer();
    test.standard();
  }
  public static void main(String[] args) throws Exception {
    OfxCoreTestBootstrap.init();

    TestLatexGridTableRenderer.initLoremIpsum();
    TestLatexGridTableRenderer test = new TestLatexGridTableRenderer();
    test.setSaveReference(true);

    test.initRenderer();
    test.table();
    test.initRenderer();
    test.withHead();
  }