Skip to content

Instantly share code, notes, and snippets.

@ram1123
Created September 19, 2025 16:30
Show Gist options
  • Select an option

  • Save ram1123/40051bc2850912c3ad5058a5c781a21d to your computer and use it in GitHub Desktop.

Select an option

Save ram1123/40051bc2850912c3ad5058a5c781a21d to your computer and use it in GitHub Desktop.
Test the glossaries with latex
\documentclass{beamer}
\usetheme{Boadilla}
\usecolortheme{beaver}
% \usepackage{glossaries}
% \makeglossaries
% % \makenoidxglossaries
% \newglossaryentry{latex}
% {
% name=latex,
% description={Is a markup language specially suited
% for scientific documents}
% }
\title{Weekly Status Report}
\author{Ram Krishna Sharma}
\date{\today}
\begin{document}
\frame{\titlepage}
\begin{frame}{test title}
Hi this is test message %\gls{latex}. And this is \Gls{latex}
\end{frame}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment