MDPI template author info macros failing to parse in LaTeXML conversion
- Dominant language
- No language data
- Stars
- 42
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
### Description
### Description of the Issue
When converting a manuscript utilizing the official MDPI LaTeX template (`mdpi.cls`), the custom metadata macros in the preamble (such as `\Title`, `\Author`, `\orcidA`, `\AuthorNames`, and `\corres`) fail to be parsed as structured XML/HTML elements by LaTeXML.
Instead of rendering a standard title and author block at the top of the page, the raw macro tokens, author names, and editorial fields are dumped directly into the text stream as inline text immediately preceding the Introduction section.
### (Optional:) Please add any files, screenshots, or other information here.
### Steps to Reproduce / Live Example
1. Submit a document using the standard MDPI journal template.
2. View the generated HTML output.
3. Observe the end of the abstract/keyword section rendering raw string tokens like:
`\pubvolume 1 \issuenum 1 \articlenumber 0 \datereceived ... \Title Do Stationarity Transformations... \Author Bhanu Suraj Malla ...`
### Expected Behavior
The converter should recognize MDPI-specific metadata blocks (or fall back gracefully) to map the author names, affiliations, and correspondence email into a structured header block instead of leaving out raw control sequences into the document body.
### (Required) What is this issue most closely related to? Select one.
Other
### Internal issue ID
2337679b-96f1-4c39-8023-5fbc1fbd43d5
### Paper URL
https://services.arxiv.org/html/submission/7603605/view
### Browser
Chrome/147.0.0.0
### Device Type
Desktop
Contributor guide
Research direction
Start by reproducing the conversion with the official mdpi.cls template and its metadata macros, including \Title, \Author, \orcidA, \AuthorNames, and \corres. Inspect the LaTeXML conversion path for the preamble and compare the generated HTML around the abstract and Introduction; done means a structured title and author block appears without raw macro tokens in the document body.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- latex
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100