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
article_template.tex•618 B
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[english]{babel}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{hyperref}
\title{Article Template}
\author{Your Name}
\date{\today}
\begin{document}
\maketitle
\begin{abstract}
This is a template for a basic article document.
\end{abstract}
\section{Introduction}
This is the introduction section.
\section{Main Content}
This is where your main content goes.
\subsection{Subsection}
This is a subsection.
\section{Conclusion}
This is the conclusion.
\end{document}