mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2026-05-03 20:26:34 +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>
17 lines
308 B
TeX
17 lines
308 B
TeX
\documentclass[11pt]{article}
|
|
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage{lmodern}
|
|
\usepackage[final]{microtype}
|
|
\usepackage{hyperref}
|
|
|
|
\title{Small Document Example}
|
|
\author{Your Name}
|
|
\date{\today}
|
|
|
|
\begin{document}
|
|
\maketitle
|
|
|
|
This is a minimal small-document layout.
|
|
\end{document}
|