![如何更改 koma-modernncvclassic 中右/主列的大小?](https://rvso.com/image/309848/%E5%A6%82%E4%BD%95%E6%9B%B4%E6%94%B9%20koma-modernncvclassic%20%E4%B8%AD%E5%8F%B3%2F%E4%B8%BB%E5%88%97%E7%9A%84%E5%A4%A7%E5%B0%8F%EF%BC%9F.png)
我正在使用 koma-moderncvclassic 套件重新建立我的履歷。如何使用操作右側列的大小,使列寬分別與頁面佈局和標題寬度相符?這是我的MWS:
\documentclass[%
parskip=half,%
fontsize=11pt,%
a4paper,%
pagesize,%
headinclude,footinclude,%
headings=normal,%
]{scrreprt}
\newcommand*{\firstname}{Max}
\newcommand*{\familyname}{Muster}
\newcommand*{\addressstreet}{Muster Allee 111}
\newcommand*{\addresscity}{11111 Musterstadt}
\newcommand*{\address}[2]{\addressstreet{#1}\addresscity{#2}}
\newcommand*{\mobile}{+49 1234567}
\newcommand*{\email}{[email protected]}
%left column width (default value: 2,79cm)
\newlength\myhintscolumnwidth%
\setlength\myhintscolumnwidth{.21\textwidth}
\usepackage[myblue]{koma-moderncvclassic}
\usepackage{geometry}
\geometry{left=2cm,right=2cm,top=2cm,bottom=2cm}
\usepackage{scrpage2}
\pagestyle{scrheadings}
\clearscrheadfoot
\ohead{\footnotesize \firstname~\familyname\\ \addressstreet,~\addresscity \\\emailsymbol~\email~\phonesymbol~\mobile}
\setheadsepline{0.3pt}
\begin{document}
\section{Work experience}
\cventry{01/2015 - 04/2015}{degree/jobtitle}{institution/employer}{localization}{optional: grade/...}{optional: comment/job description}
\cventry{01/2015 - 04/2015}{degree/jobtitle}{institution/employer}{localization}{optional: grade/...}{optional: comment/job description}
\section{Education}
\cventry{01/2015 - 04/2015}{degree/jobtitle}{institution/employer}{localization}{optional: grade/...}{optional: comment/job description}
\cventry{01/2015 - 04/2015}{degree/jobtitle}{institution/employer}{localization}{optional: grade/...}{optional: comment/job description}
\section{IT Skills}
\cvline{Very good}{MS Office (Excel, Word, PowerPoint, Outlook), OpenOffice. MS Office (Excel, Word, PowerPoint, Outlook), OpenOffice.}
\cvline{Good}{MS SharePoint, MS Project, MS Office (Excel, Word, PowerPoint, Outlook) MS Office (Excel, Word, PowerPoint, Outlook)}
\end{document}
答案1
更改包的順序:
\usepackage{geometry}
\geometry{left=2cm,right=2cm,top=2cm,bottom=2cm}
\usepackage[myblue]{koma-moderncvclassic}
所以包可以根據你的結果來koma-moderncvclassic
計算。maincolumnwidth
textwidth