engrafo
engrafo copied to clipboard
If section has title "abstract", make it an abstract
Some papers don't use \begin{abstract}
and just put it as a section. e.g. 1511.04701
This could be done as an Engrafo post-processor, or perhaps a LaTeXML plugin.
@bfirsh Hi, I want to solve this issue, Could you please tell me more about this
Is the issue still relevant? If it is, I want to contribute in it.
@bfirsh Hi, I want to work to solve this issue.
Indeed, some papers may deviate from the traditional LaTeX format by not using the \begin{abstract} environment and instead including the abstract as a regular section. To handle such cases, you can consider utilizing an Engrafo post-processor or a LaTeXML plugin, as you mentioned.
Engrafo is a tool for converting LaTeX documents to HTML, which allows you to define custom post-processors to modify the generated HTML output. You can write a post-processor that looks for specific patterns or sections in the HTML and transforms them according to your requirements. In this case, you could search for the abstract section and modify its formatting to match the desired style.
LaTeXML is another option, which is a LaTeX to XML converter. LaTeXML offers a plugin system that allows you to customize the conversion process. You can create a plugin that identifies abstract sections without the \begin{abstract} environment and handles their conversion appropriately, generating the desired output.
Both approaches provide flexibility for adapting the conversion process to handle variations in the LaTeX format and produce the desired HTML or XML output.
Tell me if I can contribute
hey are you working on this i would like to contribute