-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
電子情報通信学会のテンプレートでレイアウトが乱れる #23
Comments
原因は |
以下の例で、ieice.cls 以外の jclasses や jsclasses でもこれが再現できますね。 %#!ptex2pdf -l -u
\documentclass{ujarticle}
\begin{document}
\footnotetext{あああああ}%
\footnotetext{あああああ}%
\footnotetext{あああああ}%
\footnotetext{あああああ}%
\footnotetext{あああああ}%
\footnotetext{あああああ}%
あああああ
\end{document} |
\color@begingroup
\@makefntext{%
\rule\z@\footnotesep\ignorespaces#1\@finalstrut\strutbox}%
\color@endgroup}\null で, \ifhmode\null\fi としてはどうなるでしょうか? |
ああ、そうでした。この前の lshort.tex で \unpenalty は \ifhmode ... \fi にしないといけないという話のときにもう少しいろいろ試すべきでした… 速攻で platex / uplatex / jsclasses を修正してリリースします。 |
作業完了しました。2日以内に TeX Live に入って、3日後ごろミラーに下りてくると思います。それまではお手数ですが \RequirePackage[2016/09/02]{platexrelease} で乗り切ってください。 → 2016/09/09 朝に TeX Live に取り込まれました。完了とします。 |
電子情報通信学会のテンプレートが、2016/09/03 の pLaTeX2e でレイアウトが乱れるという報告を頂きました。これの template.tex をコンパイルすると、SUMMARY の上に妙なスペースが入ります。
\RequirePackage[2016/09/02]{platexrelease}
を付けると直るので pLaTeX 側の問題である可能性もある。
The text was updated successfully, but these errors were encountered: