GithubHelp home page GithubHelp logo

minibeamer's Introduction

Travis build status codecov

miniBeamer

miniBeamer is a R package created due to solve an university project which is related to creating beamer presentations template in MiNI WUT Faculty specified colours and themes. Other functionalities are creating thesis project and business/faculty cards perfect for sharing with other people.

Installation

## install devtools if it's not already installed
if (!requireNamespace("devtools", quietly = TRUE)) install.packages("devtools")

## install miniBeamer from github
devtools::install_github("mckraqs/miniBeamer")

Requirements

  • \LaTeX
  • Perl programming language installed in case you want to convert .Rnw files
    • Version needs to be above 5.30
  • University fonts installed (fonts directory)
    • Fonts can be installed but they are not implemented into this package in order to keep all latex engines compatible, so we provide them in case user would like to manually change fonts in .tex files before final compilation.

HOW2 Section

  • There are 4 main functionalities in the package. All do have complex documentation prepared inside:
    • creating beamer presentations from .Rmd files (rmd_to_beamer())
    • converting .Rnw files into .Rmd (rnw_to_rmd())
    • creating business/faculty cards from .Rmd files (rmd_to_business_card())
    • creating thesis project
  • Due to functionalities development and problems encountered during it, we recommend to use .Rmd conversion at first and treat .Rnw files as a final approach
  • Main presentation sections should be indicated with '#' sign (included in ToC)
  • Main presentation sections subsections should be indicated with '##' sign (not included in ToC) - texts will create frames titles
  • themecolor and fontcolor available connections (due to faculty restrictions) [graphics included in the nearest future]:
    • Theme: sapphire:
      • Font: graphite
      • Font: mokka
    • Theme: graphite:
      • Font: sapphire
      • Font: heather
      • Font: white
    • Theme: white
      • Font: black
    • Theme: black
      • Font: white
  • In order to make sure the .Rnw is converted correctly make sure to:
    • keep the order of: 1. author{}, 2. title{}, 3. maketitle.
    • set the working directory in the folder containing the .Rnw file
  • Extra functionality - because of perl usage at .Rnw -> .Rmd conversion, miniBeamer does check whether user has it (perl programming language installed)
  • Business/Faculty cards functionality possible attributes:
    • name (bolded)
    • title (bolded)
    • phone
    • email
    • url
    • address

Additional info

Main code inspiration comes from another Github repositories: mkearney/uslides (beamers), mikelove/convert.txt (.Rnw conversion), rstudio/pagedown (business/faculty cards) and ismayc/thesisdown (thesis projects), many thanks!

Package authors:

mckraqs, granatb, Adamoso, witoldmerkel, michalSt98

minibeamer's People

Contributors

mckraqs avatar adamoso avatar granatb avatar witoldmerkel 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.