![koma-moderncvclassic の右/メイン列のサイズを変更するにはどうすればいいですか?](https://rvso.com/image/309848/koma-moderncvclassic%20%E3%81%AE%E5%8F%B3%2F%E3%83%A1%E3%82%A4%E3%83%B3%E5%88%97%E3%81%AE%E3%82%B5%E3%82%A4%E3%82%BA%E3%82%92%E5%A4%89%E6%9B%B4%E3%81%99%E3%82%8B%E3%81%AB%E3%81%AF%E3%81%A9%E3%81%86%E3%81%99%E3%82%8C%E3%81%B0%E3%81%84%E3%81%84%E3%81%A7%E3%81%99%E3%81%8B%3F.png)
私は koma-moderncvclassic パッケージを使用して CV を再作成しています。列の幅がページ レイアウトとヘッダーの幅に一致するように、右側の列のサイズを操作するにはどうすればよいでしょうか。私の 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