CadreEtoile
Author
SIFI Khedidja
Last Updated
7 years ago
License
LaTeX Project Public License 1.3c
Abstract
CadreEtoile avec tikz & arabtex
CadreEtoile avec tikz & arabtex
% Document écrit par `SIFI Khedidja'(sifikhedidja@gmail.com)
% Compilé avec PDFlATeX
\documentclass[12pt]{article}
\usepackage[left=0cm,right=0cm,top=0.4cm,bottom=0cm]{geometry}
\usepackage{arabtex}
\usepackage{shadowtext}
\usepackage{tikz}
\usetikzlibrary{shapes}
\definecolor{Gcl}{cmyk}{0,0,0,0.2} % {0,1,0,0}=Magenta,{1,0,0,0}=BlueClair,{0,0,1,0}=Jaune,{0,0,0,1}=Noir.
\begin{document}
\pagecolor{Gcl}% GrisClair
\begin{tikzpicture}
\color{blue}
\draw[line width=1pt] (0.8,.8) -- (0.8,26.7)--(20.2,26.7)--(20.2,.8) -- (0.8,.8);% Cadre interieur
\draw[line width=1pt] (20.8,27.3)--(20.8,0.2) -- (0.2,0.2) -- (0.2,27.3) -- (20.8,27.3);% Cadre Exterieur
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Les étoiles %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\tikzset{every node/.style={draw=blue!90!black,fill=blue,inner sep=2.2pt}} %
\foreach \shape in {star}{% ou bien circle ...etc %
\foreach \x in{0.5,1,...,20.5}{\node at (\x,0.5)[shape=\shape] {}; \node at (\x,27)[shape=\shape] {};} %
\foreach \y in{1,1.5,...,26.5}{\node at (0.5,\y)[shape=\shape] {};\node at (20.5,\y)[shape=\shape] {};}} %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\filldraw [fill=blue,draw=blue](10,13.2) circle (141pt);
\tikzset{every node/.style={draw=blue,fill=red!30!yellow}}
\shadowoffsetx{-1pt}
\shadowoffsety{4pt}
\shadowrgb{0.50,1.00,1.00}
\node at (10,13.2)[shape=star] {\bf{\shadowtext{\<wa quB|B|Bl rab|BBy zidny `ilm|B"aNB|B|BA>}}};
\tikzset{every node/.style={draw=blue,fill=red!30!yellow,text=black}}
\node at (10,2.5)[shape=starburst]{\bf{\< Al.s|BBiyB|B|Bfiy _hdiy|B|B|BjaT> \<min 'i`B|B|BdAd:>}};
\node at (10,23.5)[shape=rounded rectangle]{\LARGE\< bsB|B|Bmi al|Blhi alr.hmB|B|BAni alr.hiyB|B|Bm >};
\end{tikzpicture}
\end{document}