项目作者: petobens

项目描述 :
My Biblatex citation style
高级语言: TeX
项目地址: git://github.com/petobens/mybibformat.git
创建时间: 2017-03-27T12:53:53Z
项目社区:https://github.com/petobens/mybibformat

开源协议:

下载


Installation

Copy the entire path (including subdirectories) to your local texmf
directory. Alternatively simply run the following bash commands:

  1. if [[ "$OSTYPE" == 'darwin'* ]]; then
  2. mkdir -p ~/Library/texmf
  3. git clone https://github.com/petobens/mybibformat ~/Library/texmf
  4. else
  5. mkdir -p ~/texmf
  6. git clone https://github.com/petobens/mybibformat ~/texmf
  7. fi

To use this citation style, include the next lines in your TeX document preamble:

\usepackage[style=authoryear-comp,backref=true,hyperref=false, backend=biber]{biblatex} \usepackage{mybibformat}