Giter Club home page Giter Club logo

gemini's Introduction

Gemini Build Status

Gemini is a modern LaTeX beamerposter theme. This is a modified version that does not require LuaLaTeX, the original version is here.

Dependencies

  • A TeX installation.
  • LaTeX package dependencies including beamerposter (these usually come with your TeX installation, but if not, you can get them from CTAN)

Usage

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

  2. In poster.tex, set up your paper size, column layout, and scale the content as necessary

  3. Make a copy of beamercolorthemegemini.sty, update the \usecolortheme line in poster.tex, and theme the poster to your liking (optional, but highly recommended)

  4. Run make to build your poster

Themes

Gemini currently includes three color themes:

  • default
  • gemini
  • mit
  • labsix

Custom define color schemes

With gemini color theme, user now have the freedom the custom define their color schemes. To define a custom scheme, put set following color names to the desired colors before the command \usecolortheme{gemini}:

\definecolor{accentcolor}{RGB}{62, 138, 189}
\definecolor{textcolor}{0, 0, 0}
\definecolor{bgcolor}{RGB}{255, 255, 255}

Additionally the following colors will by default be a mixture of the three colors defined above, but it is also possible to override those preset mixing rules:

\definecolor{lighttextcolor}{RGB}{215, 217, 218}
\definecolor{darkbgcolor}{RGB}{19, 76, 113}

Alternative to \definecolor command, \colorlet command can also be used to define color using those already defined colors, either simply aliasing or a mixing of some colors.

The alternative themes are intended to be inspiration for you to make your own color theme. You're highly recommended to make your own color theme (it's really easy!) or use the default Gemini theme.

Gemini theme

MIT theme

LabSix theme

Design goals

  • Minimal: clean and easy to read, so that the emphasis is on the content
  • Batteries included: works and looks good out of the box
  • Easy theming: easy to create and use a new color theme

Contributing

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.

License

Copyright (c) 2018-2019 Anish Athalye. Released under the MIT License. See LICENSE.md for details.

Copyright (c) 2020 Lyuwen Fu.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.