mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-03-26 14:22:20 -05:00
Changes: - Reverted invalid natbib options (maxcitenames/maxbibnames are biblatex-only) - natbib with plainnat already uses "et al." for in-text citations with 3+ authors - Bibliography shows full author lists (standard academic practice) - Restored full author lists in references.bib for proper attribution Current behavior: - In-text: "Reddi et al. (2020)" for papers with many authors - Bibliography: Shows all authors (e.g., all 51 authors for MLPerf paper) To truncate bibliography author lists to "10 + et al.", would need: 1. Custom .bst bibliography style file, OR 2. Switch from natbib to biblatex package Compiled successfully: paper.pdf (22 pages) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>