Skip to main content
Fixing a site bug of disappearing double backslashes: https://tex.meta.stackexchange.com/questions/7168/double-backslashes-disappear-from-code
Source Link
ShreevatsaR
  • 47.7k
  • 10
  • 122
  • 157

You can replace the \framebox with a \makebox, but I wanted so see how things were fitting in the space. You can play with the \parbox widths, but you will always get a big gap on the left side of the equations.

\documentclass{article} \usepackage{amsmath} \begin{document} \noindent \framebox[\textwidth]{ \parbox{1.5in}{ \begin{align} A&=B\ C&=D\ A&=B\\ C&=D\\ E&=F \end{align}} \hfill$\Rightarrow$\hfill \parbox{1.5in}{ \begin{align} a&=b\ c&=d\ a&=b\\ c&=d\\ e&=f \end{align}} } \end{document} 

You can replace the \framebox with a \makebox, but I wanted so see how things were fitting in the space. You can play with the \parbox widths, but you will always get a big gap on the left side of the equations.

\documentclass{article} \usepackage{amsmath} \begin{document} \noindent \framebox[\textwidth]{ \parbox{1.5in}{ \begin{align} A&=B\ C&=D\ E&=F \end{align}} \hfill$\Rightarrow$\hfill \parbox{1.5in}{ \begin{align} a&=b\ c&=d\ e&=f \end{align}} } \end{document} 

You can replace the \framebox with a \makebox, but I wanted so see how things were fitting in the space. You can play with the \parbox widths, but you will always get a big gap on the left side of the equations.

\documentclass{article} \usepackage{amsmath} \begin{document} \noindent \framebox[\textwidth]{ \parbox{1.5in}{ \begin{align} A&=B\\ C&=D\\ E&=F \end{align}} \hfill$\Rightarrow$\hfill \parbox{1.5in}{ \begin{align} a&=b\\ c&=d\\ e&=f \end{align}} } \end{document} 
added \noindent
Source Link
John Kormylo
  • 89.1k
  • 3
  • 57
  • 131

You can replace the \framebox with a \makebox, but I wanted so see how things were fitting in the space. You can play with the \parbox widths, but you will always get a big gap on the left side of the equations.

\documentclass{article} \usepackage{amsmath} \begin{document} \noindent \framebox[\textwidth]{ \parbox{1.5in}{ \begin{align} A&=B\ C&=D\ E&=F \end{align}} \hfill$\Rightarrow$\hfill \parbox{1.5in}{ \begin{align} a&=b\ c&=d\ e&=f \end{align}} } \end{document} 

You can replace the \framebox with a \makebox, but I wanted so see how things were fitting in the space. You can play with the \parbox widths, but you will always get a big gap on the left side of the equations.

\documentclass{article} \usepackage{amsmath} \begin{document} \framebox[\textwidth]{ \parbox{1.5in}{ \begin{align} A&=B\ C&=D\ E&=F \end{align}} \hfill$\Rightarrow$\hfill \parbox{1.5in}{ \begin{align} a&=b\ c&=d\ e&=f \end{align}} } \end{document} 

You can replace the \framebox with a \makebox, but I wanted so see how things were fitting in the space. You can play with the \parbox widths, but you will always get a big gap on the left side of the equations.

\documentclass{article} \usepackage{amsmath} \begin{document} \noindent \framebox[\textwidth]{ \parbox{1.5in}{ \begin{align} A&=B\ C&=D\ E&=F \end{align}} \hfill$\Rightarrow$\hfill \parbox{1.5in}{ \begin{align} a&=b\ c&=d\ e&=f \end{align}} } \end{document} 
Code markup.
Source Link
Torbjørn T.
  • 211.4k
  • 15
  • 412
  • 591

You can replace the \framebox\framebox with a \makebox\makebox, but I wanted so see how things were fitting in the space. You can play with the \parbox\parbox widths, but you will always get a big gap on the left side of the equations.

\documentclass{article} \usepackage{amsmath} \begin{document}

\framebox[\textwidth]{ \parbox{1.5in}{ \begin{align} A&=B\C&=D\E&=F \end{align}} \hfill$\Rightarrow$\hfill \parbox{1.5in}{ \begin{align} a&=b\c&=d\e&=f \end{align}} }

\end{document}

\documentclass{article} \usepackage{amsmath} \begin{document} \framebox[\textwidth]{ \parbox{1.5in}{ \begin{align} A&=B\ C&=D\ E&=F \end{align}} \hfill$\Rightarrow$\hfill \parbox{1.5in}{ \begin{align} a&=b\ c&=d\ e&=f \end{align}} } \end{document} 

You can replace the \framebox with a \makebox, but I wanted so see how things were fitting in the space. You can play with the \parbox widths, but you will always get a big gap on the left side of the equations.

\documentclass{article} \usepackage{amsmath} \begin{document}

\framebox[\textwidth]{ \parbox{1.5in}{ \begin{align} A&=B\C&=D\E&=F \end{align}} \hfill$\Rightarrow$\hfill \parbox{1.5in}{ \begin{align} a&=b\c&=d\e&=f \end{align}} }

\end{document}

You can replace the \framebox with a \makebox, but I wanted so see how things were fitting in the space. You can play with the \parbox widths, but you will always get a big gap on the left side of the equations.

\documentclass{article} \usepackage{amsmath} \begin{document} \framebox[\textwidth]{ \parbox{1.5in}{ \begin{align} A&=B\ C&=D\ E&=F \end{align}} \hfill$\Rightarrow$\hfill \parbox{1.5in}{ \begin{align} a&=b\ c&=d\ e&=f \end{align}} } \end{document} 
Source Link
John Kormylo
  • 89.1k
  • 3
  • 57
  • 131
Loading