Giter VIP home page Giter VIP logo

pandoc-makefile's Introduction

If you are new to pandoc, then you might want to have a look at my short post on how to set it up for most efficient use.

About

This is a Makefile to

  • compile a markdown file by pandoc to common file formats, and
  • view the document,

as well as convenience commands such as,

  • cleaning up, that is, removing the compiled output,
  • refreshing after compilation the HTML file shown in the browser, such as Firefox, by entr, and
  • precompiling the preamble in a LaTeX file for faster compilation.

A template for a pandoc file, main.pandoc, is included to show what options of possible interest can be customized.

Compiling

For example, to compile

  • to a LaTeX file, make latex
  • to a pdf file, make latex pdf
  • to a docx file, make docx

Simply make will compile to what is set in the line starting with all:. By default, make equals make latex pdf.

For better parsing of LaTeX errors, LaTeXRun is used to compile from LaTeX to pdf.

Viewing

For example, to view the compiled

  • pdf file, make run_pdf,
  • docx file, make run_docx

Simply make run will show what is set in the line starting with run. By default, make run equals make run_pdf.

pandoc-makefile's People

Contributors

konfekt avatar

Stargazers

 avatar tg-z avatar Caleb Maclennan 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.