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

pdfcolparcolumns rulebetween does not work correctly #89

Open
froschkoenig101 opened this issue Jul 29, 2022 · 3 comments
Open

pdfcolparcolumns rulebetween does not work correctly #89

froschkoenig101 opened this issue Jul 29, 2022 · 3 comments

Comments

@froschkoenig101
Copy link

Under special circumstances, the rulebeween in pdfparcolmns is split into several short line segments. This bug occurs also in the parcolumns and parallel package. However, I would be verry happy, if at least pdfcolparcolumns would be usable.

Example showing the bug:

\documentclass[a4paper]{article}
\usepackage{pdfcolparcolumns}
\begin{document}
\begin{parcolumns}[rulebetween=true]{2}
\colchunk{1 \ $\frac{1}{2}$}
\end{parcolumns}
\end{document}

@u-fischer
Copy link
Contributor

sorry I can't reproduce that. The rule looks perfectly fine, even at large zoom. How do you compile? Which viewer do you use? Is your system up-to-date?

@froschkoenig101
Copy link
Author

froschkoenig101 commented Jul 30, 2022

I am using pdflatex under texlive2022. Sorry, when posting, github made my \\ to a \. The correct code is:

\documentclass[a4paper]{article}
\usepackage{pdfcolparcolumns}
\begin{document}
\begin{parcolumns}[rulebetween=true]{2}
\colchunk{1 \\ $\frac{1}{2}$}
\end{parcolumns}
\end{document}

@u-fischer
Copy link
Contributor

Ah, well sorry I don't think that much can be done. Increase the \baselineskip so that the line is no longer pushed apart by the the fraction, or set \lineskip=0pt inside the environment.

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