gt icon indicating copy to clipboard operation
gt copied to clipboard

Fix #1582

Open kbrevoort opened this issue 1 year ago • 0 comments

Summary

This is a small fix to correct a bug reported in #1582. Column widths reported in pixels were being output to LaTeX in pixels, which causes an error because LaTeX does not recognize pixel measurements. I added a line to convert the widths to pts and use those in LaTeX. I also made some corresponding changes to a small number of testthat snapshots that were expecting LaTeX output with widths expressed as pixels to now expect widths in points.

Related GitHub Issues and PRs

  • Ref: #1582

Checklist

kbrevoort avatar Feb 28 '24 05:02 kbrevoort