GithubHelp home page GithubHelp logo

paperx's Introduction

Introduction

I created source files for three documents, for a proper academic paper, for an essay and for a presentation slides.

You can see the source and output RAW-FILES thru the listing above.

To see them rendered click the links from below:

Processing the source files

Each source file has a short command in within tags <!-- and --> that converts the source code into html/pdf. To be able to run the commands you need to have pandoc and latex installed. Follow these directions:

Commands

This has been tested in using pandoc 1.12.3 version in Windows 7 and Ubuntu linux 12.04

Use following scripts to convert slides into desired format

For converting the theory_paper.md

  • pdf: pandoc --filter pandoc-citeproc theory_paper.md -o theory_paper.pdf --toc --number-sections
  • docx: pandoc --filter pandoc-citeproc theory_paper.md -o theory_paper.docx --toc --number-sections

For converting the slides.md

  • reveal.js html: pandoc -t revealjs -s slides.md -o slides.html -V revealjs-url=http://lab.hakim.se/reveal-js -V theme=simple -V transition=fade
  • pdf: pandoc -t beamer slides.md -o slides.pdf

For converting the essay_galigula.md

  • html: pandoc -s essay_galigula.md -o essay_galigula.html

Writing apps for Markdown

And of course, you need an application for writing text. Notepad is good, but for windows I recommend Markdown Pad and for OS X maybe Mou, Clockwork Engine or perhaps TEXTS.

paperx's People

Contributors

muuankarski avatar johannesliedes avatar haorpe avatar

Watchers

James Cloos 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.