Aaaah, thanks. I thought that there are not "\text" left... -.-"
Search found 20 matches
- Fri Feb 14, 2014 4:29 pm
- Forum: Math & Science
- Topic: Underbrace with Subarray in Text
- Replies: 4
- Views: 11659
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... -.-"
Aaaah, thanks. I thought that there are not "\text" left... -.-"
- Thu Feb 13, 2014 4:01 pm
- Forum: Math & Science
- Topic: Underbrace with Subarray in Text
- Replies: 4
- Views: 11659
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 ...
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 ...
- Wed Feb 12, 2014 8:09 pm
- Forum: Math & Science
- Topic: Underbrace with Subarray in Text
- Replies: 4
- Views: 11659
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 ...
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 ...
- Mon Feb 10, 2014 6:44 pm
- Forum: Math & Science
- Topic: Euro Symbol in Subscript
- Replies: 7
- Views: 17045
Re: Euro Symbol in Subscript
Works perfectly, thanks 
- Mon Feb 10, 2014 5:18 pm
- Forum: Math & Science
- Topic: Euro Symbol in Subscript
- Replies: 7
- Views: 17045
Euro Symbol in Subscript
Thanks!
I hope my example is OK.
I hope my example is OK.
Code: Select all
\documentclass[10pt,mathserif]{beamer}
\usepackage{lmodern}
\usepackage{amsmath,amssymb}
\usepackage[gen]{eurosym}
\begin{document}
\begin{frame}{}
$E_{\$/\euro}$
\end{frame}
\end{document}- Sun Feb 09, 2014 6:33 pm
- Forum: Math & Science
- Topic: Euro Symbol in Subscript
- Replies: 7
- Views: 17045
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.
Thanks in advance!
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}$- Tue Aug 20, 2013 7:14 pm
- Forum: Graphics, Figures & Tables
- Topic: Rescale table with caption
- Replies: 0
- Views: 4220
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 ...
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 ...
- Thu Aug 08, 2013 5:19 pm
- Forum: General
- Topic: Problem with siunitx package
- Replies: 8
- Views: 22553
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 ...
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 ...
- Thu Aug 08, 2013 5:09 pm
- Forum: General
- Topic: Problem with siunitx package
- Replies: 8
- Views: 22553
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 ...
\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 ...
- Thu Aug 08, 2013 4:54 pm
- Forum: General
- Topic: Problem with siunitx package
- Replies: 8
- Views: 22553
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.
edit:
Btw, despite the errors i get a working pdf-file.