SKCET Presentation Template
| Content | Link |
|---|---|
| SKCET-Presentation Template | Template set file and model file |
| Latex -software installation | Miketex and Texstudio |
| MCQ Generation guide | MCQ Generation guide |
EStudy -online resource blogs provide the study materials, question banks, question and answer for engineering students and jobs, exams, scholarship, and technical event notification,
| Content | Link |
|---|---|
| SKCET-Presentation Template | Template set file and model file |
| Latex -software installation | Miketex and Texstudio |
| MCQ Generation guide | MCQ Generation guide |
% Creating a simple Title Page in Beamer
\documentclass{beamer}
% Theme choice:
\usetheme{AnnArbor}
% Title page details:
\title{Your First \LaTeX{} Presentation}
\subtitle{My-subtitle}
\author{latex-beamer.com}
\date{\today}
\begin{document}
% Title page frame
\begin{frame}
\titlepage
\end{frame}
\end{document}
| Content | Link |
|---|---|
| Question bank | Question Bank Latex Format |
| Presentation | Presentation format |
| Manual | Update Soon... |