From b6c31f289cef27227e5aeaed2b733bcdaa2c2420 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 11:27:38 -0500 Subject: chore: remove archive-contents and update test assets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Delete the legacy archive-contents file. Add a new LaTeX test asset (assets/test-latex.tex). Rename existing test files for consistent naming: - test.ledger → test-ledger.ledger - test.md → test-markdown.md - test_misspellings.org → test-misspellings.org --- assets/test-latex.tex | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 assets/test-latex.tex (limited to 'assets/test-latex.tex') diff --git a/assets/test-latex.tex b/assets/test-latex.tex new file mode 100644 index 00000000..410a798d --- /dev/null +++ b/assets/test-latex.tex @@ -0,0 +1,10 @@ +\documentclass[12pt]{article} +\usepackage{graphicx} +\begin{document} +\begin{figure}[ht] + \centering + \includegraphics{dice} + \caption{dice} + \label{fig:dice} +\end{figure} +\end{document} -- cgit v1.2.3