For example
Code: Select all
\section{properties of anions}
\experiment{Cl^- + Zn}
\experiment{2}
\section{other}
\experiment{3}
Code: Select all
1 propertys of anions
Experiment 1 ...
Experiment 2 ...
2 other
Experiment 3 ...
Code: Select all
\section{properties of anions}
\experiment{Cl^- + Zn}
\experiment{2}
\section{other}
\experiment{3}
Code: Select all
1 propertys of anions
Experiment 1 ...
Experiment 2 ...
2 other
Experiment 3 ...
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
You could usemax wrote:Is it possible to usetitlesec
to create custom title views
\titleformat
to change the \subsection
format so it looks like your experiment section.You can use themax wrote:with numbering independent of other sections.
\counterwithout
command of the If you don't tell us the error messages and what you tried, we cannot help with them.max wrote:I tried to use\@startsection
but some errors keep popping up
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis