\documentclass[11pt]{article} \usepackage[a4paper,margin=2.5cm]{geometry} \usepackage{lmodern} \usepackage{hyperref} \usepackage{parskip} \title{The \texttt{beamertheme-bilkentecon} Beamer Theme\\ \large A Clean and Professional Presentation Template for Bilkent Economics} \author{} \date{} \begin{document} \maketitle \section*{Summary} The \texttt{beamertheme-bilkentecon} package provides a new Beamer theme specifically tailored for academic presentations in the Department of Economics at Bilkent University. \section*{Version} \textbf{Type:} New \\ \textbf{Version 0.0.1} \\ \textbf{Date:} 2025/09/21 \section*{Description} The theme offers a clean, minimalist and professional layout consistent with the university's academic identity. It is especially suited for research seminars, conference talks, and departmental presentations. Custom elements include: \begin{itemize} \item Branded colors aligned with Bilkent University's official palette \item Built-in logo integration \item Customized footline with author name and page number \item Readable fonts and a modern visual hierarchy \end{itemize} \section*{Usage} To use this theme in your presentation: \begin{enumerate} \item Place the theme files (e.g., \texttt{beamertheme-bilkent-econ.sty}, \texttt{bilkent\_logo.png}) in the same directory as your \texttt{.tex} file, or install the theme in your local TeX tree. \item In your Beamer document preamble, write: \begin{verbatim} \usetheme{beamertheme-bilkent-econ} \end{verbatim} \item Compile your presentation using \texttt{pdflatex}, \texttt{lualatex}, or \texttt{xelatex}. \end{enumerate} \section*{Example} A minimal working example: \begin{verbatim} \documentclass{beamer} \usepackage{beamertheme-bilkent-econ} \title{Your Presentation Title} \subtitle{Your Subtitle} \author{Your Name} \institute{Department of Economics, Bilkent University} \date{\today} \begin{document} \begin{frame} \titlepage \end{frame} \begin{frame}{Outline} \tableofcontents \end{frame} \begin{frame}{Main Content} Your content goes here. \end{frame} \end{document} \end{verbatim} \section*{License} This theme is released under the \textbf{LaTeX Project Public License (LPPL)}, version 1.3c. \section*{Author and Maintenance} This package is maintained by PhD student Mahmut S. İpek and undergraduate research assistants Eda Soysal, Cem Övet, and Selen Çardaklı. For bug reports or contributions, please contact the maintainer. \section*{CTAN Submission Note} This package complies with the CTAN upload guidelines, including: \begin{itemize} \item Clear summary and description \item Proper licensing \item No non-free fonts or binaries \item Suitable for reuse and modification \end{itemize} \vspace{1em} \noindent CTAN upload guideline reference: \url{https://ctan.org/file/help/ctan/CTAN-upload-addendum} \section*{Contact Us} If you have any questions, feel free to reach out: \begin{itemize} \item \href{mailto:mahmuts@bilkent.edu.tr}{mahmuts@bilkent.edu.tr} \item \href{mailto:eda.soysal@ug.bilkent.edu.tr}{eda.soysal@ug.bilkent.edu.tr} \item \href{mailto:cem.ovet@ug.bilkent.edu.tr}{cem.ovet@ug.bilkent.edu.tr} \item \href{mailto:selen.cardakli@ug.bilkent.edu.tr}{selen.cardakli@ug.bilkent.edu.tr} \end{itemize} \end{document}