Skip to content

petobens/mybibformat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Installation

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

if [[  "$OSTYPE" == 'darwin'* ]]; then
    mkdir -p ~/Library/texmf
    git clone https://github.com/petobens/mybibformat ~/Library/texmf
else
    mkdir -p ~/texmf
    git clone https://github.com/petobens/mybibformat ~/texmf
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}

About

My Biblatex citation style

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages