Skip to content

TinyTeX patterns require review #13948

Description

@github-actions

TinyTeX Pattern Update: 2026-01-25

The daily TinyTeX regex patterns have changed and need review.

Pattern Diff

Click to expand diff
diff --git a/old-formatted.json b/new-formatted.json
index b718502..7e32cce 100644
--- a/old-formatted.json
+++ b/new-formatted.json
@@ -3,7 +3,8 @@
     ".*! Package babel Error: Unknown option [`']([^'`]+)'.*"
   ],
   "colorprofiles.sty": [
-    ".* Package pdfx Error: No color profile ([^ ]+).*"
+    ".* Package pdfx Error: No color profile ([^ ]+).*",
+    ".*\\(pdf backend\\): cannot open file for embedding.*"
   ],
   "epstopdf": [
     ".* File [`'](.+eps-converted-to.pdf)'.*",
@@ -23,6 +24,9 @@
   "l3backend": [
     "^File: ([^ ]+) \\d{4,}-\\d{2}-\\d{2} .*$"
   ],
+  "latex-lab": [
+    ".*No support files for \\\\DocumentMetadata found.*"
+  ],
   "lua-uni-algos.lua": [
     ".* module '(lua-uni-normalize)' not found:.*"
   ],

Next Steps

See dev-docs/tinytex-pattern-maintenance.md for detailed instructions.

Review checklist:

  • Review diff for significant changes
  • Determine if patterns need adaptation
  • Update parse-error.ts if needed
  • Add/update filter functions
  • Run tests: unit\latexmk\parse-error.test.ts
  • Add test cases for new patterns if needed
  • Close this issue when complete

Generated by verify-tinytex-patterns.yml

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

tinytex-patternsUsed to mark issue related to updates to tinytex error pattern for Quarto LaTeX engine

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions