openintro
openintro copied to clipboard
Enhance contTable function to allow user-supplied caption and label
Pull Request: Enhance contTable function to allow user-supplied caption and label
This pull request enhances the contTable function to allow a user to supply their own caption and label for the table. The original function only allowed a default caption and label in the LaTeX output.
The changes I made were to:
- Add two new parameters to the
contTablefunction:captionandlabel. - Update the
contTablefunction to use the new parameters when generating the LaTeX code for the table.
I have tested the changes locally. They seem to work as expected. I would appreciate your review of the changes and let me know if you have any questions or concerns.
Thanks,
Stefan