페이지 여백 줄이기

페이지 여백 줄이기

아주 깔끔한 이력서 템플릿을 찾았습니다. 문제는 단일 열의 크기를 조절할 수 없어서 페이지 측면에 너무 많은 공간이 낭비된다는 것입니다. 나는 줄 브레이크가 적은 "두 번째 줄"을 갖고 싶습니다. 즉, "날짜"를 왼쪽으로 더 많이 이동하고 오른쪽에 텍스트를 위한 더 많은 공간을 남겨 두는 것을 좋아합니다.

이 설정을 어떻게 변경할 수 있나요? 감사합니다.

\documentclass[10pt,a4paper]{scrartcl}
\usepackage[LabelsAligned]{currvita} % nice cv style
\usepackage{url}
\usepackage[english]{babel}
\usepackage[nochapters]{classicthesis}


\renewcommand*{\cvheadingfont}{\LARGE\color{Maroon}}
\renewcommand*{\cvlistheadingfont}{\large}
\renewcommand*{\cvlabelfont}{\qquad}
\usepackage[gen]{eurosym}
\begin{document}

    \begin{cv}{\spacedallcaps{Title}}
        %\pdfbookmark[1]{Pers\"onliche Daten}{PersDat}

                    \begin{cvlist}{\spacedlowsmallcaps{Section title}}\label{Conferences and Talks}
            \item[date] First line 
            \item[date] Second line Second line Second line Second line Second line Second line Second line Second line Second line Second line Second line Second line Second line Second line 
        \end{cvlist}  


            \end{cv}
            \end{document}

답변1

실제로 댓글에서 제안한 대로 완료되었습니다.

\usepackage[left=1.5cm, right=2cm]{geometry}

답변2

패키지를 사용하여 여백을 변경하려는 위치를 geometry작성하십시오 . \newgeometry{left=3cm,bottom=0.1cm}여백을 재설정하려면 \restoregeometry.

관련 정보