Search found 20 matches

by tho_mi
Fri Feb 14, 2014 4:29 pm
Forum: Math & Science
Topic: Underbrace with Subarray in Text
Replies: 4
Views: 10971

Re: Underbrace with Subarray in Text

Usually I use indendations, but in this case I was a bit lazy :|

Aaaah, thanks. I thought that there are not "\text" left... -.-" :roll:
by tho_mi
Thu Feb 13, 2014 4:01 pm
Forum: Math & Science
Topic: Underbrace with Subarray in Text
Replies: 4
Views: 10971

Underbrace with Subarray in Text

Thanks :)

Well, now I have another problem/question (see below code).
\documentclass[mathserif,10pt]{beamer}
\usepackage{lmodern}
\usepackage{amsmath,amssymb}

\begin{document}

\begin{frame}[c]{}
%\begin{center}
$
\underbrace{GDP}_{\begin{subarray}{c}\text{Gross}\\\text{domestic}\\\text ...
by tho_mi
Wed Feb 12, 2014 8:09 pm
Forum: Math & Science
Topic: Underbrace with Subarray in Text
Replies: 4
Views: 10971

Underbrace with Subarray in Text

Hey,

I have several formulas with underbraces and text where i need line breaks. In order to split the text I use subarrays, but it gives me a lot of errors (although I get a PDF file with the formatting I want).
\documentclass[mathserif,10pt]{beamer}
\usepackage{lmodern}
\usepackage{amsmath ...
by tho_mi
Mon Feb 10, 2014 6:44 pm
Forum: Math & Science
Topic: Euro Symbol in Subscript
Replies: 7
Views: 15682

Re: Euro Symbol in Subscript

Works perfectly, thanks :)
by tho_mi
Mon Feb 10, 2014 5:18 pm
Forum: Math & Science
Topic: Euro Symbol in Subscript
Replies: 7
Views: 15682

Euro Symbol in Subscript

Thanks!

I hope my example is OK.

Code: Select all

Code, edit and compile here:
\documentclass[10pt,mathserif]{beamer}
\usepackage{lmodern}
\usepackage{amsmath,amssymb}
\usepackage[gen]{eurosym}
\begin{document}
\begin{frame}{}
$E_{\$/\euro}$
\end{frame}
\end{document}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
by tho_mi
Sun Feb 09, 2014 6:33 pm
Forum: Math & Science
Topic: Euro Symbol in Subscript
Replies: 7
Views: 15682

Euro Symbol in Subscript

Hey,

I want to use the Euro symbol (from the eurosym package) in the subscript of a formula, but the symbol isn't as small as expected (contrary to the dollar-symbol).

The code for the formula is the following.

Code: Select all

$E_{\$/\euro}$
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Thanks in advance!
by tho_mi
Tue Aug 20, 2013 7:14 pm
Forum: Graphics, Figures & Tables
Topic: Rescale table with caption
Replies: 0
Views: 4046

Rescale table with caption

Hey,

I try to rescale a table with a caption, but it doesn't work. First i put the tabular into a center environment and the rescaling (via resizebox or scalebox) worked perfectly. But in the center environment it isn't possible to add a caption-tag, so I changed the center to table, but then the ...
by tho_mi
Thu Aug 08, 2013 5:19 pm
Forum: General
Topic: Problem with siunitx package
Replies: 8
Views: 21507

Re: Problem with siunitx package

I get the same warnings. No, beamer is not the problem. Changing the class to article doesn't change anything.

Yes, that's what i thought too. But my distribution is relatively new, miktex was installed ~3 weeks ago. I will try to get a new version of siunitx and then report what changes.

Thanks ...
by tho_mi
Thu Aug 08, 2013 5:09 pm
Forum: General
Topic: Problem with siunitx package
Replies: 8
Views: 21507

Problem with siunitx package

Ok (thanks by the way :) ). I think i found the source of the mistake.

\usepackage[digitsep]{siunitx}

If i delete [digitsep], the errors disappear.

edit:
I deleted all packages except siunitx.

\documentclass[mathserif,12pt]{beamer}

\usepackage[digitsep]{siunitx}

\begin{document}

\end ...
by tho_mi
Thu Aug 08, 2013 4:54 pm
Forum: General
Topic: Problem with siunitx package
Replies: 8
Views: 21507

Re: Problem with siunitx package

Ok, I hope this example-file works. I still get the same error messages.

edit:
Btw, despite the errors i get a working pdf-file.