I'd like to include icons from the package pmboxdraw into a beamer slide.
However, this package defines a square icon \textpos which is re-defined by textpos.
I can't use another square because I'm using it to have an increasing gradation like this : ▁ ▄ ▆.
What can I do to avoid this package clash ?
Here is a problematic MWE :
\documentclass{beamer}
\usepackage{textpos}
\usepackage{pmboxdraw}
\begin{document}
\begin{frame}
\pmboxdrawuni{2582}
\pmboxdrawuni{2585}
\textblock
\end{frame}
\end{document}
The thrown error is : Command \textblock already defined. \pmbd@UniDef\textblock{2588}.
\pmboxdrawuni{2588}, I'm using it. – 3isenHeim Nov 10 '20 at 07:26