Thanks localghost!
I actually found other similar unanswered questions and I think your contribution here will be appreaciated by many.
EDIT
Subsequently, I was confronted with the fact that subscripts are lowered when superscripts appear (I use a lot the transpose). To keep subscripts at the ...
Search found 10 matches
- Tue Apr 24, 2012 6:13 pm
- Forum: Text Formatting
- Topic: Same Height for Undersets and Subscripts
- Replies: 2
- Views: 6373
- Sun Apr 22, 2012 11:40 pm
- Forum: Text Formatting
- Topic: Same Height for Undersets and Subscripts
- Replies: 2
- Views: 6373
Same Height for Undersets and Subscripts
This example entails multiple questions:
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage{mathtools}
\usepackage[itGreek,upgreek]{pxgreeks} % Upright lower (for vector notation) and slanted upper greeks
% New commands
\newcommand{\bbeta}[1]{\boldsymbol\beta_{\scriptscriptstyle #1 ...
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage{mathtools}
\usepackage[itGreek,upgreek]{pxgreeks} % Upright lower (for vector notation) and slanted upper greeks
% New commands
\newcommand{\bbeta}[1]{\boldsymbol\beta_{\scriptscriptstyle #1 ...
- Thu Mar 01, 2012 6:43 pm
- Forum: Math & Science
- Topic: beamer | Equation Alignment with Bullet Point in between
- Replies: 2
- Views: 6067
Re: beamer | Equation Alignment with Bullet Point in between
Thanks Stefan.
- Thu Mar 01, 2012 6:10 pm
- Forum: Math & Science
- Topic: beamer | Equation Alignment with Bullet Point in between
- Replies: 2
- Views: 6067
beamer | Equation Alignment with Bullet Point in between
I'd like to align the two equations in a certain way and keep the bullet point in between, is it possible?
The MWE shows my current situation and what type of alignment I am lookign for.
Thanks in advance.
\documentclass[serif,9pt]{beamer}
\begin{document}
\begin{frame}{Example}
\begin{itemize ...
The MWE shows my current situation and what type of alignment I am lookign for.
Thanks in advance.
\documentclass[serif,9pt]{beamer}
\begin{document}
\begin{frame}{Example}
\begin{itemize ...
- Wed Sep 21, 2011 1:40 am
- Forum: Graphics, Figures & Tables
- Topic: Equally spaced Columns Problem
- Replies: 3
- Views: 5016
Re: Equally spaced Columns Problem
Thanks for both answers, equally precious.
@Nikolay: I was sure I tried that solution, thanks a lot (but still do not understand the interaction between \mcolumn and @{extracolsep{\fill}}.
@Thorsten: I wish I knew about tabu! Lifesaver.
@Nikolay: I was sure I tried that solution, thanks a lot (but still do not understand the interaction between \mcolumn and @{extracolsep{\fill}}.
@Thorsten: I wish I knew about tabu! Lifesaver.
- Tue Sep 20, 2011 1:55 am
- Forum: Graphics, Figures & Tables
- Topic: Equally spaced Columns Problem
- Replies: 3
- Views: 5016
Equally spaced Columns Problem
I can't make the the column equally spaced in this MWE (the last is off):
\documentclass{article}
\usepackage{mathtools,booktabs,xspace}
\newcommand{\avgrm}[2]{\ensuremath{\mathrm{\overline{#1}}_{#2}}\xspace}
\newcommand{\avgcj}[2]{\ensuremath{\overline{#1}_{#2}}\xspace}
\begin{document}
\begin ...
\documentclass{article}
\usepackage{mathtools,booktabs,xspace}
\newcommand{\avgrm}[2]{\ensuremath{\mathrm{\overline{#1}}_{#2}}\xspace}
\newcommand{\avgcj}[2]{\ensuremath{\overline{#1}_{#2}}\xspace}
\begin{document}
\begin ...
- Tue Sep 13, 2011 7:01 pm
- Forum: Math & Science
- Topic: Subequations Alignment
- Replies: 2
- Views: 2028
Re: Subequations Alignment
@Thorsten: thank you. It was easier than expected. I slightly modified your solution to align the split equations not with the "=" sign but after \beta_0 and cleaned up my code following your example.
- Tue Sep 13, 2011 4:36 pm
- Forum: Math & Science
- Topic: Subequations Alignment
- Replies: 2
- Views: 2028
Subequations Alignment
I am trying to improve the following code:
\documentclass{article}
\usepackage{mathtools}
\newcommand{\RV} [0]{\ensuremath{\mathrm{RV}_t}}
\newcommand{\avgrm}[2]{\ensuremath{\mathrm{\overline{#1}}_{#2}}}
\newcommand{\avgcj}[2]{\ensuremath{\overline{#1}_{#2}}}
\begin{document}
\begin ...
\documentclass{article}
\usepackage{mathtools}
\newcommand{\RV} [0]{\ensuremath{\mathrm{RV}_t}}
\newcommand{\avgrm}[2]{\ensuremath{\mathrm{\overline{#1}}_{#2}}}
\newcommand{\avgcj}[2]{\ensuremath{\overline{#1}_{#2}}}
\begin{document}
\begin ...
- Tue Jul 26, 2011 9:17 pm
- Forum: Math & Science
- Topic: Express Inequality compactly
- Replies: 3
- Views: 2158
Express Inequality compactly
I have no idea how to avoid the \wedge since it is a fixed part of this expression.
I was thinking to compress the ^- and ^+ into a single ^\mp and then leave the description of the left and right neighborhood in the text, but I don't know if mathematically it would be elegant or even make sense ...
I was thinking to compress the ^- and ^+ into a single ^\mp and then leave the description of the left and right neighborhood in the text, but I don't know if mathematically it would be elegant or even make sense ...
- Tue Jul 26, 2011 4:42 am
- Forum: Math & Science
- Topic: Express Inequality compactly
- Replies: 3
- Views: 2158
Express Inequality compactly
For the inequality to follow I would like to receive:
general feedback (could it be written more elegantly?)
is it possible to reformulate the inequality in a compact way in order to avoid the \wedge ?
The code:
\documentclass{article}
\usepackage{amssymb,amsmath}
\providecommand{\abs}[1 ...
general feedback (could it be written more elegantly?)
is it possible to reformulate the inequality in a compact way in order to avoid the \wedge ?
The code:
\documentclass{article}
\usepackage{amssymb,amsmath}
\providecommand{\abs}[1 ...