Tagged Questions
9
votes
3answers
325 views
Nicer alignment of x^*/2
I'm trying to typeset $\frac{x^*}{2}$, but I can't find a (simple) way to make the alignment look nice. So far, I've tried the following:
\documentclass{article}
\begin{document}
\begin{equation}
...
8
votes
4answers
231 views
Align denominator of fraction to left
The highlighted part has the equation centred, which looks rather imbalance with the top equation, is it possible to align the highlighted part to the left?
Below is the code I am using.
...
2
votes
2answers
130 views
Can I not use the align & operator within a \frac?
This code is causing LaTeX to throw an error: Missing } inserted. It appears to be because I put a & inside a \frac command (on line 4). I feel as though it should be possible to accomplish my ...