X-Git-Url: https://melusine.eu.org/syracuse/G/git/?p=carto.git;a=blobdiff_plain;f=drapeaux%2Fflag_of_finland.tex;fp=drapeaux%2Fflag_of_finland.tex;h=4d312ee59a9c868d45f9cf0c684852f3641938e3;hp=0000000000000000000000000000000000000000;hb=55903277fb344847698a1620bbf8c757e3b236da;hpb=f9672d3b464e59708de361064402a61ffed4c93a diff --git a/drapeaux/flag_of_finland.tex b/drapeaux/flag_of_finland.tex new file mode 100644 index 0000000..4d312ee --- /dev/null +++ b/drapeaux/flag_of_finland.tex @@ -0,0 +1,23 @@ +\documentclass{article} +\usepackage{web} +\margins{0pt}{0pt}{0pt}{0pt} %% Kein Seitenrand +\screensize{110mm}{180mm} %% Dimensionen: H\"{o}he, Breite des Dokuments + +\parindent0pt + +\usepackage{pstricks,pstricks-add} + +\definecolor{finlandBlue}{RGB}{0 82 165} + + +\begin{document} + +\thispagestyle{empty} + +\begin{pspicture}(0,0)(18,11) +%% Flagge (Verh\"{a}ltnis 18 Breite : 11 H\"{o}he) +%% Breite 5 - 3 - 10 : H\"{o}he 4 - 3 - 4 +\psframe[linecolor=white,fillstyle=solid,fillcolor=white](0,0)(18,11) +\pspolygon[linecolor=finlandBlue,fillstyle=solid,fillcolor=finlandBlue](0,4)(5,4)(5,0)(8,0)(8,4)(18,4)(18,7)(8,7)(8,11)(5,11)(5,7)(0,7) +\end{pspicture} +\end{document}