Mise à niveau vers Pro

Latex templates for maths | قوالب اللاتك للرياضيات
#latex #templates
Credit : By متعلم لاتاك | FB : facebook.com/profile.php?id=100052678591256

\documentclass[12pt,a4paper]{report}
\usepackage[left=1.5cm,right=2cm,
top=1.6cm,bottom=2cm]{geometry}
\usepackage{xcolor,tcolorbox}
\usepackage{lipsum,tikz}
\usepackage{amsmath,amsfonts,amssymb}
\usetikzlibrary{scopes,backgrounds,shadows,calc}
\tcbuselibrary{skins,breakable}
\newtcolorbox{rotabox}[2][black]{breakable,enhanced,detach title,blanker,title={#2},coltitle=white,
boxsep=3mm,top=2mm,left=2mm,right=2mm
,before skip=1.1cm,after skip=1.1cm,
overlay={\scoped[on background layer]{
\draw[fill=#1!3,draw=none](interior.north west)rectangle(interior.south east);
\draw[#1](interior.north west)|-(interior.south east);},\node[anchor=west,font=\large\bfseries,
scale=1.2,above right,rotate=3,fill=#1,xshift=-2mm,drop shadow] (1) at (interior.north west){\tcbtitle};
},overlay first={\scoped[on background layer]{
\draw[fill=#1!3,draw=none](interior.north west)rectangle(interior.south east);
\draw[#1](interior.north west)--(interior.south west);},\node[anchor=west,font=\large\bfseries,
scale=1.2,above right,rotate=3,fill=#1,xshift=-2mm,drop shadow] (1) at (interior.north west){\tcbtitle};
},overlay middle={\draw[fill=#1!3,draw=none](interior.north west)rectangle(interior.south east);
\draw[#1](interior.north west)--(interior.south west);},overlay last={\draw[fill=#1!3,draw=none](interior.north west)rectangle(interior.south east);
\draw[#1](interior.north west)|-(interior.south east);}}
\begin{document}
\begin{rotabox}[green!60!blue]{théorème}
\lipsum[1]
\end{rotabox}
\begin{rotabox}[red!60!blue]{définition}
\lipsum[1]
\end{rotabox}
\begin{rotabox}{Note}
\lipsum[1]
\end{rotabox}
\end{document}
Latex templates for maths | قوالب اللاتك للرياضيات #latex #templates Credit : By متعلم لاتاك | FB : facebook.com/profile.php?id=100052678591256 \documentclass[12pt,a4paper]{report} \usepackage[left=1.5cm,right=2cm, top=1.6cm,bottom=2cm]{geometry} \usepackage{xcolor,tcolorbox} \usepackage{lipsum,tikz} \usepackage{amsmath,amsfonts,amssymb} \usetikzlibrary{scopes,backgrounds,shadows,calc} \tcbuselibrary{skins,breakable} \newtcolorbox{rotabox}[2][black]{breakable,enhanced,detach title,blanker,title={#2},coltitle=white, boxsep=3mm,top=2mm,left=2mm,right=2mm ,before skip=1.1cm,after skip=1.1cm, overlay={\scoped[on background layer]{ \draw[fill=#1!3,draw=none](interior.north west)rectangle(interior.south east); \draw[#1](interior.north west)|-(interior.south east);},\node[anchor=west,font=\large\bfseries, scale=1.2,above right,rotate=3,fill=#1,xshift=-2mm,drop shadow] (1) at (interior.north west){\tcbtitle}; },overlay first={\scoped[on background layer]{ \draw[fill=#1!3,draw=none](interior.north west)rectangle(interior.south east); \draw[#1](interior.north west)--(interior.south west);},\node[anchor=west,font=\large\bfseries, scale=1.2,above right,rotate=3,fill=#1,xshift=-2mm,drop shadow] (1) at (interior.north west){\tcbtitle}; },overlay middle={\draw[fill=#1!3,draw=none](interior.north west)rectangle(interior.south east); \draw[#1](interior.north west)--(interior.south west);},overlay last={\draw[fill=#1!3,draw=none](interior.north west)rectangle(interior.south east); \draw[#1](interior.north west)|-(interior.south east);}} \begin{document} \begin{rotabox}[green!60!blue]{théorème} \lipsum[1] \end{rotabox} \begin{rotabox}[red!60!blue]{définition} \lipsum[1] \end{rotabox} \begin{rotabox}{Note} \lipsum[1] \end{rotabox} \end{document}
·391 Vue