학술 작문 팩

추천서

규칙과 작은 TikZ 문장 자리 표시자가 포함된 대학 레터헤드 추천서입니다.

LaTeXCC0-1.0편지
카탈로그에서 보기
추천서 템플릿의 컴파일된 첫 페이지
main.tex
\documentclass[11pt]{article}
\usepackage[margin=1in, top=0.9in]{geometry}
\usepackage{xcolor}
\usepackage{tikz}
\usepackage[hidelinks]{hyperref}

\definecolor{accent}{HTML}{7A1F2B}
\pagestyle{empty}
\setlength{\parindent}{0pt}
\setlength{\parskip}{0.7em}

\newcommand{\crest}{%
  \begin{tikzpicture}[scale=1]
    \fill[accent] (0,0) -- (0.9,0) -- (0.9,1.05) .. controls (0.9,1.45) and (0.55,1.55) .. (0.45,1.6)
       .. controls (0.35,1.55) and (0,1.45) .. (0,1.05) -- cycle;
    \draw[white, line width=0.6pt] (0.45,0.15) -- (0.45,1.4);
    \draw[white, line width=0.6pt] (0.1,0.72) -- (0.8,0.72);
    \node[white] at (0.45,1.0) {\footnotesize\bfseries A};
    \node[white] at (0.45,0.45) {\tiny\itshape 1887};
  \end{tikzpicture}%
}

\begin{document}

\noindent
\begin{minipage}[c]{0.16\textwidth}\crest\end{minipage}%
\begin{minipage}[c]{0.83\textwidth}
  {\LARGE\bfseries\color{accent} Aldermere University}\\[0.15em]
  {\normalsize Department of Computer Science}\\
  {\small 14 University Green, Aldermere, AD 20194 \, | \, cs.aldermere.edu}
\end{minipage}

\vspace{0.4em}
{\color{accent}\rule{\textwidth}{1.4pt}}
\vspace{0.9em}

22 July 2026

\vspace{0.4em}
To the Admissions Committee,

It is my genuine pleasure to recommend Elena Marchetti for doctoral study in
computer science. I have known Elena for three years, first as a student in my
graduate systems course and then as an undergraduate researcher in my group, and
she is among the most capable young systems thinkers I have taught.

Elena joined my lab with an unusual asset, real operational experience, and she
put it to immediate use. Where most students treat fault injection as an
afterthought, she asked why our tools could not reproduce the incidents she had
personally debugged. That question became a senior thesis in which she modeled a
replication protocol formally and used a solver to expose a recovery stall that
had eluded conventional testing. The work was strong enough that an open-source
project adopted her fix.

Beyond her technical ability, Elena is a careful writer and a generous
collaborator. She mentored two junior students through their first paper and
raised the standard of every group meeting she attended. I have no doubt she
will thrive in a research environment and become a leader in reliability
research.

I recommend her without reservation and would gladly answer any questions.

\vspace{0.8em}
Sincerely,

\vspace{1.2em}
Professor Priya Nadeau\\
{\color{accent}\itshape Professor of Computer Science, Aldermere University}\\
{\small [email protected]}

\end{document}

앱에서: 새 프로젝트 갤러리를 열고 "템플릿 더 받기"에서 학술 작문 팩 팩을(를) 설치하면 실시간 미리보기와 원클릭 생성이 됩니다. 컴파일은 번들 엔진으로 로컬 실행됩니다.

모든 템플릿