Skip to content
Snippets Groups Projects
Commit 7b1a83a8 authored by Ola Leifler's avatar Ola Leifler
Browse files

Merge branch 'default-style' into 'master'

Add suggestions for citation style and sorting=none as default

See merge request !42
parents 34ce9d00 837487e0
No related branches found
No related tags found
1 merge request!42Add suggestions for citation style and sorting=none as default
...@@ -30,7 +30,22 @@ ...@@ -30,7 +30,22 @@
%% %%
%%% Code: %%% Code:
\usepackage[backend=biber,hyperref]{biblatex} %% To the author: Choose a citation style. Which one depends on your field of study.
%% Ask your supervisor or examiner if you are uncertain.
%% Good options for the style include for example:
%% APA: style=authoryear + \DeclareDelimFormat{nameyeardelim}{\addcomma\space}
%% Hardvard: style=authoryear
%% IEEE: style=ieee
%% Numeric: style=numeric,sorting=none (like IEEE but with full names in the bibliography)
%% Most other styles
%%%
%% NOTE: You may need to add more changes to fully conform to a citation style
%% (making certain elements in italics, etc).
%% The default is very bad (numeric style sorted alphabetically instead of by appearance).
\usepackage[backend=biber,style=numeric,sorting=none,hyperref]{biblatex}
%% To set the font of your thesis, use the \setmainfont{} command, %% To set the font of your thesis, use the \setmainfont{} command,
%% surrounded with \ifxetex if you want to switch between xelatex and pdflatex %% surrounded with \ifxetex if you want to switch between xelatex and pdflatex
\ifxetex \ifxetex
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment