Clipped symbol in table caption
2
1
I want to place a clipped math symbol in table caption. This MWE works until I uncomment the marked line documentclass{amsart} usepackage{trimclip} begin{document} begin{table} caption{Clipped symbol in table caption %clipbox{.7ex 0ex 0ex 0ex}{$k$} % <--- Uncomment this line } Clipped symbol in table body clipbox{.7ex 0ex 0ex 0ex}{$k$} end{table} end{document} and gives this But when I do uncomment the above line, i get the error ! Undefined control sequence. @tempa ->@nil l.7 } ? How do I go about it?
tables captions adjustbox clip
share | improve this question
edited 1 hour ago