usepackage ifthen、changepage、ifoddpage の場合、\@fileswith@pti@ns の引数に余分な } があります

usepackage ifthen、changepage、ifoddpage の場合、\@fileswith@pti@ns の引数に余分な } があります

\usepackage{ifthen}or/and \usepackage{changepage}or/andを使用する場合\usepackage{ifoddpage}

エラーメッセージ:

&#8203;! Argument of \@fileswith@pti@ns has an extra }.<inserted text>\par \usepackage{

! Paragraph ended before \@fileswith@pti@ns was complete.<to be read again>\par \usepackage{

最小限のコード:

\documentclass[a5paper,oneside,10pt]{article}
\usepackage[landscape,left=0.5cm,right=0.5cm,top=0.5cm,bottom=0.5cm]
\usepackage{ifthen}
\usepackage{changepage}
\usepackage{ifoddpage}
\begin{document}
abc
\end{document}

関連情報