Tagged Questions
0
votes
1answer
87 views
Producing \right and \left not related [closed]
I used the commands \right and \left to produce an linear systems using array (putting a period immediately after the \right):
\documentclass[a4paper,12pt]{article}
\usepackage{amssymb}
...
2
votes
1answer
118 views
Sized delimiters (\left( \right)) are too tall for vertically aligned array (\begin{array}[t])
Please compile the below and the problem will be clear.
\documentclass{article}
\begin{document}
\noindent Compare
\[
\begin{array}{l}
\land ~a\\
\land \left(
\begin{array}[t]{l}
\lor ...