ucbletter의 헤더

ucbletter의 헤더

다음에서 사용할 수 있는 헤더만 복사하고 싶습니다.ucbletter,에서 다운로드 가능여기, 내 소개서에 사용하세요. 이 ucbletter헤더는 더 나은 설명을 위해 아래에 표시되어 있습니다.

여기에 이미지 설명을 입력하세요ucletter.sty첫 페이지에만 나타나도록 내 문서 의 어느 부분을 복사해야 하는지 누군가 도와줄 수 있나요 ?

헤더를 헤더로 바꾸려는 LaTeX 코드는 다음과 같습니다 ucbletter.

% 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,} 

관련 정보