Tagged Questions
1
vote
1answer
88 views
Making the entries of bordermatrix smaller
How do I make the entries in bordermatrix smaller?
\documentclass[reqno]{amsart}
\usepackage{amssymb}
\usepackage{mathrsfs}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{stackrel}
...
5
votes
1answer
1k views
Placing equation number on left with reqno option in amsart document class
Is there a way to force individual equations to place their equation numbers (or more specifically the result of a \tag*{blah}) on a specific side of the page regardless of the options to amsart.
I ...