diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/mercatormap/mercatormap.doc.sty')
-rw-r--r-- | Master/texmf-dist/doc/latex/mercatormap/mercatormap.doc.sty | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/mercatormap/mercatormap.doc.sty b/Master/texmf-dist/doc/latex/mercatormap/mercatormap.doc.sty index 7ef0480a7ff..80b38241ce2 100644 --- a/Master/texmf-dist/doc/latex/mercatormap/mercatormap.doc.sty +++ b/Master/texmf-dist/doc/latex/mercatormap/mercatormap.doc.sty @@ -107,3 +107,15 @@ \renewcommand*{\tcbdocnew}[1]{\textcolor{green!50!black}{\sffamily\bfseries N} #1} \renewcommand*{\tcbdocupdated}[1]{\textcolor{blue!75!black}{\sffamily\bfseries U} #1} +\NewTotalTCBox{\issuetracker}{m}{enhanced,nobeforeafter,tcbox raise base,boxrule=0.4pt,top=0mm,bottom=0mm, + right=0mm,left=0mm,arc=1pt,boxsep=2pt,%before upper={\vphantom{dlg}}, + fontupper=\bfseries, + colframe=green!50!gray, + coltext=green!20!black, + colback=green!75!gray!20, + hyperurl=https://github.com/T-F-S/genealogytree/issues/#1 + }{\##1} + +\robustify{\issuetracker} + + |