peterwvj / bibclean-format

Prettyprint and syntax BibTeX and Scribe using bibclean

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bibclean-format

https://melpa.org/packages/bibclean-format-badge.svg https://stable.melpa.org/packages/bibclean-format-badge.svg https://img.shields.io/:license-gpl3-blue.svg?style=flat-square

Commands for prettyprinting and syntax checking BibTeX and Scribe bibliography data base files using bibclean.

Installation and configuration

Prerequisites

Please make sure to install bibclean.

Installation

Installation using MELPA (recommended)

bibclean-format is available via MELPA and can be installed by executing the following command:

package-install RET bibclean-format RET

Manual installation

For manual installation, download bibclean-format.el from this repository and add them to your load-path:

(add-to-list 'load-path "/folder/where/bibclean-format/is/")

Configuration

Add the following to your Emacs configuration:

(require 'bibclean-format)

Optional configuration

To enable bibclean-format-on-save-mode in BibTeX buffers:

(add-hook 'bibtex-mode-hook 'bibclean-format-on-save-mode)

To bind bibclean-format to a key:

(define-key bibtex-mode-map (kbd "C-c f") 'bibclean-format)

About

Prettyprint and syntax BibTeX and Scribe using bibclean


Languages

Language:Emacs Lisp 100.0%