Mise à niveau vers Pro

Latex For Free | اللاتك للجميع
Latex For Free | اللاتك للجميع

Latex For Free | اللاتك للجميع

Groupe public 2 Participants 21 Articles Autre

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

    \documentclass[12pt,a4paper]{article}
    \usepackage[left=1.4cm,right=1.4cm,top=2cm,bottom=2cm]{geometry}
    \usepackage[svgnames,dvipsnames,x11names,]{xcolor}
    \usepackage{amsmath}
    \usepackage{amsfonts}
    \usepackage{amssymb}
    \usepackage{lipsum}
    \usepackage{tikz}
    \usetikzlibrary{calc,scopes,backgrounds}
    \usepackage{tcolorbox}
    \tcbuselibrary{skins,xparse,breakable}
    \usepackage{polyglossia}
    \setdefaultlanguage[locale=algeria]{arabic}
    \newfontfamily\arabicfont[Script=Arabic,Scale=1.2]{Amiri}
    \newfontfamily\arabicfontsf[Script=Arabic,Scale=1.2]{Amiri}
    \newfontfamily\ba[Script=Arabic,Scale=1,Color=blue]{Arial}
    \setotherlanguage{french}
    \parindent=0pt
    \def\rosol{%
    \tikzpicture[transform shape,scale=0.5]
    \node [minimum width=4mm,minimum height=4mm,draw,fill=gray!15](1){};
    \draw[line width=.07cm,gray]([xshift=0.05mm]1.north west)|-([yshift=.05mm]1.south east);
    \foreach \i in {0,2}{
    \draw [line width=.4mm]([shift={(-0.\i5,-.08)}]1.north east)arc(-40:-338:1.3mm and 5.3mm);}
    \endtikzpicture}
    \newtcolorbox{naboxe}[1]{breakable,enhanced,detach title,coltitle=black,blanker,title=\textarabic{\ba #1},
    boxsep=6mm,top=0.8cm,
    overlay={
    \foreach \i in {2,1.5,1,0.5}{
    \draw[fill=white]([shift={(-\i mm,-\i mm)}]interior.north west)rectangle
    ([shift={(-\i mm,-\i mm)}]interior.south east);}
    \draw[fill=white](interior.north west)rectangle(interior.south east);
    \node[below,font=\large\bf] (A) at ($(interior.north east)!0.5!(interior.north west)$){\tcbtitle};
    \draw[fill=yellow!40](A.north west)rectangle(A.south east);
    \node[below,font=\large\bf] (A) at ($(interior.north east)!0.5!(interior.north west)$){\tcbtitle};
    \draw(interior.north west)|-(A.south)-|(interior.north east);
    \draw[line width=1.4mm,black]
    ([xshift=-0.5\textwidth]A.south)--(A.south)--([xshift=0.5\textwidth]A.south);
    \foreach \i in {0.1,0.2,...,0.9}{
    \node at ([yshift=-1.3mm]$([xshift=-0.3cm]A.north east)!\i!(frame.north east)$){\rosol};
    }
    \foreach \i in {0.1,0.2,...,0.9}{
    \node at ([yshift=-1.3mm]$([xshift=0.3cm]A.north west)!\i!(frame.north west)$){\rosol};
    }
    },overlay first={
    \foreach \i in {2,1.5,1,0.5}{
    \draw[fill=white]([shift={(-\i mm,0mm)}]interior.south west)|-
    ([shift={(0mm,-\i mm)}]interior.north east);}
    \draw[black](interior.north east)--
    (interior.south east);
    \draw[fill=white](interior.south west)|-
    (interior.north east)--(interior.south east);
    \node[below,font=\large\bf] (A) at ($(interior.north east)!0.5!(interior.north west)$){\tcbtitle};
    \draw[fill=yellow!40](A.north west)rectangle(A.south east);
    \node[below,font=\large\bf] (A) at ($(interior.north east)!0.5!(interior.north west)$){\tcbtitle};
    \draw(interior.north west)|-(A.south)-|(interior.north east);
    \draw[line width=1.4mm,black]
    ([xshift=-0.5\textwidth]A.south)--(A.south)--([xshift=0.5\textwidth]A.south);
    \foreach \i in {0.1,0.2,...,0.9}{
    \node at ([yshift=-1.3mm]$([xshift=-0.3cm]A.north east)!\i!(frame.north east)$){\rosol};
    }
    \foreach \i in {0.1,0.2,...,0.9}{
    \node at ([yshift=-1.3mm]$([xshift=0.3cm]A.north west)!\i!(frame.north west)$){\rosol};
    }
    },
    overlay middle={
    \foreach \i in {2,1.5,1,0.5}{
    \draw[fill=white]([shift={(-\i mm,0mm)}]interior.south west)|-
    ([shift={(0mm,-\i mm)}]interior.north east);}
    \draw[draw=none,fill=white](interior.north west)rectangle(interior.south east);
    \draw[black](interior.north east)--
    (interior.south east);
    \draw[black](interior.north west)--
    (interior.south west);
    },overlay last={
    \foreach \i in {2,1.5,1,0.5}{
    \draw[fill=white]([shift={(-\i mm,-\i mm)}]interior.north west)rectangle
    ([shift={(-\i mm,-\i mm)}]interior.south east);}
    \draw[draw=none,fill=white](interior.south east)-|(interior.north west)--(interior.north east);
    \draw[black](interior.north east)|-
    (interior.south west)--(interior.north west);
    }}
    \begin{document}
    \begin{naboxe}{تمريــــــــــــــــــن رقم 1}
    \lipsum[1-2]
    \end{naboxe}
    \end{document}
    Latex templates for maths | قوالب اللاتك للرياضيات #latex #templates Credit : By متعلم لاتاك | FB : facebook.com/profile.php?id=100052678591256 \documentclass[12pt,a4paper]{article} \usepackage[left=1.4cm,right=1.4cm,top=2cm,bottom=2cm]{geometry} \usepackage[svgnames,dvipsnames,x11names,]{xcolor} \usepackage{amsmath} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{lipsum} \usepackage{tikz} \usetikzlibrary{calc,scopes,backgrounds} \usepackage{tcolorbox} \tcbuselibrary{skins,xparse,breakable} \usepackage{polyglossia} \setdefaultlanguage[locale=algeria]{arabic} \newfontfamily\arabicfont[Script=Arabic,Scale=1.2]{Amiri} \newfontfamily\arabicfontsf[Script=Arabic,Scale=1.2]{Amiri} \newfontfamily\ba[Script=Arabic,Scale=1,Color=blue]{Arial} \setotherlanguage{french} \parindent=0pt \def\rosol{% \tikzpicture[transform shape,scale=0.5] \node [minimum width=4mm,minimum height=4mm,draw,fill=gray!15](1){}; \draw[line width=.07cm,gray]([xshift=0.05mm]1.north west)|-([yshift=.05mm]1.south east); \foreach \i in {0,2}{ \draw [line width=.4mm]([shift={(-0.\i5,-.08)}]1.north east)arc(-40:-338:1.3mm and 5.3mm);} \endtikzpicture} \newtcolorbox{naboxe}[1]{breakable,enhanced,detach title,coltitle=black,blanker,title=\textarabic{\ba #1}, boxsep=6mm,top=0.8cm, overlay={ \foreach \i in {2,1.5,1,0.5}{ \draw[fill=white]([shift={(-\i mm,-\i mm)}]interior.north west)rectangle ([shift={(-\i mm,-\i mm)}]interior.south east);} \draw[fill=white](interior.north west)rectangle(interior.south east); \node[below,font=\large\bf] (A) at ($(interior.north east)!0.5!(interior.north west)$){\tcbtitle}; \draw[fill=yellow!40](A.north west)rectangle(A.south east); \node[below,font=\large\bf] (A) at ($(interior.north east)!0.5!(interior.north west)$){\tcbtitle}; \draw(interior.north west)|-(A.south)-|(interior.north east); \draw[line width=1.4mm,black] ([xshift=-0.5\textwidth]A.south)--(A.south)--([xshift=0.5\textwidth]A.south); \foreach \i in {0.1,0.2,...,0.9}{ \node at ([yshift=-1.3mm]$([xshift=-0.3cm]A.north east)!\i!(frame.north east)$){\rosol}; } \foreach \i in {0.1,0.2,...,0.9}{ \node at ([yshift=-1.3mm]$([xshift=0.3cm]A.north west)!\i!(frame.north west)$){\rosol}; } },overlay first={ \foreach \i in {2,1.5,1,0.5}{ \draw[fill=white]([shift={(-\i mm,0mm)}]interior.south west)|- ([shift={(0mm,-\i mm)}]interior.north east);} \draw[black](interior.north east)-- (interior.south east); \draw[fill=white](interior.south west)|- (interior.north east)--(interior.south east); \node[below,font=\large\bf] (A) at ($(interior.north east)!0.5!(interior.north west)$){\tcbtitle}; \draw[fill=yellow!40](A.north west)rectangle(A.south east); \node[below,font=\large\bf] (A) at ($(interior.north east)!0.5!(interior.north west)$){\tcbtitle}; \draw(interior.north west)|-(A.south)-|(interior.north east); \draw[line width=1.4mm,black] ([xshift=-0.5\textwidth]A.south)--(A.south)--([xshift=0.5\textwidth]A.south); \foreach \i in {0.1,0.2,...,0.9}{ \node at ([yshift=-1.3mm]$([xshift=-0.3cm]A.north east)!\i!(frame.north east)$){\rosol}; } \foreach \i in {0.1,0.2,...,0.9}{ \node at ([yshift=-1.3mm]$([xshift=0.3cm]A.north west)!\i!(frame.north west)$){\rosol}; } }, overlay middle={ \foreach \i in {2,1.5,1,0.5}{ \draw[fill=white]([shift={(-\i mm,0mm)}]interior.south west)|- ([shift={(0mm,-\i mm)}]interior.north east);} \draw[draw=none,fill=white](interior.north west)rectangle(interior.south east); \draw[black](interior.north east)-- (interior.south east); \draw[black](interior.north west)-- (interior.south west); },overlay last={ \foreach \i in {2,1.5,1,0.5}{ \draw[fill=white]([shift={(-\i mm,-\i mm)}]interior.north west)rectangle ([shift={(-\i mm,-\i mm)}]interior.south east);} \draw[draw=none,fill=white](interior.south east)-|(interior.north west)--(interior.north east); \draw[black](interior.north east)|- (interior.south west)--(interior.north west); }} \begin{document} \begin{naboxe}{تمريــــــــــــــــــن رقم 1} \lipsum[1-2] \end{naboxe} \end{document}
    ·421 Vue
  • 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}
    ·382 Vue
  • Latex templates for maths | قوالب اللاتك للرياضيات
    #latex #templates
    Credit : By متعلم لاتاك | FB : facebook.com/profile.php?id=100052678591256


    \documentclass{article}
    \usepackage{lipsum}
    \usepackage{xfrac}
    \usepackage[most]{tcolorbox}

    %%%%%%%%%%%%%%%%%%%%%%%%%%%
    % boite resumé

    \def\couleurresume{red}%

    % style du titre « résumé du cours »
    \tcbset{titreresume/.style={
    boxed title style={
    colframe=\couleurresume!50,%
    colback=\couleurresume!10,%
    coltext=blue,%
    leftrule=1.5mm,rightrule=1.5mm,toprule=1.5pt,bottom=0pt,boxsep=1pt}}
    }

    % style des soustitres des résumés
    \tcbset{soustitre/.style={
    subtitle style={%
    colback=\couleurresume!7,%
    colframe=\couleurresume!50,%
    boxsep=1mm,
    fontupper={\sffamily\bfseries\large\selectfont\color{\couleurresume!63!black}}}}
    }

    % style du titre-boxed des encadrés
    \tcbset{titrecadre/.style={%
    minipage boxed title*=-.5\linewidth,
    boxed title style={
    boxrule=.8pt,boxsep=0pt,toptitle=0pt,
    colframe=\couleurresume!55,colback=white},
    halign title=left}
    }

    % boite créant la boite résumé
    \newtcolorbox[auto counter]{resume}[2][]{%
    minipage boxed title*=-106mm,
    attach boxed title to top center={yshift=-3mm,xshift=-\linewidth/5},
    enhanced,
    nobeforeafter,
    lower separated=false,
    before upper={
    \textcolor{\couleurresume!63!black}{\sfrac{#1}{\the\numexpr#1+1} \hfill{#2}\hfill\thetcbcounter/\ref{nombre-de-resume}}},
    colframe=\couleurresume!50,%
    colback=white,%
    coltitle=\couleurresume!63!black,%
    leftrule=3mm,rightrule=3mm,toprule=2pt,bottomrule=2pt,left=3pt,right=0pt,top=3mm,
    fonttitle=\sffamily\bfseries\large,
    titreresume,soustitre,title={\normalsize Résumé}
    }


    \usepackage{atveryend}
    \makeatletter
    \AfterLastShipout{%
    \immediate\write\@auxout
    {\string\newlabel{nombre-de-resume}{{\thetcb@cnt@resume}{}}}%
    }
    \makeatother
    \begin{document}

    \begin{resume}[2018]{chapitre 1}
    \tcbsubtitle{Définition}

    \lipsum[1]
    \end{resume}

    \newpage

    \begin{resume}[2018]{chapitre 1}

    \tcbsubtitle{Propriétés}
    \lipsum[2]
    \end{resume}

    %\show\tcbcounter
    \end{document}
    Latex templates for maths | قوالب اللاتك للرياضيات #latex #templates Credit : By متعلم لاتاك | FB : facebook.com/profile.php?id=100052678591256 \documentclass{article} \usepackage{lipsum} \usepackage{xfrac} \usepackage[most]{tcolorbox} %%%%%%%%%%%%%%%%%%%%%%%%%%% % boite resumé \def\couleurresume{red}% % style du titre « résumé du cours » \tcbset{titreresume/.style={ boxed title style={ colframe=\couleurresume!50,% colback=\couleurresume!10,% coltext=blue,% leftrule=1.5mm,rightrule=1.5mm,toprule=1.5pt,bottom=0pt,boxsep=1pt}} } % style des soustitres des résumés \tcbset{soustitre/.style={ subtitle style={% colback=\couleurresume!7,% colframe=\couleurresume!50,% boxsep=1mm, fontupper={\sffamily\bfseries\large\selectfont\color{\couleurresume!63!black}}}} } % style du titre-boxed des encadrés \tcbset{titrecadre/.style={% minipage boxed title*=-.5\linewidth, boxed title style={ boxrule=.8pt,boxsep=0pt,toptitle=0pt, colframe=\couleurresume!55,colback=white}, halign title=left} } % boite créant la boite résumé \newtcolorbox[auto counter]{resume}[2][]{% minipage boxed title*=-106mm, attach boxed title to top center={yshift=-3mm,xshift=-\linewidth/5}, enhanced, nobeforeafter, lower separated=false, before upper={ \textcolor{\couleurresume!63!black}{\sfrac{#1}{\the\numexpr#1+1} \hfill{#2}\hfill\thetcbcounter/\ref{nombre-de-resume}}}, colframe=\couleurresume!50,% colback=white,% coltitle=\couleurresume!63!black,% leftrule=3mm,rightrule=3mm,toprule=2pt,bottomrule=2pt,left=3pt,right=0pt,top=3mm, fonttitle=\sffamily\bfseries\large, titreresume,soustitre,title={\normalsize Résumé} } \usepackage{atveryend} \makeatletter \AfterLastShipout{% \immediate\write\@auxout {\string\newlabel{nombre-de-resume}{{\thetcb@cnt@resume}{}}}% } \makeatother \begin{document} \begin{resume}[2018]{chapitre 1} \tcbsubtitle{Définition} \lipsum[1] \end{resume} \newpage \begin{resume}[2018]{chapitre 1} \tcbsubtitle{Propriétés} \lipsum[2] \end{resume} %\show\tcbcounter \end{document}
    ·368 Vue
  • Latex templates for maths | قوالب اللاتك للرياضيات
    #latex #templates
    Credit : By متعلم لاتاك | FB : facebook.com/profile.php?id=100052678591256

    \documentclass[12pt,a4paper]{article}
    \usepackage{xcolor}
    \usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}
    \usepackage{amsmath,amssymb,amsfonts}
    \usepackage{tikz}
    \usetikzlibrary{calc}
    \usepackage{lipsum}
    \usepackage{tcolorbox}
    \tcbuselibrary{skins,breakable}
    \newtcolorbox{boxround}[3][black]{
    enhanced,breakable,
    before skip=2mm,after skip=0.3cm,
    bottom=0.5cm,coltitle=black,colframe=#1,
    colback=white,boxrule=0.5mm,arc=0mm,
    attach boxed title to top left={xshift=0cm,yshift*=0mm-\tcboxedtitleheight},
    boxed title style={empty, boxrule=0pt},
    underlay boxed title={
    \path[draw=#1,line width=0.5mm]([yshift=-5mm,xshift=0.5pt]title.south west)to[out=90,in=180]([xshift=4mm]title.south west)[sharp corners]--(title.south east) to[out=0, in=180]([xshift=5mm,yshift=-3.8]title.north east)--([yshift=-3.8]title.north east-|frame.north east);
    \node[anchor=west] at ([xshift=5mm,yshift=-1mm]title.east){\color{black}\footnotesize\underline{ #3}};
    },
    title={\LARGE\bf #2},pad at break*=5mm}
    \begin{document}
    \begin{boxround}[blue!60!black]{Exercice n° 1}{suite aréthmétique}
    \lipsum[1]
    \end{boxround}
    \begin{boxround}{Exercice n° 2}{suite aréthmétique}
    \lipsum[1]
    \end{boxround}
    \boxround{définition}{bonjour}
    prof: ..........................
    ................................;
    \endboxround
    \end{document}
    Latex templates for maths | قوالب اللاتك للرياضيات #latex #templates Credit : By متعلم لاتاك | FB : facebook.com/profile.php?id=100052678591256 \documentclass[12pt,a4paper]{article} \usepackage{xcolor} \usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry} \usepackage{amsmath,amssymb,amsfonts} \usepackage{tikz} \usetikzlibrary{calc} \usepackage{lipsum} \usepackage{tcolorbox} \tcbuselibrary{skins,breakable} \newtcolorbox{boxround}[3][black]{ enhanced,breakable, before skip=2mm,after skip=0.3cm, bottom=0.5cm,coltitle=black,colframe=#1, colback=white,boxrule=0.5mm,arc=0mm, attach boxed title to top left={xshift=0cm,yshift*=0mm-\tcboxedtitleheight}, boxed title style={empty, boxrule=0pt}, underlay boxed title={ \path[draw=#1,line width=0.5mm]([yshift=-5mm,xshift=0.5pt]title.south west)to[out=90,in=180]([xshift=4mm]title.south west)[sharp corners]--(title.south east) to[out=0, in=180]([xshift=5mm,yshift=-3.8]title.north east)--([yshift=-3.8]title.north east-|frame.north east); \node[anchor=west] at ([xshift=5mm,yshift=-1mm]title.east){\color{black}\footnotesize\underline{ #3}}; }, title={\LARGE\bf #2},pad at break*=5mm} \begin{document} \begin{boxround}[blue!60!black]{Exercice n° 1}{suite aréthmétique} \lipsum[1] \end{boxround} \begin{boxround}{Exercice n° 2}{suite aréthmétique} \lipsum[1] \end{boxround} \boxround{définition}{bonjour} prof: .......................... ................................; \endboxround \end{document}
    ·428 Vue
  • Latex templates for maths | قوالب اللاتك للرياضيات
    #latex #templates
    Credit : By متعلم لاتاك | FB : facebook.com/profile.php?id=100052678591256


    \documentclass{article}
    \usepackage[margin=2cm]{geometry}
    \usepackage[most]{tcolorbox}
    \usepackage{lipsum}
    \usepackage{polyglossia}
    \setdefaultlanguage[locale=algeria]{arabic}
    \newfontfamily\arabicfont[Script=Arabic,Scale=1.2]{Amiri}
    \newfontfamily\arabicfontsf[Script=Arabic,Scale=1.2]{Arial}
    \newcounter{myboxcounter}
    \tcbset{
    myboxstyle/.style={
    enhanced, breakable,
    sharp corners,
    left skip=8mm,
    attach boxed title to top right={yshift*=-\tcboxedtitleheight/2},
    boxed title style={colframe=#1!40, height=6mm, bean arc, boxrule=1pt},
    colback=#1!10, colframe=#1!30, boxrule=1pt,
    coltitle=black, colbacktitle=#1!10,
    fonttitle=\bf\sffamily,
    underlay boxed title={%
    \node[circle, fill=#1!10, draw=#1!40, inner sep=1pt, minimum size=6mm, line width=1pt, font=\bfseries] (boxnumber) at ([xshift=6mm]title.east) {\bf\sffamily\thetcbcounter};
    },
    underlay unbroken={%
    \draw[#1!40, line width=1pt] (title.east)--(boxnumber);
    \draw[#1!40, -{stealth}, line width=1pt] (boxnumber)--(boxnumber|-frame.south);
    },
    underlay first={%
    \draw[#1!40, line width=1pt] (title.east)--(boxnumber);
    \draw[#1!40, line width=1pt] (boxnumber)--(boxnumber|-frame.south);
    },
    underlay middle={%
    \draw[#1!40, line width=1pt] (boxnumber|-frame.north)--(boxnumber|-frame.south);
    },
    underlay last={%
    \draw[#1!40, -{stealth}, line width=1pt] (boxnumber|-frame.north)--(boxnumber|-frame.south);
    },
    }
    }
    \newtcolorbox[use counter=myboxcounter]{example}[2][]{%
    myboxstyle=#2, title=\textarabic{\bf\sffamily ÇáÊãÑíä}, #1
    }
    \newtcolorbox[use counter=myboxcounter]{solution}[2][]{%
    myboxstyle=#2, title=\textarabic{\bf\sffamily Íá ÇáÊãÑíä}, #1
    }
    \begin{document}
    \lipsum[1]
    \begin{example}{blue}
    \lipsum[1][1-2]
    \end{example}
    \begin{solution}{red}
    \lipsum[2]
    \end{solution}
    \begin{example}{green}
    \lipsum[3-7]
    \end{example}
    \begin{solution}{yellow}
    \lipsum[1-5]
    \end{solution}
    \end{document}
    Latex templates for maths | قوالب اللاتك للرياضيات #latex #templates Credit : By متعلم لاتاك | FB : facebook.com/profile.php?id=100052678591256 \documentclass{article} \usepackage[margin=2cm]{geometry} \usepackage[most]{tcolorbox} \usepackage{lipsum} \usepackage{polyglossia} \setdefaultlanguage[locale=algeria]{arabic} \newfontfamily\arabicfont[Script=Arabic,Scale=1.2]{Amiri} \newfontfamily\arabicfontsf[Script=Arabic,Scale=1.2]{Arial} \newcounter{myboxcounter} \tcbset{ myboxstyle/.style={ enhanced, breakable, sharp corners, left skip=8mm, attach boxed title to top right={yshift*=-\tcboxedtitleheight/2}, boxed title style={colframe=#1!40, height=6mm, bean arc, boxrule=1pt}, colback=#1!10, colframe=#1!30, boxrule=1pt, coltitle=black, colbacktitle=#1!10, fonttitle=\bf\sffamily, underlay boxed title={% \node[circle, fill=#1!10, draw=#1!40, inner sep=1pt, minimum size=6mm, line width=1pt, font=\bfseries] (boxnumber) at ([xshift=6mm]title.east) {\bf\sffamily\thetcbcounter}; }, underlay unbroken={% \draw[#1!40, line width=1pt] (title.east)--(boxnumber); \draw[#1!40, -{stealth}, line width=1pt] (boxnumber)--(boxnumber|-frame.south); }, underlay first={% \draw[#1!40, line width=1pt] (title.east)--(boxnumber); \draw[#1!40, line width=1pt] (boxnumber)--(boxnumber|-frame.south); }, underlay middle={% \draw[#1!40, line width=1pt] (boxnumber|-frame.north)--(boxnumber|-frame.south); }, underlay last={% \draw[#1!40, -{stealth}, line width=1pt] (boxnumber|-frame.north)--(boxnumber|-frame.south); }, } } \newtcolorbox[use counter=myboxcounter]{example}[2][]{% myboxstyle=#2, title=\textarabic{\bf\sffamily ÇáÊãÑíä}, #1 } \newtcolorbox[use counter=myboxcounter]{solution}[2][]{% myboxstyle=#2, title=\textarabic{\bf\sffamily Íá ÇáÊãÑíä}, #1 } \begin{document} \lipsum[1] \begin{example}{blue} \lipsum[1][1-2] \end{example} \begin{solution}{red} \lipsum[2] \end{solution} \begin{example}{green} \lipsum[3-7] \end{example} \begin{solution}{yellow} \lipsum[1-5] \end{solution} \end{document}
    ·435 Vue

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

    \documentclass{article}
    \usepackage{tikz}
    \usepackage{enumitem}

    \newlist{fancyenum}{enumerate}{2}
    \setlist[fancyenum,1]{
    leftmargin=12pt,
    labelsep=10pt,
    label={\protect\begin{tikzpicture}[]
    \protect\node[overlay,text width=\textwidth,fill=gray!20,anchor=west,inner sep=0pt,minimum height=2em] (bg) {};
    \protect\node[overlay,anchor=west,minimum height=2em,inner sep=0pt,fill=black,align=center,text width=2em,text=white,font=\bfseries] at (bg.west) {\arabic*};
    \protect\node {\rule[5em]{0pt}{0pt}};
    \protect\end{tikzpicture}}
    }
    \setlist[fancyenum,2]{label=\Alph*),topsep=0pt,leftmargin=22pt}

    \begin{document}
    \sffamily

    \begin{fancyenum}
    \item Some test text
    \begin{fancyenum}
    \item First
    \item Second
    \item Third
    \end{fancyenum}
    \item Some test text
    \begin{fancyenum}
    \item First
    \item Second
    \item Third
    \end{fancyenum}
    \item Some test text
    \begin{fancyenum}
    \item First
    \item Second
    \item Third
    \end{fancyenum}
    \end{fancyenum}

    \end{document}
    Latex templates for maths | قوالب اللاتك للرياضيات #latex #templates Credit : By متعلم لاتاك | FB : facebook.com/profile.php?id=100052678591256 \documentclass{article} \usepackage{tikz} \usepackage{enumitem} \newlist{fancyenum}{enumerate}{2} \setlist[fancyenum,1]{ leftmargin=12pt, labelsep=10pt, label={\protect\begin{tikzpicture}[] \protect\node[overlay,text width=\textwidth,fill=gray!20,anchor=west,inner sep=0pt,minimum height=2em] (bg) {}; \protect\node[overlay,anchor=west,minimum height=2em,inner sep=0pt,fill=black,align=center,text width=2em,text=white,font=\bfseries] at (bg.west) {\arabic*}; \protect\node {\rule[5em]{0pt}{0pt}}; \protect\end{tikzpicture}} } \setlist[fancyenum,2]{label=\Alph*),topsep=0pt,leftmargin=22pt} \begin{document} \sffamily \begin{fancyenum} \item Some test text \begin{fancyenum} \item First \item Second \item Third \end{fancyenum} \item Some test text \begin{fancyenum} \item First \item Second \item Third \end{fancyenum} \item Some test text \begin{fancyenum} \item First \item Second \item Third \end{fancyenum} \end{fancyenum} \end{document}
    ·417 Vue
  • enumerate style latex

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

    \documentclass{article}
    \usepackage{tikz}
    \newcommand{\SebastianoItem}[1]{\tikz[baseline=(SebastianoItem.base),remember
    picture]{%
    \node[fill=red!20,inner sep=4pt,font=\sffamily] (SebastianoItem){#1};}}
    \newcommand{\SebastianoHighlight}{\tikz[overlay,remember picture]{%
    \fill[red!20] ([yshift=4pt,xshift=-\pgflinewidth]SebastianoItem.east) -- ++(4pt,-4pt)
    -- ++(-4pt,-4pt) -- cycle;
    }}
    \begin{document}
    \renewcommand{\labelenumi}{\SebastianoItem{\arabic{enumi}}}
    Some basic rules.
    \begin{enumerate}
    \item Never put pineapple on a pizza!
    \item Never!!!! \SebastianoHighlight
    \item Trust me!
    \end{enumerate}
    \end{document}
    enumerate style latex Latex templates for maths | قوالب اللاتك للرياضيات #latex #templates Credit : By متعلم لاتاك | FB : facebook.com/profile.php?id=100052678591256 \documentclass{article} \usepackage{tikz} \newcommand{\SebastianoItem}[1]{\tikz[baseline=(SebastianoItem.base),remember picture]{% \node[fill=red!20,inner sep=4pt,font=\sffamily] (SebastianoItem){#1};}} \newcommand{\SebastianoHighlight}{\tikz[overlay,remember picture]{% \fill[red!20] ([yshift=4pt,xshift=-\pgflinewidth]SebastianoItem.east) -- ++(4pt,-4pt) -- ++(-4pt,-4pt) -- cycle; }} \begin{document} \renewcommand{\labelenumi}{\SebastianoItem{\arabic{enumi}}} Some basic rules. \begin{enumerate} \item Never put pineapple on a pizza! \item Never!!!! \SebastianoHighlight \item Trust me! \end{enumerate} \end{document}
    ·382 Vue
  • Colored circled numbers styles latex

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

    \documentclass{article}
    \usepackage{stackengine,xcolor,enumitem}
    \newcommand\circnum[1]{\stackinset{c}{}{c}{.1ex}{\small\textcolor{white}{#1}}%
    {\abovebaseline[-.7ex]{\Huge\textcolor{\csname colenum#1\endcsname}{$\bullet$}}}}
    \csdef{colenum1}{red}
    \csdef{colenum2}{blue}
    \csdef{colenum3}{cyan}
    \csdef{colenum4}{orange}
    \csdef{colenum5}{green!70!black}
    \begin{document}

    \begin{enumerate}[label=\protect\circnum{\theenumi}]
    \item first
    \item next
    \item third
    \item fourth
    \item last
    \end{enumerate}
    \end{document}
    Colored circled numbers styles latex Latex templates for maths | قوالب اللاتك للرياضيات #latex #templates Credit : By متعلم لاتاك | FB : facebook.com/profile.php?id=100052678591256 \documentclass{article} \usepackage{stackengine,xcolor,enumitem} \newcommand\circnum[1]{\stackinset{c}{}{c}{.1ex}{\small\textcolor{white}{#1}}% {\abovebaseline[-.7ex]{\Huge\textcolor{\csname colenum#1\endcsname}{$\bullet$}}}} \csdef{colenum1}{red} \csdef{colenum2}{blue} \csdef{colenum3}{cyan} \csdef{colenum4}{orange} \csdef{colenum5}{green!70!black} \begin{document} \begin{enumerate}[label=\protect\circnum{\theenumi}] \item first \item next \item third \item fourth \item last \end{enumerate} \end{document}
    ·379 Vue
  • tcolorboxes styles latex

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

    \documentclass{article}
    \usepackage[most]{tcolorbox}
    \usetikzlibrary{calc}
    \usepackage{pifont}

    \makeatletter
    \newtcolorbox{mybox}[2][]{%
    colback=teal!10,
    coltitle=black,
    colframe=teal!30,
    fonttitle=\bfseries,
    title=#2,
    sharp corners,
    rounded corners=southeast,
    arc is angular,
    arc=3mm,
    boxrule=0pt,
    enhanced,
    overlay={
    \node[font=\Huge, text=cyan!70!black] at ([yshift=-4mm]interior.north west) {\ding{228}};
    },
    underlay={
    \path[fill=tcbcolback!80!black] ([yshift=3mm]interior.south east) -- ++(-0.4,-0.1) -- ++(0.1,-0.2);
    \path[draw=tcbcolframe,shorten <=-0.05mm,shorten >=-0.05mm] ([yshift=3mm]interior.south east) -- ++(-0.4,-0.1) -- ++(0.1,-0.2);
    },
    interior titled code app={
    \path[save path=\mytcb@dots]
    let \p1=($(interior.north) - (interior.south)$),
    \n{r}={\kvtcb@leftupper+\kvtcb@boxsep},
    \n1={int(scalar((\y1)/5mm))},
    in
    ([xshift=.5*\n{r},yshift=-\n{r}+2.5mm]interior.south west)
    foreach \i in {1, 2, ..., \n1} {
    ++(0mm, +5mm) circle (.23*\n{r})
    };
    \begin{scope}
    \clip[use path=\mytcb@dots];
    \fill[black, opacity=0.25, use path=\mytcb@dots];
    \fill[white, transform canvas={xshift=.3mm,yshift=-.3mm}, use path=\mytcb@dots];
    \end{scope}
    },
    drop fuzzy shadow,
    #1
    }
    \makeatother

    \usepackage{lipsum}
    \begin{document}
    \begin{mybox}{An example}
    \lipsum[1]
    \end{mybox}
    \end{document}
    tcolorboxes styles latex Latex templates for maths | قوالب اللاتك للرياضيات #latex #templates Credit : By متعلم لاتاك | FB : facebook.com/profile.php?id=100052678591256 \documentclass{article} \usepackage[most]{tcolorbox} \usetikzlibrary{calc} \usepackage{pifont} \makeatletter \newtcolorbox{mybox}[2][]{% colback=teal!10, coltitle=black, colframe=teal!30, fonttitle=\bfseries, title=#2, sharp corners, rounded corners=southeast, arc is angular, arc=3mm, boxrule=0pt, enhanced, overlay={ \node[font=\Huge, text=cyan!70!black] at ([yshift=-4mm]interior.north west) {\ding{228}}; }, underlay={ \path[fill=tcbcolback!80!black] ([yshift=3mm]interior.south east) -- ++(-0.4,-0.1) -- ++(0.1,-0.2); \path[draw=tcbcolframe,shorten <=-0.05mm,shorten >=-0.05mm] ([yshift=3mm]interior.south east) -- ++(-0.4,-0.1) -- ++(0.1,-0.2); }, interior titled code app={ \path[save path=\mytcb@dots] let \p1=($(interior.north) - (interior.south)$), \n{r}={\kvtcb@leftupper+\kvtcb@boxsep}, \n1={int(scalar((\y1)/5mm))}, in ([xshift=.5*\n{r},yshift=-\n{r}+2.5mm]interior.south west) foreach \i in {1, 2, ..., \n1} { ++(0mm, +5mm) circle (.23*\n{r}) }; \begin{scope} \clip[use path=\mytcb@dots]; \fill[black, opacity=0.25, use path=\mytcb@dots]; \fill[white, transform canvas={xshift=.3mm,yshift=-.3mm}, use path=\mytcb@dots]; \end{scope} }, drop fuzzy shadow, #1 } \makeatother \usepackage{lipsum} \begin{document} \begin{mybox}{An example} \lipsum[1] \end{mybox} \end{document}
    ·397 Vue
  • tcolorbox styles latex

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

    \documentclass{article}
    \usepackage[margin=2cm]{geometry}
    \usepackage[T1]{fontenc}
    \usepackage[most]{tcolorbox}
    \usepackage{lipsum,lmodern}

    \newcounter{myboxcounter}

    \tcbset{
    myboxstyle/.style={
    enhanced, breakable,
    sharp corners,
    left skip=8mm,
    attach boxed title to top left={yshift*=-\tcboxedtitleheight/2},
    boxed title style={colframe=#1!40, height=6mm, bean arc, boxrule=1pt},
    colback=#1!10, colframe=#1!30, boxrule=1pt,
    coltitle=black, colbacktitle=#1!10,
    fonttitle=\bfseries,
    underlay boxed title={%
    \node[circle, fill=#1!10, draw=#1!40, inner sep=1pt, minimum size=6mm, line width=1pt, font=\bfseries] (boxnumber) at ([xshift=-6mm]title.west) {\thetcbcounter};
    },
    underlay unbroken={%
    \draw[#1!40, line width=1pt] (title.west)--(boxnumber);
    \draw[#1!40, -{stealth}, line width=1pt] (boxnumber)--(boxnumber|-frame.south);
    },
    underlay first={%
    \draw[#1!40, line width=1pt] (title.west)--(boxnumber);
    \draw[#1!40, line width=1pt] (boxnumber)--(boxnumber|-frame.south);
    },
    underlay middle={%
    \draw[#1!40, line width=1pt] (boxnumber|-frame.north)--(boxnumber|-frame.south);
    },
    underlay last={%
    \draw[#1!40, -{stealth}, line width=1pt] (boxnumber|-frame.north)--(boxnumber|-frame.south);
    },
    }
    }

    \newtcolorbox[use counter=myboxcounter]{example}[2][]{%
    myboxstyle=#2, title=Example, #1
    }

    \newtcolorbox[use counter=myboxcounter]{solution}[2][]{%
    myboxstyle=#2, title=Solution, #1
    }

    \begin{document}

    \lipsum[1]

    \begin{example}{blue}
    \lipsum[1][1-2]
    \end{example}

    \begin{solution}{red}
    \lipsum[2]
    \end{solution}

    \begin{example}{green}
    \lipsum[3-7]
    \end{example}

    \begin{solution}{yellow}
    \lipsum[1-5]
    \end{solution}

    \end{document}
    tcolorbox styles latex Latex templates for maths | قوالب اللاتك للرياضيات #latex #templates Credit : By متعلم لاتاك | FB : facebook.com/profile.php?id=100052678591256 \documentclass{article} \usepackage[margin=2cm]{geometry} \usepackage[T1]{fontenc} \usepackage[most]{tcolorbox} \usepackage{lipsum,lmodern} \newcounter{myboxcounter} \tcbset{ myboxstyle/.style={ enhanced, breakable, sharp corners, left skip=8mm, attach boxed title to top left={yshift*=-\tcboxedtitleheight/2}, boxed title style={colframe=#1!40, height=6mm, bean arc, boxrule=1pt}, colback=#1!10, colframe=#1!30, boxrule=1pt, coltitle=black, colbacktitle=#1!10, fonttitle=\bfseries, underlay boxed title={% \node[circle, fill=#1!10, draw=#1!40, inner sep=1pt, minimum size=6mm, line width=1pt, font=\bfseries] (boxnumber) at ([xshift=-6mm]title.west) {\thetcbcounter}; }, underlay unbroken={% \draw[#1!40, line width=1pt] (title.west)--(boxnumber); \draw[#1!40, -{stealth}, line width=1pt] (boxnumber)--(boxnumber|-frame.south); }, underlay first={% \draw[#1!40, line width=1pt] (title.west)--(boxnumber); \draw[#1!40, line width=1pt] (boxnumber)--(boxnumber|-frame.south); }, underlay middle={% \draw[#1!40, line width=1pt] (boxnumber|-frame.north)--(boxnumber|-frame.south); }, underlay last={% \draw[#1!40, -{stealth}, line width=1pt] (boxnumber|-frame.north)--(boxnumber|-frame.south); }, } } \newtcolorbox[use counter=myboxcounter]{example}[2][]{% myboxstyle=#2, title=Example, #1 } \newtcolorbox[use counter=myboxcounter]{solution}[2][]{% myboxstyle=#2, title=Solution, #1 } \begin{document} \lipsum[1] \begin{example}{blue} \lipsum[1][1-2] \end{example} \begin{solution}{red} \lipsum[2] \end{solution} \begin{example}{green} \lipsum[3-7] \end{example} \begin{solution}{yellow} \lipsum[1-5] \end{solution} \end{document}
    ·407 Vue
Plus de lecture