X-Git-Url: https://melusine.eu.org/syracuse/G/git/?p=carto.git;a=blobdiff_plain;f=drapeaux%2Fflag_of_netherlands.tex;fp=drapeaux%2Fflag_of_netherlands.tex;h=ef4b2ee8babcf9231f5563be92313c2c8beb4f60;hp=0000000000000000000000000000000000000000;hb=55903277fb344847698a1620bbf8c757e3b236da;hpb=f9672d3b464e59708de361064402a61ffed4c93a diff --git a/drapeaux/flag_of_netherlands.tex b/drapeaux/flag_of_netherlands.tex new file mode 100644 index 0000000..ef4b2ee --- /dev/null +++ b/drapeaux/flag_of_netherlands.tex @@ -0,0 +1,24 @@ +\documentclass{article} +\usepackage{web} +\margins{0pt}{0pt}{0pt}{0pt} %% Kein Seitenrand +\screensize{100mm}{150mm} %% Dimensionen: H\"{o}he, Breite des Dokuments + +\parindent0pt + +\usepackage{pstricks,pstricks-add} + +\definecolor{netherlandsRed}{HTML}{AE1C28} +\definecolor{netherlandsBlue}{HTML}{21468B} + +\begin{document} + +\thispagestyle{empty} + +\begin{pspicture}(0,0)(15,10) +%% Flagge (Verh\"{a}ltnis 3 Breite : 2 H\"{o}he) +\psframe[linecolor=netherlandsRed,fillstyle=solid,fillcolor=netherlandsRed](!0 10 3 div 2 mul)(15,10) +\psframe[linecolor=white,fillstyle=solid,fillcolor=white](!0 10 3 div)(!15 10 3 div 2 mul) +\psframe[linecolor=netherlandsBlue,fillstyle=solid,fillcolor=netherlandsBlue](0,0)(!15 10 3 div) + +\end{pspicture} +\end{document}