X-Git-Url: https://melusine.eu.org/syracuse/G/git/?p=carto.git;a=blobdiff_plain;f=drapeaux%2Fflag_of_austria.tex;fp=drapeaux%2Fflag_of_austria.tex;h=1849410306a54bd02ca21d5ee923ad491905a6a4;hp=0000000000000000000000000000000000000000;hb=55903277fb344847698a1620bbf8c757e3b236da;hpb=f9672d3b464e59708de361064402a61ffed4c93a diff --git a/drapeaux/flag_of_austria.tex b/drapeaux/flag_of_austria.tex new file mode 100644 index 0000000..1849410 --- /dev/null +++ b/drapeaux/flag_of_austria.tex @@ -0,0 +1,26 @@ +\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{austriaRed}{HTML}{F5002F} %Pantone 186 + + +\begin{document} + +\thispagestyle{empty} + +\begin{pspicture}(0,0)(15,10) +%% Flagge (Verh\"{a}ltnis 3 Breite : 2 H\"{o}he) +\psframe[linecolor=austriaRed,fillstyle=solid,fillcolor=austriaRed](!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=austriaRed,fillstyle=solid,fillcolor=austriaRed](0,0)(!15 10 3 div) + + + +\end{pspicture} +\end{document}