From 6afb45c00f4bcfea8efffe384d8c4fff3b3150d3 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 20 Apr 2021 20:13:00 +0000 Subject: worldflags (20apr21) git-svn-id: svn://tug.org/texlive/trunk@58924 c570f23f-e606-0410-a88d-b1316a301751 --- .../tex/latex/worldflags/worldflag_MK.tex | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/worldflags/worldflag_MK.tex (limited to 'Master/texmf-dist/tex/latex/worldflags/worldflag_MK.tex') diff --git a/Master/texmf-dist/tex/latex/worldflags/worldflag_MK.tex b/Master/texmf-dist/tex/latex/worldflags/worldflag_MK.tex new file mode 100644 index 00000000000..1f27ca50a06 --- /dev/null +++ b/Master/texmf-dist/tex/latex/worldflags/worldflag_MK.tex @@ -0,0 +1,22 @@ +% -------------------------------------------------------------------------- +% North Macedonia: +% -------------------------------------------------------------------------- +\BeginFlagDescription{1}{2} +\definecolor{gold}{RGB}{255,209,0} +\definecolor{red}{RGB}{200,16,46} +\fill [red] (0,0) rectangle (\flaglength,1); +\fill [gold] (126/280*\flaglength,0)--(154/280*\flaglength,0)--(0.5\flaglength,6/14*\flagwidth)--cycle; +\fill [gold] (126/280*\flaglength,1)--(154/280*\flaglength,1)--(0.5\flaglength,8/14*\flagwidth)--cycle; +\fill [gold] (0,56/140*\flagwidth)--(0,84/140*\flagwidth)--(\flaglength,56/140*\flagwidth)--(\flaglength,84/140*\flagwidth)--cycle; +\pgfmathparse{(\flaglength/10)/(7*sqrt(0.01*\flagwidth*\flagwidth+0.01*\flaglength*\flaglength))} +\edef\x{\pgfmathresult} +\pgfmathparse{(\flagwidth/10)/(7*sqrt(0.01*\flagwidth*\flagwidth+0.01*\flaglength*\flaglength))} +\edef\y{\pgfmathresult} +\fill [gold] (0,0)--(0.15\flaglength,0)--($(\flaglength/2,\flagwidth/2)+(\x*\flagwidth,\y*\flagwidth)$); +\fill [gold] (0,\flagwidth)--++(0.15\flaglength,0)--($(\flaglength/2,\flagwidth/2)+(\x*\flagwidth,-\y*\flagwidth)$); +\fill [gold] (\flaglength,\flagwidth)--++(-0.15\flaglength,0)--($(\flaglength/2,\flagwidth/2)-(\x*\flagwidth,\y*\flagwidth)$); +\fill [gold] (\flaglength,0)--++(-0.15\flaglength,0)--($(\flaglength/2,\flagwidth/2)-(\x*\flagwidth,-\y*\flagwidth)$); +\fill [red] (\flaglength/2,\flagwidth/2) circle (1.25\flagwidth/7); +\fill [gold] (\flaglength/2,\flagwidth/2) circle (\flagwidth/7); +\FrameCode +\EndFlagDescription -- cgit v1.2.3