Commit 760f11d1 authored by Wouter Horlings's avatar Wouter Horlings
Browse files

Add counter to test box title

parent c009dc2b
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -22,9 +22,11 @@
\makeatother

\graphicspath{{graphics}}
\newtcolorbox[]{test}[1]{%

\newcounter{testcounter}
\newtcolorbox[use counter=testcounter]{test}[2][]{%
colback=lightgray,colframe=gray,coltitle=white,fonttitle=\bfseries,segmentation style={draw=gray, solid, very thick},
    title=Test Protocol: #1}
    title=System Test \thetcbcounter: #2,#1}
\newtcolorbox[]{order}[1]{%
colback=lightgray,colframe=gray,coltitle=white,
    title=Order of operation: #1}