All Projects → elauksap → Focus Beamertheme

elauksap / Focus Beamertheme

Licence: gpl-3.0
Focus: a minimalist presentation theme for LaTeX Beamer.

Projects that are alternatives of or similar to Focus Beamertheme

Yet-Another-LaTeX-Template-for-NPU-Thesis
西北工业大学硕博学位论文模版 | Yet Another Thesis Template for Northwestern Polytechnical University
Stars: ✭ 82 (-68.82%)
Mutual labels:  latex, latex-template
usyd-beamer-theme
A Beamer theme that adheres to the University of Sydney Branding
Stars: ✭ 24 (-90.87%)
Mutual labels:  latex, latex-template
concise-cheat-sheets
Cheat Sheets for programming languages and tools
Stars: ✭ 98 (-62.74%)
Mutual labels:  latex, latex-template
latex-template
南方科技大学 LaTeX 模板目录 SUSTech LaTeX templates
Stars: ✭ 72 (-72.62%)
Mutual labels:  latex, latex-template
latex-beamer-teamplates
My LaTeX Beamer Templates for Daily Presentation and Documentation.
Stars: ✭ 14 (-94.68%)
Mutual labels:  latex, latex-template
xdupgthesis
西安电子科技大学研究生学位论文XeLaTeX模板
Stars: ✭ 271 (+3.04%)
Mutual labels:  latex, latex-template
latex-mimore
A minimal & modern LaTeX template for reports
Stars: ✭ 26 (-90.11%)
Mutual labels:  latex, latex-template
Theme
Beamer theme Mathz for LaTeX presentations, with a clickable progress bar
Stars: ✭ 9 (-96.58%)
Mutual labels:  presentation, latex
cv
A LaTeX template for academic CVs
Stars: ✭ 129 (-50.95%)
Mutual labels:  latex, latex-template
WHUT-Bachelor
武汉理工大学本科生毕业设计(论文) LaTeX 模板 LaTeX Template for Bachelor's Degree Thesis at Wuhan University of Technology (WHUT)
Stars: ✭ 18 (-93.16%)
Mutual labels:  latex, latex-template
TJUThesisLatexTemplate
LaTeX templates for TJU graduate thesis. Originally forked from code.google.com/p/tjuthesis
Stars: ✭ 77 (-70.72%)
Mutual labels:  latex, latex-template
CV-latex
latex template for CV
Stars: ✭ 19 (-92.78%)
Mutual labels:  latex, latex-template
stanford-beamer-presentation
This is an unofficial LaTeX Beamer presentation template for Stanford University.
Stars: ✭ 47 (-82.13%)
Mutual labels:  presentation, latex-template
awsome-list-of-cv-and-resume-templetes
a collection of cv and resume styles
Stars: ✭ 78 (-70.34%)
Mutual labels:  latex, latex-template
Pdfpc Latex Notes
Latex Package that allows creating a pdfpc compatible notes file directly from your latex presentation \notes.
Stars: ✭ 128 (-51.33%)
Mutual labels:  presentation, latex
persian-latex
A Persian Latex Template that can be used in different instances such as assignments, exams, quizzes; Not suitable for long documents such as theses or project reports.
Stars: ✭ 42 (-84.03%)
Mutual labels:  latex, latex-template
Open Publisher
Using Jekyll to create outputs that can be used as Pandoc inputs. In short - input markdown, output mobi, epub, pdf, and print-ready pdf. With a focus on fiction.
Stars: ✭ 242 (-7.98%)
Mutual labels:  latex, latex-template
Ultimate Beamer Theme List
A collection of custom Beamer themes
Stars: ✭ 652 (+147.91%)
Mutual labels:  presentation, latex
latexemoji
Latex package to include emoji in Latex document
Stars: ✭ 17 (-93.54%)
Mutual labels:  latex, latex-template
letter-2-reviewers-LaTeX-template
A LaTeX template to write response letters for journal revisions
Stars: ✭ 32 (-87.83%)
Mutual labels:  latex, latex-template

Focus v2.8.1

A presentation theme for LaTeX Beamer that aims at a clean and minimalist design, so to minimize distractions and put the focus directly on the content.

This package is available through the CTAN in most LaTeX distributions such as MiKTeX and TeXLive.

Requires the packages appendixnumberbeamer, fira and PGF/TikZ to be installed in your LaTeX distribution.

Demo

A full demo is available. Refer to focus-demo.tex and focus-demo.pdf.

Download

Download the latest release by following this link.

Instructions

After downloading, copy the files named beamer*themefocus.sty into the same folder as your LaTeX source file.

Then include the theme by writing:

\documentclass{beamer}

\usetheme{focus}

in the preamble of your document.

Customize colors

Focus is based on two colors, namely main and background, that can be customized after including the theme.

For example:

\usetheme{focus}

\definecolor{main}{RGB}{92, 138, 168}
\definecolor{background}{RGB}{240, 247, 255}

produces the following ice-blue color theme.

Customize the footline

The footline numbering can be customized through the theme option numbering. The standard value is:

\usetheme[numbering=progressbar]{focus}

that shows an progress bar of increasing length on the footline.

Alternatively, a full footline bar with the frame numbering can be shown with:

\usetheme[numbering=fullbar]{focus}

In such case, an optional text to be printed on the left side of the footline can be customized with:

\footlineinfo{Custom footline text}

The footline may also be disabled globally by typing:

\usetheme[numbering=none]{focus}

Customize fonts

Focus is using the Fira fonts by default.

This can be changed by using the option nofirafonts:

\usetheme[nofirafonts]{focus}

License

This software is released under the GNU GPL v3.0 License.

Contacts

If you are enjoying this theme please share it with your friends or colleagues!

Any suggestions, comments, criticism or appreciation are welcome!

Contact information are available to registered users on my Github profile page.

Contributors

Focus was initially created and designed by Pasquale Africa.

The following people deserve appreciation and acknowledgment for improving the template with additions and modifications (in alphabetical order):

  • Sebastian Friedl
  • Benjamin Goldman

A more detailed contribution list is found here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].