Skip to content

peterwvj/bibclean-format

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published