texlive[64349] Master/texmf-dist: srdp-mathematik (11sep22)

commits+karl at tug.org commits+karl at tug.org
Sun Sep 11 22:48:58 CEST 2022


Revision: 64349
          http://tug.org/svn/texlive?view=revision&revision=64349
Author:   karl
Date:     2022-09-11 22:48:57 +0200 (Sun, 11 Sep 2022)
Log Message:
-----------
srdp-mathematik (11sep22)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/srdp-mathematik/README.md
    trunk/Master/texmf-dist/doc/latex/srdp-mathematik/srdp-mathematik.pdf
    trunk/Master/texmf-dist/doc/latex/srdp-mathematik/srdp-mathematik.tex
    trunk/Master/texmf-dist/tex/latex/srdp-mathematik/srdp-mathematik.sty

Modified: trunk/Master/texmf-dist/doc/latex/srdp-mathematik/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/srdp-mathematik/README.md	2022-09-11 20:48:20 UTC (rev 64348)
+++ trunk/Master/texmf-dist/doc/latex/srdp-mathematik/README.md	2022-09-11 20:48:57 UTC (rev 64349)
@@ -1,4 +1,4 @@
-# srdp-mathematik.sty v1.10.0
+# srdp-mathematik.sty v1.10.1
 
 This package provides basic commands for the defined formats of the Austrian sRDP in mathematics. 
 Furthermore, it includes ways to implement answers in the tex file, which can be voluntarily displayed in the pdf file and

Modified: trunk/Master/texmf-dist/doc/latex/srdp-mathematik/srdp-mathematik.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/srdp-mathematik/srdp-mathematik.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/srdp-mathematik/srdp-mathematik.tex	2022-09-11 20:48:20 UTC (rev 64348)
+++ trunk/Master/texmf-dist/doc/latex/srdp-mathematik/srdp-mathematik.tex	2022-09-11 20:48:57 UTC (rev 64349)
@@ -55,7 +55,7 @@
 
 \vfill
 
-\Huge The \textit{srdp-mathematik} package v1.10.0\\[1cm]
+\Huge The \textit{srdp-mathematik} package v1.10.1\\[1cm]
 
 Documentation \\ [1cm]
 

Modified: trunk/Master/texmf-dist/tex/latex/srdp-mathematik/srdp-mathematik.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/srdp-mathematik/srdp-mathematik.sty	2022-09-11 20:48:20 UTC (rev 64348)
+++ trunk/Master/texmf-dist/tex/latex/srdp-mathematik/srdp-mathematik.sty	2022-09-11 20:48:57 UTC (rev 64349)
@@ -10,7 +10,7 @@
 %
 
 \NeedsTeXFormat{LaTeX2e}[1996/12/26]
-\ProvidesPackage{srdp-mathematik}[2022/08/24 v1.10.0 Standard-Schularbeitsformate]
+\ProvidesPackage{srdp-mathematik}[2022/09/11 v1.10.1 Standard-Schularbeitsformate]
 
 
 \usepackage{color}
@@ -200,7 +200,32 @@
 %
 %
 %
-%
+%%%%%%%%%%%%%%%%%%%%%%% UK FLAG ##################
+
+\newcommand{\flagUK}[1][0.0125]{\definecolor{ukred}{RGB}{200,16,46}
+\definecolor{ukwhite}{RGB}{255,255,255}
+\definecolor{ukblue}{RGB}{1,33,105}
+\begin{tikzpicture}[scale=#1] %Scale must be changed to make the flag fit on letter/A4 paper (scale=1 produces a 60 cm by 30 cm flag)
+\clip (-30,-15) rectangle (30,15); %Optional, crops the flag to the correct size
+\draw[-] (-30,-15)--(30,-15)--(30,15)--(-30,15)--cycle; %Optional, draws a border around the flag
+%Blue background:
+\fill[ukblue] (-30,-15)--(30,-15)--(30,15)--(-30,15)--cycle;
+%White upright cross:
+\fill[ukwhite] (5,15)--(5,5)--(30,5)--(30,-5)--(5,-5)--(5,-15)--(-5,-15)--(-5,-5)--(-30,-5)--(-30,5)--(-30,5)--(-5,5)--(-5,15)--cycle;
+%White St. Andrew's Cross:
+\fill[ukwhite] (-30,-15)--(-30,{-15+3/2*sqrt(5)})--({30-3*sqrt(5)},15)--(30,15)--(30,{15-3/2*sqrt(5)})--({-30+3*sqrt(5)},-15)--cycle; %Lower-left to upper-right
+\fill[ukwhite] (-30,15)--(-30,{15-3/2*sqrt(5)})--({30-3*sqrt(5)},-15)--(30,-15)--(30,{-15+3/2*sqrt(5)})--({-30+3*sqrt(5)},15)--cycle; %Upper-left to lower-right
+%Red upright Cross:
+\fill[ukred] (3,15)--(3,3)--(30,3)--(30,-3)--(3,-3)--(3,-15)--(-3,-15)--(-3,-3)--(-30,-3)--(-30,3)--(-30,3)--(-3,3)--(-3,15)--cycle;
+%Red St. Patrick's Cross:
+\fill[ukred] ({10-2*sqrt(5)},5)--(10,5)--(30,15)--({30-2*sqrt(5)},15)--cycle; %Upper-right diagonal
+\fill[ukred] (-10,5)--({-10-2*sqrt(5)},5)--(-30,{15-sqrt(5)})--(-30,15)--cycle; %Upper-left diagonal
+\fill[ukred] ({-10+2*sqrt(5)},-5)--(-10,-5)--(-30,-15)--({-30+2*sqrt(5)},-15)--cycle; %Lower-left diagonal
+\fill[ukred] (10,-5)--({10+2*sqrt(5)},-5)--(30,{-15+sqrt(5)})--(30,-15)--cycle; %Lower-right diagonal
+\end{tikzpicture}}
+
+%%Created by Senan Sekhon, December 2, 2020
+
 %%%%%%%%%%%%%%%%%%%%%%%  	BEISPIEL UMGEBUNG  %%%%%%%%%%%%%%%%%%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 



More information about the tex-live-commits mailing list.