openintro icon indicating copy to clipboard operation
openintro copied to clipboard

Enhance contTable function to allow user-supplied caption and label

Open sjvrensburg opened this issue 2 years ago • 0 comments

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 contTable function: caption and label.
  • Update the contTable function 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

sjvrensburg avatar Jul 04 '23 09:07 sjvrensburg