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

\enlargethispage したカラムのボトムフロートが下にずれすぎる #7

Open
h20y6m opened this issue Jan 15, 2023 · 0 comments

Comments

@h20y6m
Copy link

h20y6m commented Jan 15, 2023

以下のソースコードで \enlargethispage{1pt} で左カラムを 1pt だけ大きくしていますが、1pt にしてはフロートが下にずれすぎだと思います。

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

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

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

image

h20y6m added a commit to h20y6m/nidanfloat that referenced this issue Mar 14, 2024
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

1 participant