case TEXT_EMPTY:
break;
+ case TEXT_PERCENT:
+ print_const("\\%");
+ break;
+
default:
if (t->child) {
mmd_export_token_tree_latex_raw(out, source, t->child, scratch);
print_const("\\}");
break;
+ case TEXT_PERCENT:
+ print_const("\\%");
+ break;
+
case TOC:
print_const("\\{\\{TOC\\}\\}");
break;
<text:p text:style-name="Standard">|foo|</text:p>
<text:p text:style-name="Standard">\foo</text:p>
+
+<text:p text:style-name="Standard">%</text:p>
+
+<text:p text:style-name="Standard"><text:span text:style-name="Source_20_Text">%</text:span></text:p>
</office:text>
</office:body>
</office:document>