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=0000000000000000000000000000000000000000;hp=ef4b2ee8babcf9231f5563be92313c2c8beb4f60;hb=fdff027f7915e6ea9afd05a6201ed3fe1de64eff;hpb=6885fe4458cf3830499cd3e00fc73d6d0a23e797 diff --git a/drapeaux/flag_of_netherlands.tex b/drapeaux/flag_of_netherlands.tex deleted file mode 100644 index ef4b2ee..0000000 --- a/drapeaux/flag_of_netherlands.tex +++ /dev/null @@ -1,24 +0,0 @@ -\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}