Skip to content

refactor(tex): extract scitex.tex into standalone scitex-tex package#242

Open
ywatanabe1989 wants to merge 1 commit intodevelopfrom
feat/extract-scitex-tex
Open

refactor(tex): extract scitex.tex into standalone scitex-tex package#242
ywatanabe1989 wants to merge 1 commit intodevelopfrom
feat/extract-scitex-tex

Conversation

@ywatanabe1989
Copy link
Copy Markdown
Owner

Summary

Extracts `scitex.tex` into scitex-tex v0.1.0.

  • Public API preserved (export_tex, compile_tex, CompileResult, preview, to_vec).
  • `[tex]` extra → `scitex-tex>=0.1.0` (transitively pulls matplotlib).
  • 128/128 tests pass.

🤖 Generated with Claude Code

LaTeX helpers (export to .tex, compile via pdflatex, render preview images,
to_vec sig-fig formatting) now live in the standalone scitex-tex package
(https://github.com/ywatanabe1989/scitex-tex).

scitex.tex/__init__.py becomes a sys.modules alias.
The [tex] extra is updated to depend on scitex-tex>=0.1.0.

Zero scitex.* deps in the new package; only matplotlib (for preview).
128/128 tests pass.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant