Here's the first one:
Code: Select all
\begin{equation*}
\int_s^\infty x(t) e^{-bp}\,dp
\end{equation*}
Here's the second one:
Code: Select all
\begin{equation*}
ln(z) =
\tikz[baseline]{
\node[anchor=base](t1){$g$};
}
\tikz[baseline]{
\node[anchor=base](t2){$(t(b), b)$};
}
\end{equation*}
For a minimum working example that embeds these 2:
Code: Select all
\documentclass[professionalfonts, smaller]{beamer}
\usetheme{CambridgeUS}
\usepackage[latin1]{inputenc}
\usefonttheme{professionalfonts}
\usepackage{tikz}
\usepackage{iwona}
\usepackage{amsmath}
\usepackage{verbatim}
\usepackage[T1]{fontenc}
\usepackage{mathtools}
\usepackage{fix-cm}
\usetikzlibrary{arrows,shapes}
\DeclareMathOperator*{\Max}{Max}
\newcommand\deriv{^{\mkern4mu\prime}}
\begin{document}
\tikzstyle{every picture}+=[remember picture]
\everymath{\displaystyle}
\begin{frame}
\frametitle{Frame Title}
\tikzstyle{na} = [baseline=-.5ex]
\begin{equation*}
\int_s^\infty x(t) e^{-bp}\,dp
\end{equation*}
\vspace{0.2cm}
\begin{equation*}
ln(z) =
\tikz[baseline]{
\node[anchor=base](t1){$g$};
}
\tikz[baseline]{
\node[anchor=base](t2){$(t(b), b)$};
}
\end{equation*}