我有件事想不通。1-我怎样才能在第一张幻灯片的标题后面放上徽标。2-我怎样才能删除 \inst{1} 中的 1 和 2 3-我怎样才能在第二张幻灯片(标题后的第一张幻灯片)中填充所有内容
\documentclass{beamer}
%\setbeamercolor{titlelike}{parent=structure,bg=cyan} %background color
%\setbeamercolor{titlelike}{parent=structure,fg=blue} %colore titoli
%\setbeamercolor{titlelike}{parent=structure,fg=yellow,bg=cyan} %colore e background in un comando
\usepackage{tikz}
\usepgflibrary{arrows.meta}
\usetikzlibrary{calc,quotes,angles}
\usepackage{pgfplots}
\pgfplotsset{compat=1.16}
\usepgfplotslibrary{groupplots}
\usetikzlibrary{calc}
\usepackage{xcolor}
\definecolor{cobalt}{rgb}{0.0, 0.28, 0.67}
\setbeamercolor{titlelike}{parent=structure,fg=cobalt}
\usepackage{tikz}
\usepackage{subcaption}
\usepgflibrary{arrows.meta}
\usetikzlibrary{calc,quotes,angles}
\usepackage{pgfplots}
\pgfplotsset{compat=1.16}
\usepgfplotslibrary{groupplots}
\usetikzlibrary{calc} %rido
\setbeamercolor{itemize item}{fg=cobalt} % all frames will have cobalt bullets
\setbeamersize{text margin left=5mm,text margin right=5mm} %margini
%\usebackgroundtemplate{\includegraphics[width=\paperwidth]{logo.jpeg}}
\title{\textbf{title }}
\author{name}
\institute[VFU] % (optional)
{
\inst{1}%
thesis\\
uni
\and
\inst{2}%
prof1\\
pro2
}
\date[VLC 2013] % (optional)
{Lmarch}
\titlegraphic{\includegraphics[height=1.5cm]{logo.jpeg}}
\begin{document}
\maketitle
\begin{frame}
\frametitle{Title}
\begin{figure}[h]
\centering
\begin{tikzpicture}
\draw [thick] (0,4)--(2,4)--(2,5.5)--(4,5)--(4,4)--(7,4)--(7,5.5)--(9.5,5.5)--(9.5,4);
\draw [thick] (0,3)--(2,3)--(2,1.5)--(4,2)--(4,3)--(7,3)--(7,1.5)--(9.5,1.5)--(9.5,3);
%Valvola CCV
%\draw [thick] (4.5,4)--(5.5,3);
%\draw [thick] (4.5,3)--(5.5,4);
%\draw [thick] (4.5,4)--(4.5,3);
%\draw [thick] (5.5,4)--(5.5,3);
%Valvola Throttle
%Valvola Throttle
\draw [thick] (9.3,4)--(9.7,3);
\draw [thick] (9.3,3)--(9.7,4);
\draw [thick] (9.3,3)--(9.7,3);
\draw [thick] (9.3,4)--(9.7,4);
%Scritte
\node[text width=3cm] at (3.5,1) {Compressore};
\node[text width=3cm] at (9,1) {Plenum};
%\node[text width=3cm] at (6,2.5) {CCV};
\node[text width=3cm] at (11.5,2.5) {Throttle};
\draw [->] (-0.5,3.2)--(0.5,3.2);
\draw [->] (10,3.2)--(11,3.2);
\node[text width=3cm] at (1.5,3.6) {$\phi$};
\node[text width=3cm] at (4,4.5) {$\Psi_c(\phi)$};
%\node[text width=3cm] at (6,4.5) {$\Psi_v(\phi)$};
\node[text width=3cm] at (9.5,5) {$\psi$};
\node[text width=3cm] at (11.5,3.6) {$\Phi(\psi)$};
\end{tikzpicture}
%\caption{\textit{Modello di Greitzer con CCV}}
%\label{fig:modello_Greitzer_CCV}
\end{figure}
\begin{columns}
\column{0.5\textwidth}
\begin{equation}
\nonumber
\begin{cases}
\dot{\phi}=B(\Psi_c(\phi)-\psi)\\
\dot{\psi}=\frac{1}{B}\left(\phi-\Phi_T(\psi)\right)
\end{cases}
\label{eq:modello_adimensionalizzato}
\end{equation}
\column{0.5\textwidth}
\begin{eqnarray}
\nonumber \Phi_T(\psi)=(\gamma_T\sqrt{\psi})\\
%\label{eq:phi}
\nonumber B=\frac{U}{2\omega_HL_c}\\
%\label{eq:psi}
\nonumber \omega_H=a_0\sqrt{\frac{A_c}{V_pL_c}}\\
\nonumber \gamma_T=Asin\left[\omega t\right]+b
\end{eqnarray}
\end{columns}
\end{frame}
\end{document}
答案1
我希望我已经正确理解了您的所有问题。
演示标题后的标志。
删除 \inst{} 中的大写数字 1 和 2
填充(第一张幻灯片中的背景颜色(?))。
为了拟合方程式,我使用了\small
字体大小并在最后一个数组中放置了四列以拟合和对齐方程式。
这是代码。标有<<<<<
添加、更改或注释。
\documentclass{beamer}
%\setbeamercolor{titlelike}{parent=structure,bg=cyan} %background color
%\setbeamercolor{titlelike}{parent=structure,fg=blue} %colore titoli
%\setbeamercolor{titlelike}{parent=structure,fg=yellow,bg=cyan} %colore e background in un comando
%%% duplicated <<<<<<<<<<<<<<<<<<<<<<<<<
%%\usepackage{tikz}
%%\usepgflibrary{arrows.meta}
%%\usetikzlibrary{calc,quotes,angles}
%%\usepackage{pgfplots}
%%\pgfplotsset{compat=1.16}
%%\usepgfplotslibrary{groupplots}
%%\usetikzlibrary{calc}
\usepackage{xcolor}
\definecolor{cobalt}{rgb}{0.0, 0.28, 0.67}
%\setbeamercolor{titlelike}{parent=structure,fg=cobalt,bg=violet!50}
\usepackage{tikz}
\usepackage{subcaption}
\usepgflibrary{arrows.meta}
\usetikzlibrary{calc,quotes,angles}
\usepackage{pgfplots}
\pgfplotsset{compat=1.16}
\usepgfplotslibrary{groupplots}
%\usetikzlibrary{calc} %rido <<<<<<<<<<<<<<
\setbeamercolor{itemize item}{fg=cobalt} % all frames will have cobalt bullets
\setbeamersize{text margin left=5mm,text margin right=5mm} %margini
%\usebackgroundtemplate{\includegraphics[width=\paperwidth]{logo.jpeg}}
\title{\textbf{Presentation title } \\
\vspace{30pt}
\includegraphics[height=50pt]{example-grid-100x100pt}}%<<<<<<<<<<<<<<<<<<<< changed
\author{name}
\institute[VFU] % (optional)
{%
% \inst{1}% <<<<<<<<<<<<<<<<
thesis\\
uni
\and
% \inst{2}% <<<<<<<<<<<<<<<<<<<<
prof1\\
pro2
}
\date[VLC 2013] % (optional)
{Lmarch}
%\titlegraphic{\includegraphics[height=1.5cm]{example-grid-100x100pt}} %<<<<<<<<<<<<<<<<<<<<
\begin{document}
\maketitle
\setbeamercolor{background canvas}{bg=violet!20} %<<<<<<<<<<<<<<<<<<< added
\setbeamercolor{titlelike}{parent=structure,fg=cobalt,bg=violet!50} %<<<<<<<<<<<<<<<<<<< added
\begin{frame}
\frametitle{Title first slide} %<<<<<<<<<<<<<<<<<<< changed
%\begin{figure}[h]%<<<<<<<<<<<<<<<<<<<
%\centering%<<<<<<<<<<<<<<<<<<<
\small %<<<<<<<<<<<<<<<<<<< added
\begin{tikzpicture}
\draw [thick] (0,4)--(2,4)--(2,5.5)--(4,5)--(4,4)--(7,4)--(7,5.5)--(9.5,5.5)--(9.5,4);
\draw [thick] (0,3)--(2,3)--(2,1.5)--(4,2)--(4,3)--(7,3)--(7,1.5)--(9.5,1.5)--(9.5,3);
%Valvola CCV
%\draw [thick] (4.5,4)--(5.5,3);
%\draw [thick] (4.5,3)--(5.5,4);
%\draw [thick] (4.5,4)--(4.5,3);
%\draw [thick] (5.5,4)--(5.5,3);
%Valvola Throttle
%Valvola Throttle
\draw [thick] (9.3,4)--(9.7,3);
\draw [thick] (9.3,3)--(9.7,4);
\draw [thick] (9.3,3)--(9.7,3);
\draw [thick] (9.3,4)--(9.7,4);
%Scritte
\node[text width=3cm] at (3.5,1) {Compressore};
\node[text width=3cm] at (9,1) {Plenum};
%\node[text width=3cm] at (6,2.5) {CCV};
\node[text width=3cm] at (11.5,2.5) {Throttle};
\draw [->] (-0.5,3.2)--(0.5,3.2);
\draw [->] (10,3.2)--(11,3.2);
\node[text width=3cm] at (1.5,3.6) {$\phi$};
\node[text width=3cm] at (4,4.5) {$\Psi_c(\phi)$};
%\node[text width=3cm] at (6,4.5) {$\Psi_v(\phi)$};
\node[text width=3cm] at (9.5,5) {$\psi$};
\node[text width=3cm] at (11.5,3.6) {$\Phi(\psi)$};
\end{tikzpicture}
%\caption{\textit{Modello di Greitzer con CCV}}
%\label{fig:modello_Greitzer_CCV}
%\end{figure}
\begin{columns}
\column{0.4\textwidth}%<<<<<<<<<<<<<<<<<<< changed
\begin{equation}
\nonumber
\begin{cases}
\dot{\phi}=B(\Psi_c(\phi)-\psi)\\
\dot{\psi}=\frac{1}{B}\left(\phi-\Phi_T(\psi)\right)
\end{cases}
\label{eq:modello_adimensionalizzato}
\end{equation}
\column{0.6\textwidth}%<<<<<<<<<<<<<<<<<<< changed
\begin{align} %<<<<<<<<<<<<<<<<<<< changed to four columns to fit and align
\nonumber \Phi_T(\psi) &=(\gamma_T\sqrt{\psi}) & \nonumber B &=\frac{U}{2\omega_HL_c}\\
%\label{eq:phi}
%\label{eq:psi}
\nonumber \omega_H &=a_0\sqrt{\frac{A_c}{V_pL_c}} &\nonumber \gamma_T&=Asin\left[\omega t\right]+b\\
\end{align}
\end{columns}
\end{frame}
\end{document}