Skip to content
Snippets Groups Projects
Commit 06dcdc92 authored by mirabilos's avatar mirabilos Committed by mirabilos
Browse files

Merge branch 'master' of github.com:mirabilos/tex-unicodepoints

parents d298f450 d02c785c
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
% \usepackage[utf8]{inputenc}% % \usepackage[utf8]{inputenc}%
\NeedsTeXFormat{LaTeX2e}% \NeedsTeXFormat{LaTeX2e}%
\ProvidesPackage{unicodepoints}[2018/08/05 2.2 Unicode codepoints]% \ProvidesPackage{unicodepoints}[2018/08/16 2.3 Unicode codepoints]%
\makeatletter% \makeatletter%
\ifx\UTFviii@defined\@undefined% \ifx\UTFviii@defined\@undefined%
...@@ -94,10 +94,16 @@ ...@@ -94,10 +94,16 @@
}% }%
% Render command for ⚠ (U+26A0) % Render command for ⚠ (U+26A0)
\DeclareRobustCommand\Warning{% \DeclareRobustCommand\unicodepoints@warn{%
\makebox[1.4em][c]{% \resizebox{!}{\fontcharht\font`A}{%
\makebox[0pt][c]{\raisebox{.2em}{\footnotesize!}}% \fontencoding{OMS}\fontfamily{cmsy}\fontseries{m}\fontshape{n}\fontsize{20.74}{25}\selectfont%
\makebox[0pt][c]{\color{red}\huge$\bigtriangleup$}% \makebox[\fontcharwd\font"34][c]{%
\makebox[0pt][c]{\color{red}\symbol{"34}}%
\makebox[0pt][c]{\raisebox{2pt}{%
\fontencoding{T1}\fontfamily{cmr}\fontsize{11}{13}\selectfont%
!%
}}%
}%
}% }%
}% }%
...@@ -1686,7 +1692,7 @@ ...@@ -1686,7 +1692,7 @@
\newunicodechar{}{\Recycling}% \newunicodechar{}{\Recycling}%
\newunicodechar{}{\Wheelchair}% \newunicodechar{}{\Wheelchair}%
\newunicodechar{}{\MineSign}% \newunicodechar{}{\MineSign}%
\newunicodechar{}{\Warning}% \newunicodechar{}{\unicodepoints@warn}%
\newunicodechar{}{\FemaleFemale}% \newunicodechar{}{\FemaleFemale}%
\newunicodechar{}{\MaleMale}% \newunicodechar{}{\MaleMale}%
\newunicodechar{}{\FemaleMale}% \newunicodechar{}{\FemaleMale}%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment