Search found 3 matches

by stephenteacher
Fri May 22, 2015 3:58 pm
Forum: Text Formatting
Topic: aligning text seperatly within aligned maths
Replies: 3
Views: 3777

Re: aligning text seperatly within aligned maths

Less \'s and {}. I like. Thank you.
by stephenteacher
Fri May 22, 2015 12:51 pm
Forum: Text Formatting
Topic: aligning text seperatly within aligned maths
Replies: 3
Views: 3777

aligning text seperatly within aligned maths

Never mind.

Solved with

Code: Select all

\noalign{\text{My text here:}} \\
Unless there is a better way..?
by stephenteacher
Fri May 22, 2015 12:41 pm
Forum: Text Formatting
Topic: aligning text seperatly within aligned maths
Replies: 3
Views: 3777

aligning text seperatly within aligned maths

I want to show the working out of an equation with explanatory text interspersed. Is there any way of left aligning the comments while in the align* or other environment? What I have so far:

\documentclass[a4paper,12pt]{report}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{gensymb ...