%% Copyright 2025 Ben Steinhauer % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 % of this license or (at your option) any later version. % The latest version of this license is in % https://www.latex-project.org/lppl.txt % and version 1.3c or later is part of all distributions of LaTeX % version 2008 or later. % % This work has the LPPL maintenance status `maintained'. % % The Current Maintainer of this work is Ben Steinhauer. % % This work consists of the files isosigns.sty, % isosigns_complete.pdf and all files in the folder /doc. \NeedsTeXFormat{LaTeX2e}[2005/12/01] \ProvidesPackage{isosigns} [2025/08/31 v2.1 ISO Safety Colors And Signs] \RequirePackage{graphicx} \RequirePackage{xcolor} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \definecolor{Caution}{HTML}{F9A800} \definecolor{Warning}{HTML}{D05D29} \definecolor{Prohibition}{HTML}{9B2423} \definecolor{Mandatory}{HTML}{005387} \definecolor{Rescue}{HTML}{237F52} \definecolor{Backgrounds}{HTML}{ECECE7} \definecolor{Symbol}{HTML}{2B2B2C} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \DeclareRobustCommand{\Isosign}[2][scale=0.3]{\includegraphics[page=#2,#1]{isosigns_complete.pdf}} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \endinput %% %% End of file `isosigns.sty'.