Giter VIP home page Giter VIP logo

pandoc-citeproc-preamble's Introduction

pandoc-citeproc-preamble

Synopsis

pandoc-citeproc-preamble is a JSON filter for Pandoc which inserts a preamble before the output that the pandoc-citeproc filter appends to the document. This preamble might include a heading (e.g. "Bibliography") and raw markup to format the bibliography for the output format.

Installation

pandoc-citeproc-preamble uses the standard Haskell toolchain and is available from Hackage, so you should just be able to cabal install pandoc-citeproc-preamble.

If you are not a Haskell programmer, you might find it easier to

  1. install Stack;
  2. ensure that ~/.local/bin is in your shell's PATH
  3. run stack install --resolver=lts-7.8 pandoc-citeproc-preamble.

Usage

Add --filter pandoc-citeproc-preamble somewhere after --filter pandoc-citeproc, e.g.

$ pandoc -s --filter pandoc-citeproc --bibliography=~/doc/mine.bib --filter pandoc-citeproc-preamble ~/doc/my_essay.mdwn -o ~/my_essay.pdf

In this case, since the output format is LaTeX, pandoc-citeproc-preamble will look for the preamble in the file data_dir/citeproc-preamble/default.latex where data_dir is your Pandoc user data directory, as reported by pandoc --version. You may specify a different preamble by setting document metadata like this:

$ pandoc ... --filter pandoc-citeproc-preamble -M citeproc-preamble=~/my_preamble.tex ...

Please see "Rationale", below, for why it would defeat the purpose of this script to include a value for citeproc-preamble in your input file's YAML metadata block.

Example preamble file

Please see my ~/.pandoc/citeproc-preamble/default.latex, which was inspired by this guide.

Rationale

One motivation for authoring with Pandoc is that one's input files are agnostic with regard to the output format they will eventually be compiled to: it should not be necessary to include in one's input file, for example, LaTeX code to format the bibliography.

When compiling to PDF (which is probably the most common case for users of pandoc-citeproc), formatting code is usually required to have the entries of pandoc-citeproc's bibliography line up with each other; by default, all entries except the first will be indented. Another common customisation is to set up a hanging indent for bibliography entries.

Since pandoc-citeproc doesn't provide any facility to add formatting control code to its output, pandoc-citeproc-preamble is necessary to avoid the user being forced to add their control code to the end of their input files, thereby losing the input file's agnosticity with regard to output format.

Bugs

Please report bugs by e-mail to <[email protected]>.

License

Copyright (C) 2015-2016 Sean Whitton

pandoc-citeproc-preamble is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

pandoc-citeproc-preamble is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with pandoc-citeproc-preamble. If not, see http://www.gnu.org/licenses/.

pandoc-citeproc-preamble's People

Contributors

spwhitton avatar

Watchers

Rohit Yadav 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.