Giter Site home page Giter Site logo

phd_template's Introduction

Markdown-LaTeX PhD Template


Template for a PhD dissertation using Markdown and Pandoc. It can be used to generate both the final pdf document (based on .md files under the folder: chapters/) and the Beamer slides (based on the markdown files under the folder: slides/).

The goal of this template is to use just Markdown markup to write and produce the entire pdf documents (i.e. no need to handle LaTeX syntax).

Getting Started

Basic structure of the directory:

$ tree --dirsfirst
.
├── assets
│   ├── default.beamer
│   ├── default.latex
│   ├── mylogo.png
│   └── myref.bib
├── chapters
│   ├── 00-title.md
│   ├── 01-ch01.md
│   ├── 02-ch02.md
│   ├── 03-ch03.md
│   ├── 04-ch04.md
│   ├── 05-ch05.md
│   ├── 06-ch06.md
│   └── 07-ch07.md
├── output
│   ├── slides.pdf
│   └── thesis.pdf
├── slides
│   ├── 00-title.md
│   └── 01-slides.md
├── Makefile
├── README.md
├── requirements.txt
├── slides.sh
└── thesis.sh

4 directories, 21 files

Requirements

  • Install Pandoc
  • LaTeX Engine
  • To add support for Tables/Figures/Equations numbering and reference, install the required packages in requirements.txt. To install all at once, run this:
    • pip install -r requirements.txt

NOTE: after installation is completed, make sure pandoc and latex are added to your system PATH.


How to use:

  • Add your own contents inside the markdown files in the folders chapters/ and slides/ then just run:
make

Sample run with log:

$ make
/Users/Aziz/Dropbox/thesis/template/thesis.sh
	 converting markdown to tex  ...
	 compiling thesis pdf ...
	 bibing thesis references ...
	 compiling thesis references ...
	 finalizing pdf ...
DONE building the dissertation document.

/Users/Aziz/Dropbox/thesis/template/slides.sh
	 converting markdown to tex ...
	 compiling slides pdf ...
	 bibing slides references ...
	 compiling slides references ...
DONE building the dissertation slides.

phd_template's People

Contributors

iamaziz avatar

Watchers

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