You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-28Lines changed: 22 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,41 +12,39 @@ If you're looking for a beamer presentation theme, take a look at [Auriga].
12
12
13
13
## Dependencies
14
14
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
20
19
21
20
## Usage
22
21
23
22
1. Copy the files in this repository (or clone the repository)
24
23
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
27
25
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)
31
27
32
28
1. Run `make` to build your poster
33
29
34
30
## FAQ
35
31
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.
38
33
39
34
## Themes
40
35
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:
42
37
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/))
48
41
49
-
It's also easy to make your own!
42
+
The community has also contributed a number of themes:
-`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!
50
48
51
49
### MIT theme
52
50
@@ -66,21 +64,17 @@ It's also easy to make your own!
66
64
67
65
## Design goals
68
66
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
72
70
73
71
## Contributing
74
72
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.
79
74
80
75
## License
81
76
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.
0 commit comments