문서가 페이지 오른쪽 위로 이동하는 이유에 대한 아이디어가 있습니까? 테두리를 조정하기 위해 {anysize} 및 {geometry}를 사용해 보았지만 몇 가지 문제가 있었습니다. {geometry}를 사용하면 문서 클래스에서 [margin]을 제거하지 않으면 여백 값이 인식되지 않습니다. 그렇게 하면 제목 섹션이 텍스트 옆이 아닌 텍스트 위에 나타나게 됩니다. 모든 크기는 작동하지만 오른쪽 여백이 0으로 바뀌고 텍스트가 페이지에서 떨어집니다.
섹션 제목을 왼쪽에 유지하면서 텍스트와 페이지 테두리를 중앙에 배치하려고 합니다. 그건 그렇고, 이것은 내 이력서의 뼈대일 뿐입니다. 괜찮기를 바랍니다.
% LaTeX file for resume
% This file uses the resume document class (res.cls)
\documentclass[margin]{res} % the margin option causes section titles to appear to the left of body text
%\textwidth=5.2in % increase textwidth to get smaller right margin
\usepackage{enumitem}
%\usepackage{Verdana} % uses helvetica postscript font (download helvetica.sty)
%\usepackage{newcent} % uses new century schoolbook postscript font
\usepackage{fancybox}
%\usepackage{anysize}
%\marginsize{1in}{1in}{1in}{1in}
\begin{document}
\thisfancyput(3.25in,-4.5in){
\setlength{\unitlength}{1in}\fancyoval(7,9.5)}
\name{NAME}
\address{[email protected]\\ (111) 111-1111}
\begin{resume}
\small{\section{Education}
text
\vspace{-.5em}
\section{Related Coursework}
text
\section{Experience}
{\bf text,} text \hfill {\bf date}
\begin{itemize}[noitemsep,topsep=-5pt]
\item text
\item text
\item text
\end{itemize}
{\bf text,} text \hfill {\bf date}
\begin{itemize} [noitemsep,topsep=-5pt]
\item text
\item text
\item text
\end{itemize}
\vspace{-1em}
\section{Employment}
\begin{itemize} \itemsep -2pt
\item {\bf text,} text \hfill {\bf date} \newline
\indent {text}
\item {\bf text,} text \hfill {\bf date} \newline
\indent {text} \newline
\indent {text}
\item {\bf text,} text \hfill {\bf date} \newline
\indent {text}\newline
\indent {text}
\end{itemize}
\vspace{-1em}
\section{Honors \\ Affiliations}
\begin{tabular}{ll}
text &text\\
text &text\\
text &text\\
text &text
\end{tabular}
\section{Skills}
text
\end{resume}
\end{document}
답변1
추가 여백은 PDF 드라이버 때문입니다. \pdfpagewidth=8.5in \pdfpageheight=11in
서문에 추가하세요 .