X-Git-Url: https://melusine.eu.org/syracuse/G/git/?p=carto.git;a=blobdiff_plain;f=drapeaux%2Fflag_of_estonia.tex;fp=drapeaux%2Fflag_of_estonia.tex;h=c31a4cf6502b5dca4512fb653e851d3f45d1d3ac;hp=0000000000000000000000000000000000000000;hb=f0bc7c5eeab5177caf352d4ef02e25cc6b1c11f2;hpb=395a843335ee57ca7ba5a9968085f8a8fa3c26f4 diff --git a/drapeaux/flag_of_estonia.tex b/drapeaux/flag_of_estonia.tex new file mode 100644 index 0000000..c31a4cf --- /dev/null +++ b/drapeaux/flag_of_estonia.tex @@ -0,0 +1,26 @@ +\documentclass{article} +\usepackage{web} +\margins{0pt}{0pt}{0pt}{0pt} %% Kein Seitenrand +\screensize{70mm}{110mm} %% Dimensionen: H\"{o}he, Breite des Dokuments + +\parindent0pt + +\usepackage{pstricks,pstricks-add} + +\definecolor{estoniaBlue}{RGB}{18 145 255} + + +\begin{document} + +\thispagestyle{empty} + +\begin{pspicture}(0,0)(11,7) +%% Flagge (Verh\"{a}ltnis 11 Breite : 7 H\"{o}he) + +\psframe[linecolor=estoniaBlue,fillstyle=solid,fillcolor=estoniaBlue](0,3.5)(11,7) +\psframe[linecolor=black,fillstyle=solid,fillcolor=black](0,0)(11,3.5) + + + +\end{pspicture} +\end{document}