xerroxcopy / aiit-tex-bulletin

new bulletin template for TeX
0 stars 0 forks source link

titlepsで\includegraphicsすると表示が崩れて左右が反転する #2

Closed xerroxcopy closed 1 year ago

xerroxcopy commented 1 year ago
\usepackage{titleps}
\newpagestyle{aiit_title}{%
\setfoot{\includegraphics[height=8pt]{aiit_ja_long.eps}}{}{\includegraphics[height=8pt]{aiit_symbol.eps}}
}

のようにすると

image

となってしまう。右左が反転しており、真ん中がおかしい。

xerroxcopy commented 1 year ago
\newpagestyle{aiit_title}{%
\setfoot{{\includegraphics[height=8pt]{aiit_ja_long.eps}}}{}{{\includegraphics[height=8pt]{aiit_symbol.eps}}}%
} 

としてbraces{}で囲うと治る。ここによると理由は不明。