Problem assets/boxes.tex

dowodproof
← Back
% dowod, proof \newtcolorbox{redbox}[1]{ breakable, enhanced jigsaw, colback=red!5!white, colframe=red!50!black, title=#1, fonttitle=\bfseries, before upper={\parindent15pt}, boxrule=0.5pt, left=2mm, right=2mm, top=2mm, bottom=2mm, before skip=10pt plus 1pt, after skip=10pt plus 1pt }
% lemat, lemma \newtcolorbox{greenbox}[1]{ breakable, enhanced jigsaw, colback=green!5!white, colframe=green!50!black, title=#1, fonttitle=\bfseries, before upper={\parindent15pt}, boxrule=0.5pt, left=2mm, right=2mm, top=2mm, bottom=2mm, before skip=10pt plus 1pt, after skip=10pt plus 1pt }
% twierdzonko, theorem \newtcolorbox{bluebox}[1]{ breakable, enhanced jigsaw, colback=blue!5!white, colframe=blue!50!black, title=#1, fonttitle=\bfseries, before upper={\parindent15pt}, boxrule=0.5pt, left=2mm, right=2mm, top=2mm, bottom=2mm, before skip=10pt plus 1pt, after skip=10pt plus 1pt }
% zasada, rule \newtcolorbox{yellowbox}[1]{ breakable, enhanced jigsaw, colback=yellow!5!white, colframe=yellow!70!black, title=#1, fonttitle=\bfseries, before upper={\parindent15pt}, boxrule=0.5pt, left=2mm, right=2mm, top=2mm, bottom=2mm, before skip=10pt plus 1pt, after skip=10pt plus 1pt }
% Fakcik, fact \newtcolorbox{purplebox}[1]{ breakable, enhanced jigsaw, colback=purple!5!white, colframe=purple!90!black, title=#1, fonttitle=\bfseries, before upper={\parindent15pt}, boxrule=0.5pt, left=2mm, right=2mm, top=2mm, bottom=2mm, before skip=10pt plus 1pt, after skip=10pt plus 1pt }
% algorithm \newtcolorbox{orangebox}[1]{ breakable, enhanced jigsaw, colback=orange!5!white, colframe=orange!70!black, title=#1, fonttitle=\bfseries, before upper={\parindent15pt}, boxrule=0.5pt, left=2mm, right=2mm, top=2mm, bottom=2mm, before skip=10pt plus 1pt, after skip=10pt plus 1pt }
% dowod, proof
\newtcolorbox{redbox}[1]{
    breakable,
    enhanced jigsaw,
    colback=red!5!white,
    colframe=red!50!black,
    title=#1,
    fonttitle=\bfseries,
    before upper={\parindent15pt},
    boxrule=0.5pt,
    left=2mm,
    right=2mm,
    top=2mm,
    bottom=2mm,
    before skip=10pt plus 1pt,
    after skip=10pt plus 1pt
}

% lemat, lemma
\newtcolorbox{greenbox}[1]{
    breakable,
    enhanced jigsaw,
    colback=green!5!white,
    colframe=green!50!black,
    title=#1,
    fonttitle=\bfseries,
    before upper={\parindent15pt},
    boxrule=0.5pt,
    left=2mm,
    right=2mm,
    top=2mm,
    bottom=2mm,
    before skip=10pt plus 1pt,
    after skip=10pt plus 1pt
}

% twierdzonko, theorem
\newtcolorbox{bluebox}[1]{
    breakable,
    enhanced jigsaw,
    colback=blue!5!white,
    colframe=blue!50!black,
    title=#1,
    fonttitle=\bfseries,
    before upper={\parindent15pt},
    boxrule=0.5pt,
    left=2mm,
    right=2mm,
    top=2mm,
    bottom=2mm,
    before skip=10pt plus 1pt,
    after skip=10pt plus 1pt
}

% zasada, rule 
\newtcolorbox{yellowbox}[1]{
    breakable,
    enhanced jigsaw,
    colback=yellow!5!white,
    colframe=yellow!70!black,
    title=#1,
    fonttitle=\bfseries,
    before upper={\parindent15pt},
    boxrule=0.5pt,
    left=2mm,
    right=2mm,
    top=2mm,
    bottom=2mm,
    before skip=10pt plus 1pt,
    after skip=10pt plus 1pt
}

% Fakcik, fact
\newtcolorbox{purplebox}[1]{
    breakable,
    enhanced jigsaw,
    colback=purple!5!white,
    colframe=purple!90!black,
    title=#1,
    fonttitle=\bfseries,
    before upper={\parindent15pt},
    boxrule=0.5pt,
    left=2mm,
    right=2mm,
    top=2mm,
    bottom=2mm,
    before skip=10pt plus 1pt,
    after skip=10pt plus 1pt
}

% algorithm
\newtcolorbox{orangebox}[1]{
    breakable,
    enhanced jigsaw,
    colback=orange!5!white,
    colframe=orange!70!black,
    title=#1,
    fonttitle=\bfseries,
    before upper={\parindent15pt},
    boxrule=0.5pt,
    left=2mm,
    right=2mm,
    top=2mm,
    bottom=2mm,
    before skip=10pt plus 1pt,
    after skip=10pt plus 1pt
}

Generated from: ./assets/boxes.tex