GithubHelp home page GithubHelp logo

arfc / presentation-template Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 7.0 71.18 MB

Templates for presentations

License: Creative Commons Attribution 4.0 International

TeX 95.78% Makefile 4.22%
presentation template

presentation-template's Introduction

Purpose of this Repository:

This repository is intended as a template to standardize and ease the implementation process for presentations from members of the Advanced Reactors and Fuel Cycles group at the University of Illinois at Urbana-Champaign. While this version of the template is geared towards an ARFC Member's report, it can be adapted to any individual's needs.

How to Use this Template:

  1. Select the option to "Use this template," located next to the option to clone this repository.
  2. Name the repository, and select "Create repository from template."
  3. Clone your repository with SSH keys.
    • Open a command line or terminal on your device and enter the directory into which you want to clone your template based repository.
    • Enter git clone [email protected]:USERNAME/REPONAME. Where USERNAME and REPONAME are replaced respectively by your github account's username and the name you chose to give this repository.
    • Enter git remote add upstream [email protected]:USERNAME/REPONAME
  4. Now you can make edits and changes to the files on your device and push changes to your Github repository as with any other repository.

This repository serves as a template, for more information on making and using a template repository, see the appropriate help article.

How to Initialize this Repository:

After you have cloned this repository and are ready to see how it renders, perform the following commands based on which type of document you are trying to produce.

Run the command make {insert type here}

For pdf, insert all-via-pdf or all.

For dvi, insert all-via-dvi.

For epub, insert epub.

For zip, insert zip.

Note: Do not include the {} from the make command line, replace the whole {insert type here} text with the command corresponding to the correct file type.

Ex: To make as a pdf, the full command should be: make all-via-pdf

To Clean your Local Directory Run:

make clean or make realclean

Adding Citations:

To cite something you have to first add a citation to the bibliography.bib file in your local directory, then insert a citation tag to the element you are citing.

Example Format for a Citation in the Bibliography File:

@misc{ call_tag,
	address = {Example Place},
	title = {Example Title},
	abstract = {Details of article you are referencing},
	booktitle = {Example Title},
	publisher = {Example Publisher},
	author = {Example Author},
	month = {Dec},
	year = {2017},
	file = {Example File Extension, to something like Zotero},
}

Adding a Citation to Elements in your Local Directory:

This sentence is used as an example citation call \cite{call_tag}.

An important note is that the citation is made with what the example called "call_tag." The first line in the example bibliography.bib code contains this tag, and connects the content to the Reference section that will be generated in the document.

ARFC Report Manual

For ARFC specific guidelines for making a presentation, read the specifics at http://arfc.npre.illinois.edu/manual/guides/writing/presentation

Known Errors

If an error message File tracklang.sty not found appears, install texlive-generic-extra

presentation-template's People

Contributors

jbae11 avatar katyhuff avatar nsryan2 avatar smpark7 avatar

Watchers

 avatar

presentation-template's Issues

Test the template

@jbae11 : Try giving this template a spin? This issue can be closed when you've tried it out. Report any bugs along the way.

Acronyms May need package Installation

In regards to #2
With the acronym function and glossary generation,

If faced with error message:
File tracklang.sty note found

the user might have to
sudo apt-get install texlive-generic-extra

in order for it to work properly.

Cyclus presentation

@FlanFlanagan @katyhuff
I have created a brief presentation for Cyclus to present to the personnel in ORNL. Please let me know if you have any comments.

The files (including the pdf) are in the cyclus_pres branch.

*I apologize for the poorly screen-shotted code snippets. I could not figure out, after hours, how to put lstlisting (or minted) inside a frame. I will continue working on it.

Bullet animation information

Beamer has a feature for animating billeted lists in pdf presentations. This issue can be closed when that feature is documented or indicated in the repo's README or in an example slide.

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.