Relative Content

Tag Archive for latex

latex table, problem with cline in multirow

I am experiencing two issues when using cline and multirow in a tabular environment. The first issue is that some rows are missing the last vertical line. The second issue is that the content of certain cells is too large to fit within the cell, causing it to spill into the row below.
Here is the code:

input command works inside footnote, but not inside thanks

I have two LaTeX documents (research papers, paper1.tex and paper2.tex) that share the same acknowledgements (“I would like to thank X for comments, Y for funding, …”). These get updated periodically and rather than update them in both papers, I created a acknowledgements.tex file. Elsewhere I tried using a construction like footnote{input{filename.tex}} which worked well and it works here as well as long as I use it in the body of the text. Putting it in a section title at first throws errors which can be fixed using protect or includepackage[stable]{footmisc} (as recommended here). But when I put in the title footnote title{My titlethanks{input{acknowledgements.tex}}, I get the following errors (which neither protect nor includepackage[stable]{footmisc} can resolve):

Remove the rounded corners of an inner frame in a tcolorbox

I have the following LaTeX code which creates a warning message box using tcolorbox and puts a warning icon (the triangle warning sign) on the west side of the outer frame. If you wish to be able to run my code to see what’s the problem, you will need to download the warning sign icon which is in a PDF file. Here is the download link:

latex threeparttable issues

I am using threeparttable to create a table in latex. The problem is with this command the caption of the table is automatically splitting into half or random width and not in a full sentence width. Is there any way to fix it?

latex threeparttable issues

I am using threeparttable to create a table in latex. The problem is with this command the caption of the table is automatically splitting into half or random width and not in a full sentence width. Is there any way to fix it?