Skip to content

Typst experiment#2

Draft
stared wants to merge 8 commits into
masterfrom
typst
Draft

Typst experiment#2
stared wants to merge 8 commits into
masterfrom
typst

Conversation

@stared
Copy link
Copy Markdown
Contributor

@stared stared commented Oct 17, 2025

Translated with Claude Code, just to see how Typst works

stared and others added 8 commits May 22, 2022 19:23
Convert the entire SPIE journal article "Visualizing quantum mechanics in an
interactive simulation -- Virtual Lab by Quantum Flytrap" from LaTeX to Typst
format. Maintains all content, structure, and academic formatting while
leveraging Typst's modern typesetting features.

- Custom quantum notation (ket, bra, braket) using Typst math syntax
- All 16 figures with proper captions and cross-references
- Bibliography integration using existing BibTeX file
- Equation numbering and section structure preserved
- Author affiliations and biographies included
- Successfully compiles to PDF

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
…ndering

- Convert all #ket(), #bra(), #braket(), #projection() to math mode calls
- Superscripts now render correctly inside kets (e.g., ket(Phi^+) gives |Φ⁺⟩)
- Greek letters work without quotes in math mode (ket(Psi) instead of #ket("Ψ"))
- Subscripts work naturally (ket(psi_1))
- Eliminates verbose $|V angle.r$ syntax throughout document
- Follows Typst best practices for mathematical notation

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <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