Skip to content

Commit

Permalink
Updated README guidance on author field
Browse files Browse the repository at this point in the history
  • Loading branch information
martintoreilly authored Nov 11, 2016
1 parent f5b6757 commit cfaa519
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions beamer-templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
Beamer templates for producing presentations in LaTeX that match ATI house style.

## Getting the template files
Download a \*.zip file with all template files from [here](https://github.com/alan-turing-institute/templates/releases/tag/v0.1). The Beamer templates are in the **beamer-templates** subfolder. Alternatively, you can clone this repository using Git (use the **latest-stable** branch if you don't want to be exposed to random changes).
Download a \*.zip file with all template files from [here](https://github.com/alan-turing-institute/templates/releases/tag/v0.1.1). The Beamer templates are in the **beamer-templates** subfolder. Alternatively, you can clone this repository using Git (use the **latest-stable** branch if you don't want to be exposed to random changes).

## Installation
You can use the templates without installing them by copying the following **\*.sty** files to the folder containing your presentation. If you want to install the template for easier use across multiple presentations, copy the following **\*.sty** files to the corresponding subfolders in your Beamer themes directory:
You can use the templates without installing them by copying the following **\*.sty** files to the folder containing your presentation. If you want to install the templates for easier use across multiple presentations, copy the following **\*.sty** files to the corresponding subfolders in your Beamer themes directory:
- **beamerthemeTuring.sty** should be copied to the **themes** subfolder
- **beamerouterthemeTuring.sty** should be copied to the **outerthemes** subfolder
- **beamerinnerthemeTuring.sty** should be copied to the **innerthemes** subfolder
Expand All @@ -16,7 +16,7 @@ You can use the templates without installing them by copying the following **\*.
## Usage
- Copy the **Turing-skeleton-example.tex** file as the base for your presentation. You should also copy the **images** folder with the ATI logos to the folder containing your presentation.
- Choose the light or dark theme by retaining either **\\usetheme{TuringLight}** or **\\usetheme{TuringDark}** (make sure to uncomment your chosen theme if necessary by removing any leading **"%"** at the start of the line. Delete or comment out the other theme (you can comment a line out by placing a **"%"** at the start of the line).
- Set the presentation **title**, **subtitle** and **date** within the curly braces of the **\\title{}**, **\\subtitle{}** and **\\date{}** fields. Note that the **\\author{}** field is not used in the ATI template.
- Set the presentation **title**, **subtitle**, **author** and **date** within the curly braces of the **\\title{}**, **\\subtitle{}**, **\\author{}** and **\\date{}** fields.
- Create your text-based slides following either the single-column or double-column page example skeletons.

## Feedback
Expand Down

0 comments on commit cfaa519

Please sign in to comment.