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

balance オプション使用時に最終ページのフロートが不自然な位置に挿入される #6

Open
h20y6m opened this issue Jan 15, 2023 · 1 comment

Comments

@h20y6m
Copy link

h20y6m commented Jan 15, 2023

以下のコードをタイプセットするとフロートが不自然な位置([h] とも異なる)に挿入されます。
(本来は左カラムの下部に挿入されるはず。)

\RequirePackage[2021/11/14]{platexrelease}
\documentclass[dvipdfmx,a4j,twocolumn]{jarticle}
\usepackage[balance]{nidanfloat}
\usepackage{bxjalipsum}
\begin{document}
\jalipsum[1-6]{wagahai}

\begin{figure}[b]
  \centering
  \fbox{\LARGE 図}
  \caption{「図」です。}
\end{figure}

\jalipsum[7-8]{wagahai}
\end{document}

image

@minamotorin
Copy link

minamotorin commented Jan 24, 2023

figure*\footnote も同じ問題を引き起こします。
左の列を保存した後の分割が、何か間違っているようです

%#!pdflatex
% This program is in the public domain.
\documentclass[twocolumn]{article}
\usepackage{nidanfloat,lipsum,graphicx,color}
\begin{document}

\lipsum[1]
\footnote{\color{blue}\lipsum[1]}
\lipsum[2-3]

\begin{figure*}[t]\centering
  \includegraphics[width=\columnwidth]{example-image-16x9}
  \caption{figure}
\end{figure*}

\end{document}

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