Mechanics
Mechanics
\newcounter{mysection}
\newcounter{mysubsection}[mysection]
\addtocounter{mysection}{2} % set them to some other numbers than 0
\addtocounter{mysubsection}{10} % same
%
\arabic{mysection}.\arabic{mysubsection}
Blah blah
\stepcounter{mysection}
\arabic{mysection}.\arabic{mysubsection}
Blah blah
\stepcounter{mysubsection}
\arabic{mysection}.\arabic{mysubsection}
Blah blah
\addtocounter{mysubsection}{25}
\arabic{mysection}.\arabic{mysubsection}
Blah blah and more blah blah
----------------------------------------------------------------BOXES---------------------------------------------------------------------------------------------------------
\begin{minipage}[pos][height][contentpos]{width}
text
\end{minipage}
Frame Box
Adjustments
\setlength{\fboxsep}{9pt}
\setlength{\fboxrule}{2pt}
\framebox{Answer all the questions}