I'd like to use titlesec to make some modifications to section and chapter headings, but titleformat redefines the formatting entirely instead of just making modifications (e.g. if I just want to change the colour).
How do I get titlesec to modify instead of entirely redefine? Is this possible?
If not, how do I figure out what is the current formatting of \chapter, \section, etc. so that I can replicate it and make my modifications?
In response the request for a sample document, I guess the most basic is:
\documentclass{article}
\begin{document}
\section{Hello World}
Hello world!
\end{document}
However, I'm interested in a way to find out (e.g. to print out) the current formatting of \section instead of simply "knowing" it for a particular configuration.


\documentclass{scrartcl}) and then use the\addtokomafont{}{}command to change single attributes of the fonts of e.g. headings.titlesec, section 9.2. Standard Classes.