Skip to content
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

config.ymlに印刷所名を指定したとき、奥付のデザインが少し崩れる #963

Open
kauplan opened this issue Feb 26, 2018 · 2 comments

Comments

@kauplan
Copy link

kauplan commented Feb 26, 2018

config.ymlの「prt:」に印刷所の名前を指定したときに、奥付のデザインが少し崩れます。

印刷所を指定しないときの奥付(罫線のスペースが均等):
https://i.imgur.com/QhbVP1L.png

印刷所を指定したときの奥付(罫線のスペースが不ぞろい):
https://i.imgur.com/4Rnuc0N.png

これが意図したデザインである可能性は低いと思うので、できれば修正をお願いします。

(Re:VIEW 2.4、コマンドrake pdf使用時)

@kmuto
Copy link
Owner

kmuto commented Feb 26, 2018

簡素なものにしても、表内1行の場合の前後アキに対して表内2行以上入れると前後アキが狭まりますね。
TeXのボックスとベースラインが絡んでそう。

%\documentclass[dvipdfmx]{ltjsbook}
\documentclass[dvipdfmx,uplatex]{jsbook}
\begin{document}
あああ

\begin{tabular}{ll}
印刷所 & HOGE\\
\end{tabular}

あああ

\begin{tabular}{ll}
印刷所 & HOGE\\
印刷所 & HOGE\\
\end{tabular}

あああ

\end{document}

@kmuto
Copy link
Owner

kmuto commented Sep 21, 2018

セルの改行送りと全体の送りとの差が理由っぽい。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants