gpt4 book ai didi

latex - 如何从 latex 侧边栏中删除作者姓名?

转载 作者:行者123 更新时间:2023-12-03 23:10:45 28 4
gpt4 key购买 nike

我正在用 latex 写我的演示文稿(在 overleaf.com 中)。我不想在下面给出的投影仪右侧的垂直栏中添加作者姓名,

Title Page

我还提供了该标题页的 latex 代码,如下所示:

\documentclass[14pt,aspectratio=169]{beamer}
\usetheme{Marburg}
\graphicspath{{Arquivos/}}
\usepackage[utf8]{inputenc}
\usepackage[portuguese]{babel}
\usepackage[T1]{fontenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}

\title{Image and Audio Hybrid Watermarking against Synchronization Attacks}
\author{Bhavneet Sharma (31703102)\\[\baselineskip] \small{{Supervised By}
\and\\Prof. Dr. Mayank Dave}}
%\setbeamercovered{transparent}
\institute{\includegraphics[width=2cm, height=1cm]{NITKKR_logo.png}
\\National Institute of Technology, Kurukshetra
}
\date{September 22, 2019}
%\subject{}
\begin{document}

\begin{frame}
\titlepage
\end{frame}

我是竖条,只需要第一页的标题,然后从简介开始。

Required Output

我不知道该怎么做。帮助解决这个问题。

最佳答案

在 beamer 中,您可以使用替代的较短作者姓名(与演示标题或机构相同)。

\author[Short name]{Author loooong name}

如果这样做,短名称将用于侧面(或底部,取决于您的主题)栏中。因此,要解决您的问题,声明一个空的短名称就足够了。
\documentclass[14pt,aspectratio=169]{beamer}
\usetheme{Marburg}
\graphicspath{{Arquivos/}}
\usepackage[utf8]{inputenc}
\usepackage[portuguese]{babel}
\usepackage[T1]{fontenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}

\title{Image and Audio Hybrid Watermarking against Synchronization Attacks}
\author[]{Bhavneet Sharma (31703102)\\[\baselineskip] \small{{Supervised By}
\and\\Prof. Dr. Mayank Dave}}
%\setbeamercovered{transparent}
\institute{%\includegraphics[width=2cm, height=1cm]{NITKKR_logo.png}\\
National Institute of Technology, Kurukshetra
}
\date{September 22, 2019}
%\subject{}
\begin{document}

\begin{frame}
\titlepage
\end{frame}
\begin{frame}
\section{This is section 1}
\end{frame}
\begin{frame}
\section{and this is section 2}
\titlepage
\end{frame}
\end{document}

enter image description here

关于latex - 如何从 latex 侧边栏中删除作者姓名?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57831459/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com