Coder Social home page Coder Social logo

collaborativenotebook's Introduction

CollaborativeNotebook

Introduction

Collaborative Notebook for Economic Aspects Subject coursed in Master on Libre Software (Master Universitario en Software libre at Universidad Rey juan Carlos.

Goals

The goal of this project is to to create a collaborative notebook with the working class notes from students.

Requirements

  1. LaTeX: LaTeX is a high-quality typesetting system.
  2. git: Distributed version control system.

Note:

This document is only for Linux environments.

Install Git

Using your preferred package manager of your Linux distribution.

  • Debian/Ubuntu:

    $ apt-get install git
    
  • Fedora:

    $ yum install git
    
  • Gentoo:

    $ emerge --ask --verbose dev-vcs/git
    
  • Arch Linux:

    $ pacman -S git
    
  • FreeBSD:

    $ cd /usr/ports/devel/git
    $ make install
    
  • Solaris 11 Express:

    $ pkg install developer/versioning/git
    
  • OpenBSD:

    $ pkg_add git
    

Install LaTeX

Here is the installation process using Ubuntu. In other Linux distributions you have to use your distro package manager.

How to install LaTeX in Ubuntu:

    $ sudo apt-get install texlive

The above command will install a basic subset of TeX Live’s functionality. To install all the packages in the LaTeX distribution, you have to run the following command:

    $ sudo apt-get install texlive-full

Files Description

Images Directory

Place the images in this directory:

    ├── img
        ├── by.png
        └── by-sa.png

Bibliography

Bibliography file to update with Lesson references:

    ├── MSWL_ECO.bib

Documentation files

Main LaTeX file from which all lesson files are linked:

    ├── MSWL_ECO_main.tex

Each file per Lesson:

    ├── MSWL_ECO_lesson1.tex
    ├── MSWL_ECO_lesson2.tex
    ├── MSWL_ECO_lesson3.tex
    ├── MSWL_ECO_lesson4.tex
    ├── MSWL_ECO_lesson5.tex

Description project file:

    ├── README.md

Generate pdf

Using the command pdflatex in repository's home directory with main file will generate whole notebook pdf:

    $ pdflatex MSWL_ECO_main.tex

And see output log for compiling errors.

collaborativenotebook's People

Contributors

athanrous avatar gamezdaniel avatar janague avatar jgbarah avatar mswl2012 avatar ricardogarfe avatar roumia avatar sarroutbi avatar

Watchers

 avatar  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.