Skip to content

leonickl/bibtex-formatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simplistic BibTex Formatter

Installation

composer global require leonickl/bibtex-formatter

Usage

format-bibtex literature.tex [--save|--print|--log|--dump]
  • --print prints the result to the console (default option)
  • --save overrides the original file
  • --log prints a step-wise info about each token and the current state of the app
  • --dump dumps the resulting PHP datastructure to the console

Warning: The original file will be overwritten by this!

Features

This formatter only supports simple entries of the form

@type{reference,
    key = {value},
    other = 5,
    ...
}

The formatter

  • adds trailing commas,
  • aligns = signs above each other,
  • and sets indentation to 4 spaces.
  • ...

About

A simple token-based BibTeX parser and formatter written in PHP.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages