X-Git-Url: https://melusine.eu.org/syracuse/G/git/?p=carto.git;a=blobdiff_plain;f=drapeaux%2Fflag_of_germany.tex;fp=drapeaux%2Fflag_of_germany.tex;h=42866f8d2fde7b0d260bdf28091dbcef2cb11cee;hp=0000000000000000000000000000000000000000;hb=55903277fb344847698a1620bbf8c757e3b236da;hpb=f9672d3b464e59708de361064402a61ffed4c93a diff --git a/drapeaux/flag_of_germany.tex b/drapeaux/flag_of_germany.tex new file mode 100644 index 0000000..42866f8 --- /dev/null +++ b/drapeaux/flag_of_germany.tex @@ -0,0 +1,24 @@ +\documentclass{article} +\usepackage{web} +\margins{0pt}{0pt}{0pt}{0pt} %% Kein Seitenrand +\screensize{90mm}{150mm} %% Dimensionen: H\"{o}he, Breite des Dokuments + +\parindent0pt + +\usepackage{pstricks} + +\definecolor{germanRed}{HTML}{FF0000} +\definecolor{germanGold}{HTML}{FFCC00} + +\begin{document} + +\thispagestyle{empty} + +\begin{pspicture}(0,0)(15,9) +%% Flagge (Verh\"{a}ltnis 5 Breite : 3 H\"{o}he) +\psframe[linecolor=black,fillstyle=solid,fillcolor=black](0,6)(15,9) +\psframe[linecolor=germanRed,fillstyle=solid,fillcolor=germanRed](0,3)(15,6) +\psframe[linecolor=germanGold,fillstyle=solid,fillcolor=germanGold](0,0)(15,3) + +\end{pspicture} +\end{document}