How can one get the current name of the following: Chapter, Section, Subsection(s), frame, label, mdframed?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
With this solution you can still use the stared versions or optional arguments of
|
|||
|
|
|
In terms of section titles, the
This could be expanded to include the capture of names/titles associated with other environments or structures as well. |
|||||||||
|
|
Here is one solution but is not optimal. It simply renew's the old sectioning commands and have the new ones update the currentxxx macros.
|
|||
|

mdframed? – Marco Daniel Jul 5 '12 at 20:10\mdfsetup{settings={\gdef\mdframetitlemark{\mdf@frametitle}}}– Marco Daniel Jul 8 '12 at 10:52