Awesome-CV/docs/examples/small-doc/main.tex
Mahdi Hoseini 8aa1e106be chore: add project config, Claude instructions, and reference docs
- 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>
2026-03-04 16:39:18 -08:00

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}