We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/RobertoDure/mcp-latex-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
beamer_template.tex•1.19 kB
\documentclass{beamer}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[english]{babel}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\usetheme{Madrid}
\usecolortheme{default}
\title{Presentation Template}
\author{Your Name}
\institute{Your Institution}
\date{\today}
\begin{document}
\frame{\titlepage}
\begin{frame}
\frametitle{Table of Contents}
\tableofcontents
\end{frame}
\section{Introduction}
\begin{frame}
\frametitle{Introduction}
\begin{itemize}
\item First point
\item Second point
\item Third point
\end{itemize}
\end{frame}
\section{Main Content}
\begin{frame}
\frametitle{Main Content}
\begin{block}{Important Note}
This is an important note.
\end{block}
\begin{alertblock}{Warning}
This is a warning.
\end{alertblock}
\begin{exampleblock}{Example}
This is an example.
\end{exampleblock}
\end{frame}
\section{Conclusion}
\begin{frame}
\frametitle{Conclusion}
\begin{itemize}
\item Summary point 1
\item Summary point 2
\item Future work
\end{itemize}
\end{frame}
\begin{frame}
\frametitle{Thank You}
\centering
\Large Thank you for your attention!
\end{frame}
\end{document}