↧
How to efficiently reference starred sections in bookmarks
In the book I'm writing I make a lot of use of \chapter*, \section*, \subsection* and so on. I want those sections to appear in the PDF boomarks, though. And here I am, two days later, still trying to...
View ArticleSwap definition of starred and non-starred command
I don't like the fact that I am required to use \abs* when I want the vertical line of the absolute value to automatically re-size. I pretty much always want it to re-size, so would like to swap the...
View Article`\let\solution\hide` not hiding theorem if * version of theorem is used
I have the following code:\documentclass{article}\usepackage{tcolorbox}\tcbuselibrary{theorems}\newtcbtheorem{solution}{Solution}{colback=orange!10, colframe=orange!40!black, fonttitle=\bfseries}{sn}%...
View Article