Anchor anchor = new Anchor(a.get(j).get(0).toString(), catFont);
anchor.setName(a.get(j).get(0).toString());
catPart = new Chapter(new Paragraph(anchor), k);
Paragraph subPara = new Paragraph("Prononciation: ", subFont);
Section subCatPart = catPart.addSection(subPara);
subCatPart.add(new Paragraph(a.get(j).get(1).toString()));
subPara = new Paragraph("Nature: ", subFont);
subCatPart = catPart.addSection(subPara);
subCatPart.add(new Paragraph(a.get(j).get(2).toString()));