Questions tagged [mathabx]
47 questions
3
votes
3 answers
Implementing \lefttorightarrow from mathabx without importing the other symbols
I am trying to implement this code taken from https://mathoverflow.net/q/64544/101848:
\usepackage{mathabx,epsfig}
\def\acts{\mathrel{\reflectbox{$\righttoleftarrow$}}}
so that G\acts X yields
The problem is that loading mathabx has the side…
Elías Guisado Villalgordo
- 257
- 1
- 8
3
votes
1 answer
A problem caused by mathabx package
I am sorry, but I don't usually know the meaning of LaTeX codes, I just copy them. I want to use this command:
\newcommand{\acts}{\mathrel{\reflectbox{$\righttoleftarrow$}}}
And, to use this command, I…
ThePortakal
- 761
2
votes
0 answers
2
votes
1 answer
mathabx conflicts ngerman?
I noticed that the order of loading mathabx and ngerman is essential. In this non-working minimal example
\documentclass{standalone}
\usepackage{ngerman}
\usepackage{mathabx}
\begin{document}
$\rightarrow$
\end{document}
which creates the error…
Twonky
- 750
1
vote
1 answer
Borrowing the integral and summation signs from mathabx package
I am trying to use only the integral and summation symbols from mathabx package.
mathabx integral sign in newtxmath style
In this question, someone provided codes for adding the integral signes, so I tried to tweak it to add the summation sign…
user134070
- 349