Im trying to load both mtpro2 (full version) and txfontsb packages in the same document but i get this error:
Command \Bbbk already defined. \newcommand{\Bbbk}{\mathbb{k}}
If I place the txfontsb pachage after mtpro2 I get weird symbols instead of + or =
\documentclass[a4paper,11pt]{article}
\usepackage{psfrag}
\usepackage[english,greek]{babel}
\usepackage[iso-8859-7]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{mtpro2}
\usepackage{txfontsb}
\usepackage[left=2.00cm, right=2.00cm, top=3.00cm, bottom=3.00cm]{geometry}
\usepackage{tikz}
\usepackage{tkz-euclide,tkz-fct}
\usepackage{wrapfig}
\usepackage{calc}
\begin{document}
$ a+\beta=1 $
\end{document}
How can I make them work together?
