{"id":15150865,"url":"https://github.com/kylebryenton/dalhousie-beamer-theme","last_synced_at":"2026-01-20T11:31:54.186Z","repository":{"id":257271311,"uuid":"836422730","full_name":"KyleBryenton/Dalhousie-Beamer-Theme","owner":"KyleBryenton","description":"My Dalhousie University-themed slide template for the LaTeX Beamer class.","archived":false,"fork":false,"pushed_at":"2024-07-31T23:00:19.000Z","size":651,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T12:24:23.480Z","etag":null,"topics":["beamer","beamer-template","beamer-theme","latex","latex-template"],"latest_commit_sha":null,"homepage":"","language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KyleBryenton.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-31T20:17:32.000Z","updated_at":"2024-07-31T23:00:22.000Z","dependencies_parsed_at":"2024-09-15T17:23:22.993Z","dependency_job_id":null,"html_url":"https://github.com/KyleBryenton/Dalhousie-Beamer-Theme","commit_stats":null,"previous_names":["kylebryenton/dalhousie-beamer-theme"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KyleBryenton%2FDalhousie-Beamer-Theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KyleBryenton%2FDalhousie-Beamer-Theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KyleBryenton%2FDalhousie-Beamer-Theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KyleBryenton%2FDalhousie-Beamer-Theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KyleBryenton","download_url":"https://codeload.github.com/KyleBryenton/Dalhousie-Beamer-Theme/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247623006,"owners_count":20968574,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["beamer","beamer-template","beamer-theme","latex","latex-template"],"created_at":"2024-09-26T14:43:14.674Z","updated_at":"2026-01-20T11:31:54.180Z","avatar_url":"https://github.com/KyleBryenton.png","language":"TeX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dalhousie-Beamer-Theme\n\nMy Dalhousie University-themed slide template for the LaTeX Beamer class.\n\nPreviously, this was a part of [`slides-posters`](https://github.com/KyleBryenton/slides-posters). I decided to create a separate repository after noticing interest from others. The `.tex` file has been updated to include interesting showcases and useful examples.\n\n## Table of Contents\n\n1. [Introduction](#introduction)\n2. [Usage](#usage)\n    - [Using Overleaf](#using-overleaf)\n    - [Using a Local LaTeX Editor](#using-a-local-latex-editor)\n3. [Contributing](#contributing)\n4. [License](#license)\n\n## Introduction\n\nMy hope is two-fold:\n1. The showcases here will be interesting for experienced LaTeX users.\n2. The examples will be pedagogically useful for newer LaTeX users and will help kick-start their first few presentations.\n\nAlso included is my personal colour-blind friendly swatches I use for my graphics. See: [`ColourBlindSwatches.txt`](https://github.com/KyleBryenton/Dalhousie-Beamer-Theme/blob/main/ColourBlindSwatches.txt)\n\n_I intend to clean up my Dalhousie Poster Template and add it here at a later date. If interested, please contact me for a pre-release version._\n\n## Usage\n\nTo use these templates, follow these steps:\n\n### Using Overleaf\n\nOverleaf is an online LaTeX editor that allows you to compile LaTeX documents in your browser.\n\n1. Go to [`Dalhousie-Beamer-Theme`](https://github.com/KyleBryenton/Dalhousie-Beamer-Theme).\n\n2. Click the green `\u003c\u003e Code` button, and then `Download ZIP`.\n\n3. Sign-in to [Overleaf](https://www.overleaf.com/project)\n  \n4. Click `New Project`, then `Upload Project`, and select `Dalhousie-Beamer-Theme-main.zip` from your Downloads folder.\n\n5. Click `DalBeamerTheme_Showcase.tex`, then compile.\n\n### Using a Local LaTeX Editor\n\nInstead of Overleaf (or if you need extended compile times) you may use a local editor. My personal preference has always been for [TeXMaker](https://www.xm1math.net/texmaker/download.html).\n\n1. Clone the repository:\n    ```bash\n    git clone https://github.com/KyleBryenton/Dalhousie-Beamer-Theme.git\n    ```\n\n2. Ensure `beamerthemeDal_16x9.sty`, `beamercolorthemeDal.sty`, and `Dal_Background_16x9.pdf` are in the same directory as your `.tex` file.\n\n3. Open the `DalBeamerTheme_Showcase.tex` file with your preferred LaTeX editor. \n\n4. Compile with `pdflatex`.\n\n## Contributing\n\nI welcome anybody to contribute, share, or modify this template or the `.sty` files to suit their needs. Please follow these steps to contribute:\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature-branch`).\n3. Commit your changes (`git commit -am 'Add new feature'`).\n4. Push to the branch (`git push origin feature-branch`).\n5. Create a new Pull Request.\n\n## License\n\nThis project is licensed under the GNU General Public License Version 3. See the [`LICENSE`](https://github.com/KyleBryenton/Dalhousie-Beamer-Theme/blob/main/LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkylebryenton%2Fdalhousie-beamer-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkylebryenton%2Fdalhousie-beamer-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkylebryenton%2Fdalhousie-beamer-theme/lists"}