Search found 20 matches

by zimbodel
Mon Jan 16, 2023 2:30 am
Forum: Math & Science
Topic: How to wrap long bracket as numerator in fraction in align
Replies: 10
Views: 31299

How to wrap long bracket as numerator in fraction in align

Using another thread where you helped me, I managed to fix the missing bracket at the end at y above by adding \right. and \left. inside the numerator bracket like this

Probably bad practices I follow, but it works like a charm on long lines to wrap.


\begin{align*}
&+{\frac {1}{17}}\frac ...
by zimbodel
Mon Jan 16, 2023 2:17 am
Forum: Math & Science
Topic: How to wrap long bracket as numerator in fraction in align
Replies: 10
Views: 31299

How to wrap long bracket as numerator in fraction in align

Here is the final code and how it displays and wraps absolutely great on my system without the line length constraint that split seem to have.
Weird but wonderful.
I do seem to lose the final bracket but that is a different issue I should be able to hunt down.

\begin{align*}
&+{\frac {1}{17 ...
by zimbodel
Mon Jan 16, 2023 2:00 am
Forum: Math & Science
Topic: How to wrap long bracket as numerator in fraction in align
Replies: 10
Views: 31299

How to wrap long bracket as numerator in fraction in align

Ok wrapping it shorter made it work.
I was under the impression that shouldnt matter as I can wrap long lines with align.
Now I know and that settle this problem.
Thanks

Playing with this I managed to use & to wrap arbitrary length lines, but alignment is out.
Here on my system it compiles, but ...
by zimbodel
Sun Jan 15, 2023 6:03 pm
Forum: Math & Science
Topic: How to wrap long bracket as numerator in fraction in align
Replies: 10
Views: 31299

How to wrap long bracket as numerator in fraction in align

Stefan, I still have a challenge with this;

I made it way more simple and still cant break according to what you suggested. I must be misunderstanding something.

Consider this example that needs to be wrapped in the numerator.

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

\begin ...
by zimbodel
Sun Jan 15, 2023 4:27 pm
Forum: Math & Science
Topic: How to wrap long bracket as numerator in fraction in align
Replies: 10
Views: 31299

How to wrap long bracket as numerator in fraction in align

Oh, I see,
so you break only the numerator and stack the breaks on the denominator.

I never tried to do it like that, but it obviously works.

You make me look very stupid !

Thanks.
by zimbodel
Sun Jan 15, 2023 5:30 am
Forum: Math & Science
Topic: How to wrap long bracket as numerator in fraction in align
Replies: 10
Views: 31299

How to wrap long bracket as numerator in fraction in align

So I just put the entire numerator in a \parbox and then break inside the parbox ( say at +sign ) with
\right.\\
&+\left. ?
by zimbodel
Sun Jan 15, 2023 5:26 am
Forum: Math & Science
Topic: Only one equation number in {align*}
Replies: 11
Views: 39589

Only one equation number in {align*}

Silly me now I remember....
It always catches me after I dont use latex for a while and I always seem to forget that.
It is one of those tricks that only makes sense once you know about it.
Thanks.
by zimbodel
Sun Jan 15, 2023 2:24 am
Forum: Math & Science
Topic: Only one equation number in {align*}
Replies: 11
Views: 39589

Only one equation number in {align*}

This one keeps biting me for years, and I cannot find a solution doing online search.

How do I get only one equation number displayed in an align* environment

Code: Select all

\begin{align*}
\end{align*}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
containing several equations?
by zimbodel
Sun Jan 15, 2023 2:09 am
Forum: Math & Science
Topic: How to wrap long bracket as numerator in fraction in align
Replies: 10
Views: 31299

How to wrap long bracket as numerator in fraction in align

How to wrap long bracket as numerator in fraction in align.?

Cannot figure this one out, and there are no web hits for this.

Example

\begin{align*}
&+{\frac {1}{17}}\,{\frac { \left( \tan \left( {\it \theta} \right) \right) ^{2}{a}^{6} \left( 569\,{a}^{2} \left( \tan \left( {\it \theta} \right ...
by zimbodel
Wed Jan 04, 2023 1:08 am
Forum: Math & Science
Topic: For some reason, cannot wrap this equation.
Replies: 6
Views: 10509

For some reason, cannot wrap this equation.

Thank you very much.
That is very helpful