We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Re:VIEW3において、LATEXビルダでPDFを作成したとき奥付デザインが崩れてしまいます。 Re:VIEW2.5では大丈夫でした。
デザイン、イラストが途中で改行する
Illustratorなどフォントが重なる
The text was updated successfully, but these errors were encountered:
あぁ英語やほかの場合を考えていなかったですね…。 sty/review-base.sty 421行付近に
\begin{tabular}{p{3em}p{\dimexpr\textwidth-6em}}
というところがあると思います。\begin{tabular}{ll}とすれば2.5同様の動作になります。 ただしこの場合は右が長くても折り返されず、はみ出します。
\begin{tabular}{ll}
tabularxを導入すれば両方を解決できるだろうか…。
Sorry, something went wrong.
#1253 でtabularxを使った対処を入れてみることにしました。 折り返しがないのであれば、\begin{tabular}{ll}でひとまずしのぐでも十分かとは思います。
対応ありがとうございます。
colophon-widthブランチのreview-initで生成するsty/*を使用して問題が解決していることを確認しました。
ebe79e3
No branches or pull requests
奥付デザインの崩れ
Re:VIEW3において、LATEXビルダでPDFを作成したとき奥付デザインが崩れてしまいます。
Re:VIEW2.5では大丈夫でした。
Re:VIEW3日本語の時
デザイン、イラストが途中で改行する
Re:VIEW2.5 日本語の時(正常)
Re:VIEW3英語の時
Illustratorなどフォントが重なる
Re:VIEW2.5 英語の時(正常)
The text was updated successfully, but these errors were encountered: