summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/biblatex-contrib/biblatex-software/sample-use-sty.tex
blob: 725c31e8ab16b0e47a2c124fef4852dcccc792d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
\documentclass[10pt]{article}
\usepackage{a4wide}
\usepackage{hyperref}
\usepackage[
  style=numeric,
  datamodel=software, % extend the datamodel with entries for software
  abbreviate=false,
  natbib=true,
  sorting=ydnt,
  backend=biber,
  bibencoding=utf8,
  giveninits=true,
  url=false,
  doi=false,
  defernumbers,
  maxcitenames=10,
  defernumbers=true,
  maxbibnames=100]{biblatex}
%
% load the software biblatex style
%
\usepackage{software-biblatex}
%
% set software specific bibliography options
%
\ExecuteBibliographyOptions{
  halid=true,
  swhid=true,
  swlabels=true,
  vcs=true,
  license=false}

\input{sample-content}

\end{document}