You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to create a latex table which will be directly used in another tex file. I am trying to use the makecell package to break the table headings into multiple lines, but whenever I am trying to print '' in the generates string, it is getting converted into \textbackslash{}. I understand that this might be the desired behaviour in most of the cases, but in case I want to literally print the '', what can I do apart from manually using regex matching to replace the generated text?
Also, it would be really helpful to have the ability to break long table headings natively in latex too. In psql table format, I can split and join with '\n' but this does not work with latex tables.
Code to generate table headings
Generated Latex Code
Desired Output
The text was updated successfully, but these errors were encountered:
I am trying to create a latex table which will be directly used in another tex file. I am trying to use the makecell package to break the table headings into multiple lines, but whenever I am trying to print '' in the generates string, it is getting converted into \textbackslash{}. I understand that this might be the desired behaviour in most of the cases, but in case I want to literally print the '', what can I do apart from manually using regex matching to replace the generated text?
Also, it would be really helpful to have the ability to break long table headings natively in latex too. In psql table format, I can split and join with '\n' but this does not work with latex tables.
The text was updated successfully, but these errors were encountered: