caenrigen / LatexKit

LaTeX tables generation from Google Sheets made easy
http://caenrigen.tech/LatexKit/
GNU General Public License v3.0
39 stars 6 forks source link

Bugfix/print with error #5

Closed antcap96 closed 3 years ago

antcap96 commented 3 years ago

The coding for preparing a table for printing did not use err_printer when rowSpan=1 and colSpan=1. This pull request fixes that and simplifies the code.