Skip to content

Commit 880e134

Browse files
committed
Separate built-in themes from contributed themes
1 parent e7cb0e5 commit 880e134

File tree

1 file changed

+22
-28
lines changed

1 file changed

+22
-28
lines changed

README.md

Lines changed: 22 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -12,41 +12,39 @@ If you're looking for a beamer presentation theme, take a look at [Auriga].
1212

1313
## Dependencies
1414

15-
* A TeX installation that includes [LuaTeX]
16-
* You also need `latexmk` if you want to use the provided `Makefile`
17-
* LaTeX package dependencies including beamerposter (these usually come with
18-
your TeX installation, but if not, you can get them from [CTAN])
19-
* [Raleway] and [Lato], which are both available under Open Font License
15+
- A TeX installation that includes [LuaTeX]
16+
- You also need `latexmk` if you want to use the provided `Makefile`
17+
- LaTeX package dependencies including beamerposter (these usually come with your TeX installation, but if not, you can get them from [CTAN])
18+
- [Raleway] and [Lato], which are both available under Open Font License
2019

2120
## Usage
2221

2322
1. Copy the files in this repository (or clone the repository)
2423

25-
1. In `poster.tex`, set up your paper size, column layout, and scale the
26-
content as necessary
24+
1. In `poster.tex`, set up your paper size, column layout, and scale the content as necessary
2725

28-
1. Make a copy of `beamercolorthemegemini.sty`, update the `\usecolortheme`
29-
line in `poster.tex`, and theme the poster to your liking (optional, but
30-
highly recommended)
26+
1. Make a copy of `beamercolorthemegemini.sty`, update the `\usecolortheme` line in `poster.tex`, and theme the poster to your liking (optional, but highly recommended)
3127

3228
1. Run `make` to build your poster
3329

3430
## FAQ
3531

36-
See the [FAQ] in the Wiki for answers to frequently asked questions such as how
37-
to add an institution logo to the poster.
32+
See the [FAQ] in the Wiki for answers to frequently asked questions such as how to add an institution logo to the poster.
3833

3934
## Themes
4035

41-
Gemini currently includes the following color themes:
36+
Gemini includes several color themes, and it's also easy to make your own. Gemini has three built-in themes:
4237

43-
* `gemini` (default)
44-
* `dart`
45-
* `mit`
46-
* `umich`
47-
* `labsix`
38+
- `gemini`, default
39+
- `mit` ([Massachusetts Institute of Technology](https://mit.edu))
40+
- `labsix` ([LabSix](https://www.labsix.org/))
4841

49-
It's also easy to make your own!
42+
The community has also contributed a number of themes:
43+
44+
- `dart` ([Dartmouth College](https://dartmouth.edu))
45+
- `umich` ([University of Michigan](https://umich.edu/))
46+
47+
If you create a Gemini theme, feel free to send a pull request to add it here!
5048

5149
### MIT theme
5250

@@ -66,21 +64,17 @@ It's also easy to make your own!
6664

6765
## Design goals
6866

69-
* **Minimal**: clean and easy to read, so that the emphasis is on the content
70-
* **Batteries included**: works and looks good out of the box
71-
* **Easy theming**: easy to create and use a new color theme
67+
- **Minimal**: clean and easy to read, so that the emphasis is on the content
68+
- **Batteries included**: works and looks good out of the box
69+
- **Easy theming**: easy to create and use a new color theme
7270

7371
## Contributing
7472

75-
Contributions to Gemini such as bug reports, new themes, and new poster
76-
components are greatly appreciated! Given the subjective nature of design,
77-
you're encouraged to open an issue or pull request early to get feedback before
78-
investing a lot of time in implementing a new feature.
73+
Contributions to Gemini such as bug reports, new themes, and new poster components are greatly appreciated! Given the subjective nature of design, you're encouraged to open an issue or pull request early to get feedback before investing a lot of time in implementing a new feature.
7974

8075
## License
8176

82-
Copyright (c) Anish Athalye. Released under the MIT License. See
83-
[LICENSE.md][license] for details.
77+
Copyright (c) Anish Athalye. Released under the MIT License. See [LICENSE.md][license] for details.
8478

8579
[beamerposter]: https://github.com/deselaers/latex-beamerposter
8680
[Auriga]: https://github.com/anishathalye/auriga

0 commit comments

Comments
 (0)