Search found 141 matches

by latexhelp1
Sun Jul 29, 2012 5:57 pm
Forum: Math & Science
Topic: beamer | Align Equation with Text and Box around Variable
Replies: 10
Views: 23647

beamer | Align Equation with Text and Box around Variable

Thank you for getting back to me! I don't quite understand what you mean, however. Could you please show me a quick example? Do you mean to do this with the each equation within the slide rather than in the preamble?

You could use \setlength{\mathindent}{0pt} with in a group (such as within curly ...
by latexhelp1
Sun Jul 29, 2012 5:46 pm
Forum: Math & Science
Topic: beamer | Align Equation with Text and Box around Variable
Replies: 10
Views: 23647

beamer | Align Equation with Text and Box around Variable

Hi Stefan:

Is there another way of doing the same thing:


\documentclass[professionalfont,fleqn]{beamer}
\setlength{\mathindent}{0pt}


I ask because I have another part of my beamer code that is not compatible with \setlength{\mathindent}{0pt}

My original concern was to ensure that the ...
by latexhelp1
Thu Feb 09, 2012 11:08 pm
Forum: Math & Science
Topic: Underbrace with Lots of Text
Replies: 6
Views: 13915

Underbrace with Lots of Text

Thank you. I cannot understand how to add an overbrace. I am trying so hard. I cannot get it to compile. I want to add an overbrace over the \frac{da}{db} and put a +. I would so very much appreciate your help.

The simply reduce the size of the box and insert a \centering command inside to ...
by latexhelp1
Thu Feb 09, 2012 10:37 pm
Forum: Math & Science
Topic: Underbrace with Lots of Text
Replies: 6
Views: 13915

Underbrace with Lots of Text

Thank you for this help. However, it does not achieve what I'm looking for. I'd like to reduce the space after the equal sign and before the plus sign. I'd also like to center align the text beneath the underbrace.

Wherever you need line breaks, you can use the \parbox command.
\documentclass ...
by latexhelp1
Thu Feb 09, 2012 9:59 pm
Forum: Math & Science
Topic: Underbrace with Lots of Text
Replies: 6
Views: 13915

Underbrace with Lots of Text

I have an underbrace with too much text. Is is possible to specify the text in the underbrace to take more than one line rather than to create additional space in the equation?
\begin{equation*}
\hspace{2cm} \frac{dy}{dx} = \underbrace{\frac{da}{db}\frac{db}{dx}}_\text{way too much text here ...
by latexhelp1
Thu Feb 09, 2012 12:42 am
Forum: Graphics, Figures & Tables
Topic: beamer | tikZ Arrows
Replies: 10
Views: 20282

beamer | tikZ Arrows

Thank you Stefan for the continued help! Is there a way to make the arrow as a circle to instead an oval? That is, the arrow (right = -60) rises much higher than I'd like. Thus, I'm wondering how I can make it lower, and curve like an oval. Is that possible?

Here's how you can make a bend arrow ...
by latexhelp1
Thu Feb 09, 2012 12:16 am
Forum: Graphics, Figures & Tables
Topic: beamer | tikZ Arrows
Replies: 10
Views: 20282

beamer | tikZ Arrows

Thank you!

How can I make the arrow head thicker? (I feel like I can hardly see the arrow head.)

Also, how could I make the arrow circular? For example, an arrow that goes from say 9 oclock to 12 oclock or 9 oclock to 6 oclock.

With a complete example, it's no problem.

Just add

\draw ...
by latexhelp1
Wed Feb 08, 2012 11:13 pm
Forum: Graphics, Figures & Tables
Topic: beamer | tikZ Arrows
Replies: 10
Views: 20282

beamer | tikZ Arrows

Dear Stefan,

My deepest apologies. I hope you will please accept this code as a minimal working example.


\documentclass[professionalfont, fleqn]{beamer}
\mode<presentation>
\usetheme{Warsaw}
\usetheme{CambridgeUS}

\usepackage{pgfplots}
\usetikzlibrary{arrows,shapes,positioning}
\graphicspath ...
by latexhelp1
Wed Feb 08, 2012 10:42 pm
Forum: Graphics, Figures & Tables
Topic: beamer | tikZ Arrows
Replies: 10
Views: 20282

beamer | tikZ Arrows

Thank you for sending this code over! I don't quite understand how to implement it, however. Suppose that I'd like the arrow to go from (1980, 80) to (1985, 75). And I want to embed that in the plot that I already have.

Is that?


\begin{tikzpicture}
\coordinate (1980, 80);
\node[below right of ...
by latexhelp1
Wed Feb 08, 2012 10:24 pm
Forum: Graphics, Figures & Tables
Topic: beamer | tikZ Arrows
Replies: 10
Views: 20282

beamer | tikZ Arrows

How do you get an arrow in Tikz to be diagonal (picture a curve like y = -x but pointing downward)?

Right now I can only get it to be vertical.

I'm using for code:

\frame
{
\frametitle{Slide Title}
\begin{tikzpicture}
[/tikz/every pin edge/.style = <-, scale=1.0]
\begin{axis}
axis x line ...