Search found 6 matches

by feynman44
Wed Mar 21, 2012 3:22 pm
Forum: Math & Science
Topic: Equation alignment with long tags
Replies: 2
Views: 2334

Re: Equation Alignment with custom Tags

Thanks for the input, kaiser. That's right, I did notice that the alignment is only affected when the tag is a certain length. Changing the penalty, if possible, would be the perfect solution.
by feynman44
Tue Mar 20, 2012 6:37 pm
Forum: Math & Science
Topic: Equation alignment with long tags
Replies: 2
Views: 2334

Equation alignment with long tags

When using the equation or align environments, I occasionally like to insert right-aligned parenthetical explanations on each line (see MWE below). I have been achieving this using the \tag command, but this offsets the equation so that it is no longer centered on the page.

Is there a way to create ...
by feynman44
Wed Aug 17, 2011 7:00 am
Forum: Math & Science
Topic: Multiple exponents
Replies: 2
Views: 12800

Re: Multiple exponents

Ah, that's much better - thank you! I invented this expression for a little problem-solving challenge...so nothing too practical, haha.
by feynman44
Fri Aug 12, 2011 5:41 am
Forum: Math & Science
Topic: Multiple exponents
Replies: 2
Views: 12800

Multiple exponents

I'm having a few issues with the following expression:
bigexp.JPG

\documentclass{article}
\usepackage{amsmath,mathdots}
\newcommand{\high}[1]{\text{\raisebox{0.6ex}{$#1$}}}
\newcommand{\higher}[1]{\text{\raisebox{1.5ex}{$#1$}}}

\begin{document}
\begin{equation*}
\left(2011^{{{2010}^{{\high{2009 ...
by feynman44
Mon Aug 08, 2011 6:37 pm
Forum: Math & Science
Topic: Bracket Size and Rendering
Replies: 2
Views: 2858

Bracket Size and Rendering

Thanks for the reply - the bracket problem is still present when I view the published PDF in Adobe Reader, but as long as it prints fine I guess I'll live with it.

I solved my other problem using \vphantom:
\begin{equation*}
\left|\left[
{\begin{array}{cccc}
4&-3&8&-10\\
0&-1&9&-9\\
6&-6&-5&-7 ...
by feynman44
Sat Aug 06, 2011 5:53 pm
Forum: Math & Science
Topic: Bracket Size and Rendering
Replies: 2
Views: 2858

Bracket Size and Rendering

I have two questions about the following:

det.JPG

1) How can I make the determinant lines slightly larger? I've tried \Biggl| but this still isn't big enough.

2) When viewed at certain zoom levels, there are small white gaps in the matrix's brackets (as in the above screenshot). I'm sure it ...