mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2026-05-05 21:52:56 +08:00
- CLAUDE.md: project guidance for Claude Code (build commands, conventions, editing rules, CI notes) - AGENTS.md: agent-level task conventions for autonomous editing sessions - .claude/: skills, memory, and settings for Claude Code integration - docs/: research-backed LaTeX reference examples (small, medium, large-doc templates with latexmkrc, local .sty, CI workflow) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
4 lines
121 B
Perl
4 lines
121 B
Perl
$pdflatex = 'pdflatex -interaction=nonstopmode -file-line-error %O %S';
|
|
$pdf_mode = 1;
|
|
$bibtex_use = 2;
|
|
$max_repeat = 5;
|