Coder Social home page Coder Social logo

mnloop / ufgtex-presentation Goto Github PK

View Code? Open in Web Editor NEW

This project forked from deuslirio/ufgtex-presentation

0.0 0.0 0.0 10.4 MB

A Latex Template to presentations from UFG - Federal University of Goiás

Home Page: https://www.overleaf.com/latex/templates/ufgtex-presentation/zhvynsrvwnrg

TeX 100.00%

ufgtex-presentation's Introduction

UFGTeXPresentation logo

What is it?

A Latex template to help students, professors, or researchers from Universidade Federal de Goiás (UFG) to prepare their presentation slides in the format 16:9. This template is based on the version available in the Google Slides at here. Besides presenting a modern design concept, UFGTeXPresentation provides different slides’ layouts and color schemas to personalize the presentation.

Template example

How to use

After downloading or cloning this repository, you must edit the file presentation.tex to fill the content of the presentation. Firstly, take a look at the "Primary Definitions" part, at the begin of such a .tex, and modify its parties, whether is needed. if you compile the code without changing, it will look like this.

To set the default color of the presentation, you can use the command \setPrimaryColor{color}. This command supports one of the colors defined by the template or any color defined by the user.

\setPrimaryColor{UFGBlue} 

To set the logo of the department or institute, from the authors take part, you must use the command \setLogos{path/horizontal_logo}{path/squared_logo} to inform the paths of two files. The first one is the logo in title slide - we recommend using a horizontal image - and the second one is the logo used in the remaining slides - we recommend using a square image.

\setLogos{lib/logos/infw.png}{lib/logos/infw2.png} 

To define a layout for a slide, you must use the command \setLayout{layoutname}, just informing the name of the layout you would like to use. This command must be placed before the command \begin{frame} of the slide you would like to change.

\setLayout{horizontal} 
\begin{frame}
  \frametitle{Table of Contents}
  \tableofcontents
\end{frame}

To define a color for the background of a slide, you must use the command \setBGColor{color} informing a color. This command must be placed before the command \begin{frame} of the slide you would like to change. The color may be one of the template’s colors or a personalized color defined by the user.

\setBGColor{DarkOrange}
\begin{frame}
\frametitle{Pause Example}

    \begin{itemize}
        \item In this slide \pause
        \item the text will be partially visible \pause
        \item And finally everything will be there
    \end{itemize}

\end{frame}
\definecolor{MyColor}{RGB}{10, 115, 110} 
\setBGColor{MyColor}
\begin{frame}
  % ... 
\end{frame}

ATTENTION: When you use the commands \setLayout and \setBGColor, all later slides are affected. Thus, if you want to return to a previous layout or color, you must reuse the commands just before the intendant slide.

Template's Colors

Color Name RGB Color Name RGB
INFBlue 0, 92, 161 DarkOrange 255, 152, 0
UFGBlue 0, 114, 185 LightOrange 255, 193, 7
PrimaryColor 33, 33, 33 DarkGreen 91, 141, 8
DarkGray 33, 33, 33 LightGreen 122, 188, 12
LightGray 150, 150, 150 LightPurple 191, 83, 219
Ocean 129, 194, 234 DarkPurple 142, 36, 170

Despite the colors defined in the template, one can define his/her personalized color by using the following command:

% First parameter is the color name and the last one is the RGB code of the color
\definecolor{ColorName}{RGB}{0,0,0} 

Template's Layouts

At this momment, UFGTeXPresentation has five option for slides' layout: titlepage, vertical, horizontal, mainpoint, and blank. You can see each layout appearance at the following figure:
Template example

Summary of the Template's commands

Template Commands Number of Params Type of Params Example
setLayout 1 Layout \setLayout{vertical}
setBGColor 1 Color \setBGColor{DarkPurple}
setPrimaryColor 1 Color \setPrimaryColor{UFGBlue}
setLogos 2 Image URL \setLogos{lib/logos/infw.png}{lib/logos/infw2.png}

UFGTeXPoster on Overleaf

This project was fully developed on the Overleaf, an online LaTeX editor that has joined with another service called ShareLatex. Therefore, if you prefere working online in one of the services above, you may find UFGTexPresentation available in the official Overleaf's templates gallery at here.

Other UFG Latex Template

Disclaimer

This project is a personal initiative, under open source and collaborative principles, which until now has no formal association with the Federal University of Goiás institution. Thus, this template is not an official artifact from such a university.

If you have some comments or suggestion, let we know by sending email to [email protected] or [email protected].

ufgtex-presentation's People

Contributors

deuslirio avatar altinodantas avatar

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.