rdmorganiser / rdmorganiser/rdmo
LaTeX export as standalone document
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 133
- Forks
- 60
- Avg merge
- 3d 14h
- Merged PRs (30d)
- 21
Description
Description / Beschreibung
When exporting either a view or the answers list in LaTeX format, the generated document is not stand-alone and cannot be compiled.
It seems to lack the preamble:
\documentclass[a4paper,11pt]{report}
\begin{document}
\definecommand{hypertarget}{...}
Metadata are also not exported.
Expected behaviour / Erwartetes Verhalten
A clear and concise description of what you expected to happen.
Steps to reproduce / Schritte zum Reproduzieren
- Go to https://rdmocat.aip.de/projects/13/answers/ or https://rdmocat.aip.de/projects/13/views/3/
- Click on Export --> LaTeX and save the downloaded file
- Open the exported file
- See error

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the export paths reached from the project answers and views pages, then inspect how LaTeX output is assembled. Reproduce the export and check the generated file against the missing preamble and metadata described in the issue; done means both export types produce compilable standalone documents with metadata included.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- latex, python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100