Murali Krishnan Ganapathy | 3 Jun 2006 04:42
Favicon

Math font question

Hi,

   I just tried my presentation on a projector, and the math is not very 
visible. Specifically - is not visible at all. I was using 
\usepackage{concmath}to get a set of thick fonts. Is there another font 
which is thicker or someway I can boldify all the math.

- Murali

Murali Krishnan Ganapathy | 3 Jun 2006 06:32
Favicon

onslide* question

I have two equations which are essentially the same except for an 
\overbrace. Separately their code would be like

\begin{equation*}
A = xyzp
\end{equation*}

\begin{equation*}
A = x\overbrace{yz}^{B}p
\end{equation*}

I would like to display the first on overlay 1 and the second on overlay 
2. However, I want to adjust the spacing in the first overlay so that 
when the second overlay appears all that appears is the extra brace and 
B. In particular we need to leave some vertical space before the 
equation and horizontal space between x and y and some between z and p. 
Is it possible to achieve this?

My attempt at something like

\begin{equation*}
A = x\onslide{2-}{\overbrace\bgroup}yz\onslide{2-}{\egroup^{B}}p
\end{equation*}

did not work.

- Murali

Hendri Adriaens | 3 Jun 2006 08:27
Picon

Re: Math font question

>   I just tried my presentation on a projector, and the math is not very
> visible. Specifically - is not visible at all. I was using
> \usepackage{concmath}to get a set of thick fonts. Is there another font
> which is thicker or someway I can boldify all the math.

boldmath? See a latex manual.

-Hendri.

Hendri Adriaens | 3 Jun 2006 08:31
Picon

Re: onslide* question

> \begin{equation*}
> A = xyzp
> \end{equation*}
>
> \begin{equation*}
> A = x\overbrace{yz}^{B}p
> \end{equation*}

This should have been an \onslide* question according to the subject.
And yes, you can use that to do the thing.
\begin{equation*}
\onslide*{1}{A=xyzp}
\onslide*{2}{A = x\overbrace{yz}^{B}p}
\end{equation*}

It's as simple as that. Don't try to make more efficient things with
\bgroup etc. That'll just cost you and us time.

-Hendri.

Christopher Ellison | 3 Jun 2006 08:38
Picon

Re: Math font question

I have not had this issue and I haven't heard of anyone else having it
either...not with invisible equations or with hard to read equations.
Do the pdfs look fine?

Perhaps you might find a nice set of fonts to your liking in this pdf:

http://www.tug.org/pracjourn/2006-1/hartke/hartke.pdf

But again, it seems strange to me that you can't see the equations.

Chris

Murali Krishnan Ganapathy wrote the following on 2006-06-02 19:42:
> Hi,
> 
>   I just tried my presentation on a projector, and the math is not very
> visible. Specifically - is not visible at all. I was using
> \usepackage{concmath}to get a set of thick fonts. Is there another font
> which is thicker or someway I can boldify all the math.
> 
> - Murali
> 
> 
> 

Murali Krishnan Ganapathy | 3 Jun 2006 08:41
Favicon

Re: onslide* question

Hendri Adriaens wrote:
>> \begin{equation*}
>> A = xyzp
>> \end{equation*}
>>
>> \begin{equation*}
>> A = x\overbrace{yz}^{B}p
>> \end{equation*}
>
> This should have been an \onslide* question according to the subject.
> And yes, you can use that to do the thing.
> \begin{equation*}
> \onslide*{1}{A=xyzp}
> \onslide*{2}{A = x\overbrace{yz}^{B}p}
> \end{equation*}

Suppose you have the following code
----------
\begin{equation*}
\onslide*{1}{A=xyzp}
\onslide*{2}{A = x\overbrace{yz}^{B}p}
\end{equation*}

STUFF
-----------

In the first overlay, you have "A=xyzp" followed by STUFF. So far so good.
In the second overlay, STUFF gets moved lower because the overbrace 
equation requires more vertical space than the one without.
Hence the audience will see STUFF moving down abruptly.
(Continue reading)

Murali Krishnan Ganapathy | 3 Jun 2006 08:43
Favicon

Re: Math font question

Christopher Ellison wrote:
> I have not had this issue and I haven't heard of anyone else having it
> either...not with invisible equations or with hard to read equations.
> Do the pdfs look fine?
>
> Perhaps you might find a nice set of fonts to your liking in this pdf:
>
> http://www.tug.org/pracjourn/2006-1/hartke/hartke.pdf
>
> But again, it seems strange to me that you can't see the equations.
>
>   
I can see most of the equation, e.g. "x = y - z" is seen as "x = y   z" 
(the - is too thin). I will check out the pdf you specified.

- Murali

Hendri Adriaens | 3 Jun 2006 08:45
Picon

Re: onslide* question

> Also in the given example, it would be great if the horizontal spacing
> was also preserved, i.e. when the overbrace comes the space between x
> and y increases. Is there a way by which one can account for all this in
> the first overlay without displaying the overbrace?

Use appropriate \(v/h)phantoms. See a latex manual. The mathmode
document by Herbert Voss (see ctan) also provides nice examples of
this.

-Hendri.

Murali Krishnan Ganapathy | 3 Jun 2006 09:11
Favicon

Re: onslide* question

Hendri Adriaens wrote:
>> Also in the given example, it would be great if the horizontal spacing
>> was also preserved, i.e. when the overbrace comes the space between x
>> and y increases. Is there a way by which one can account for all this in
>> the first overlay without displaying the overbrace?
>
> Use appropriate \(v/h)phantoms. See a latex manual. The mathmode
> document by Herbert Voss (see ctan) also provides nice examples of
> this.
Thanks \vphantom was exactly what I needed.

- Murali

Pedro Jorge Caridade | 5 Jun 2006 11:54
Picon

Re: Math font question

This topic was touched some time ago, focusing the heveticalfont (see
the archives). You may also try to use some math postscript
font(mathpple.sty, mathptm.sty, 
mathptmx.sty). 
Pedro

> 
> Murali Krishnan Ganapathy wrote the following on 2006-06-02 19:42:
> > Hi,
> > 
> >   I just tried my presentation on a projector, and the math is not very
> > visible. Specifically - is not visible at all. I was using
> > \usepackage{concmath}to get a set of thick fonts. Is there another font
> > which is thicker or someway I can boldify all the math.
> > 
> > - Murali
> > 
> > 
> > 
> 


Gmane