Skip to content

338 support rendering into latex files#387

Merged
vincentchabannes merged 59 commits intomasterfrom
338-support-rendering-into-latex-files
Mar 18, 2026
Merged

338 support rendering into latex files#387
vincentchabannes merged 59 commits intomasterfrom
338-support-rendering-into-latex-files

Conversation

@JavierCladellas
Copy link
Copy Markdown
Collaborator

@JavierCladellas JavierCladellas commented Feb 3, 2026

Done in this PR:

  • Support downloading remote images
  • Cascade render method through reports
  • Simplify figures code
  • Plots are rendered using a JSON file stored under attachments. HTML content is heavily reduced. Data is always treated as asset.
  • Add templates for rendering into LaTeX. Basically we have JSON -> adoc and JSON -> LaTeX. Text syntax in json mostly follows asciidoctor syntax, which is translated into latex (e.g. bold * * --> \textbf{})
  • Add latex download button to reports.
  • Added tests

@JavierCladellas JavierCladellas added report Tasks related to project reporting benchmarking Issues related to benchmarking labels Feb 3, 2026
@JavierCladellas JavierCladellas marked this pull request as ready for review February 4, 2026 13:50
@vincentchabannes vincentchabannes merged commit 7cfa0c2 into master Mar 18, 2026
10 checks passed
@vincentchabannes vincentchabannes deleted the 338-support-rendering-into-latex-files branch March 18, 2026 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

benchmarking Issues related to benchmarking report Tasks related to project reporting

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support rendering into LaTeX files optimize slow antora compilation time

2 participants