
我只想複製可用的標頭ucbletter
,可從下載這裡,並在我自己的求職信中使用它。為了更好地說明,該ucbletter
標題如下所示。
有人可以幫助我需要將哪一部分
ucletter.sty
複製到我自己的文件中,以便它只出現在第一頁嗎?
這是我想用 header 取代ucbletter
header 的 LaTeX 程式碼:
% Cover letter using letter.sty
\documentclass{letter} % Uses 10pt
%Use \documentstyle[newcent]{letter} for New Century Schoolbook postscript font
% the following commands control the margins:
\topmargin=-1in % Make letterhead start about 1 inch from top of page
\textheight=8in % text height can be bigger for a longer letter
\oddsidemargin=0pt % leftmargin is 1 inch
\textwidth=6.5in % textwidth of 6.5in leaves 1 inch for right margin
%\usepackage{hyperref}
\begin{document}
\signature{FirstName LastName} % name for signature
\longindentation=0pt % needed to get closing flush left
\let\raggedleft\raggedright % needed to get date flush left
\begin{letter} {
Ms. XXX \\
XXX \\
XYZ Corporation \\
Rt. 56 \\
Anytown, XXX 05867
}
\begin{flushleft}
{\large\bf FirstName LastName}
\end{flushleft}
\medskip\hrule height 1pt
\begin{flushright}
\hfill 12345 My Address, MyCity, State 12345 \\
\hfill (123) 456-7890
\end{flushright}
\vfill % forces letterhead to top of page
\opening{To whom it may concern,}