summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/isosafety/isosafety.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/isosafety/isosafety.dtx')
-rw-r--r--macros/latex/contrib/isosafety/isosafety.dtx20
1 files changed, 14 insertions, 6 deletions
diff --git a/macros/latex/contrib/isosafety/isosafety.dtx b/macros/latex/contrib/isosafety/isosafety.dtx
index d21aa05a72..da754c4932 100644
--- a/macros/latex/contrib/isosafety/isosafety.dtx
+++ b/macros/latex/contrib/isosafety/isosafety.dtx
@@ -22,7 +22,7 @@
%<package>\NeedsTeXFormat{LaTeX2e}[2005/12/01]
%<package>\ProvidesPackage{isosafety}
%<*package>
- [2023/10/22 v1.0 ISO Safety Colors And Safety Signs]
+ [2023/11/09 v1.1 ISO Safety Colors And Safety Signs]
\RequirePackage{graphicx}
\RequirePackage{xcolor}
@@ -30,7 +30,7 @@
%
%<*driver>
\documentclass{ltxdoc}
-\usepackage{isosafety}[2023/10/22]
+\usepackage{isosafety}[2023/11/09]
\usepackage{hyperref}
\EnableCrossrefs
\CodelineIndex
@@ -44,7 +44,7 @@
% \fi
%
%
-% \changes{v1.0}{2023/10/22}{Initial version}
+% \changes{v1.1}{2023/11/09}{Beta version}
%
% \GetFileInfo{isosafety.sty}
%
@@ -62,6 +62,11 @@
% This package provides ISO colors and ISO signs according to the ISO standards 3864 and 7010.
% It can be useful when creating instructions for chemical or physical experiments.
%
+% \section{Dependencies}
+%
+% The package has the following dependencies: \texttt{graphicx}, \texttt{xcolor}.
+%
+%
% \section{Usage}
%
% \subsection{ISO colors}
@@ -99,7 +104,7 @@
% The command to access these signs has the following syntax:
%
% \begin{verbatim}
-% \Isosign{ISO-{Letter}{Number}.png}
+% \Isosign{{Letter}{Number}}
% \end{verbatim}
%
% \subsection{Signs - Example}
@@ -108,8 +113,11 @@
% Use the following command:
%
% \begin{verbatim}
-% \Isosign{ISO-F001.png}
+% \includegraphics{\Isosign{F001}}
% \end{verbatim}
+%
+% \includegraphics{\Isosign{F001}}
+% \vspace*{5mm}
%
% \noindent For an overview, take a look at \href{https://en.wikipedia.org/wiki/ISO_7010}{Wikipedia}
%
@@ -127,7 +135,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\newcommand{\Isosign}[1]{images/ISO-#1.png}
+\newcommand{\Isosign}[1]{isosafety-pdfs/ISO_7010_#1.pdf}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%