Skip to content

NE204-Fall2018/lab_report_template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NE 204 Report Template

This repo contains the skeleton of a project for building lab reports from source using make and pdflatex (texlive).

For a more fleshed-out example of writing a lab report in LaTeX, see the lab_report_example directory of this repo.

How to use this template

H/T stack overflow

# Create a new directory for your report
mkdir my_lab_report && cd $_
# Create an empty repository
git init
# Initialize the repo with the template
git fetch --depth=1 -n https://github.com/NE204-Fall2018/lab_report_template.git
git reset --hard $(git commit-tree FETCH_HEAD^{tree} -m "initial commit")

About

Template for NE 204 lab reports

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 46.9%
  • Makefile 29.8%
  • Python 23.3%