Hi Max,
welcome to the forum!
max wrote:Is it possible to use titlesec
to create custom title views
You could use
\titleformat
to change the
\subsection
format so it looks like your experiment section.
max wrote:with numbering independent of other sections.
You can use the
\counterwithout
command of the
chngctr package.
max wrote:I tried to use \@startsection
but some errors keep popping up
If you don't tell us the error messages and what you tried, we cannot help with them.
Instead of (sub) sections, you could make an experiment environment as a theorem environment, that's the classic way of having numbered environments (theorems, definitions, experiments, ...)
Stefan