This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[10pt,a4paper]{article} | |
\usepackage[backend=biber]{biblatex} | |
\begin{filecontents}[overwrite]{\jobname.bib} | |
@inproceedings{iris, | |
author = {Ralf Jung and | |
David Swasey and | |
Filip Sieczkowski and | |
Kasper Svendsen and | |
Aaron Turon and |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass{article} | |
\usepackage[style=verbose-ibid,isbn=false]{biblatex} | |
\addbibresource{biblatex-examples.bib} | |
\begin{document} | |
\null\vfill | |
\textcite{doody} text\footnote{blub} \textcite{doody} | |
text\autocite{aksin} text\footnote{blub} text\autocite{aksin} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%%%%% alpha-all.bst | |
%%%%% | |
%%%%% for https://tex.stackexchange.com/q/583586/35864 | |
%%%%% | |
%%%%% 2021-02-16 MW | |
%%%%% | |
%%%%% modification of alpha.bst | |
%%%%% that displays all author letters in the alphabetic label | |
%%%%% and does not truncate the list with \etalchar{+} | |
%%%%% the only change is a slight simplification of format.lab.names |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%%%% plainnat-allsort.bst | |
%%%% 2020-11-25 MW | |
%%%% use all names for sorting and ignore "et al." truncation | |
%%%% https://tex.stackexchange.com/q/572222/35864 | |
%%%% only removed the "zz" bit from `sort.format.names' | |
%%%% | |
%%%% original copyright header follows, but should NOT be interpreted | |
%%%% as claiming endorsment or offers of support by people named there | |
%%%% | |
%% File: `plainnat.bst' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[british]{article} | |
\usepackage[T1]{fontenc} | |
\usepackage{babel} | |
\usepackage{csquotes} | |
\usepackage[backend=biber, style=authoryear]{biblatex} | |
\renewcommand*{\postnotedelim}{\addcolon\space} % add colon after year on \parencite | |
\DeclareFieldFormat{postnote}{#1} %no page prefix when citing | |
\DeclareFieldFormat{multipostnote}{#1} %no page prefix when citing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass{article} | |
\LogHook{begindocument} | |
% comment out to make things work | |
\AtBeginDocument{\relax} | |
\LogHook{begindocument} | |
\usepackage{biblatex} | |
\addbibresource{biblatex-examples.bib} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[british]{article} | |
\usepackage[T1]{fontenc} | |
\usepackage{babel} | |
\usepackage{csquotes} | |
\usepackage{biblatex} | |
\usepackage{hyperref} | |
\begin{filecontents}{\jobname.bib} | |
@incollection{Zharikov2007, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% Copyright (c) 2006-2011 Philipp Lehman. | |
% 2012-2017 Philip Kime, Audrey Boruvka, Joseph Wright | |
% 2018- Philip Kime, Moritz Wemheuer | |
% | |
% Permission is granted to copy, distribute and/or modify this | |
% software under the terms of the LaTeX Project Public License | |
% (LPPL), version 1.3c. | |
% | |
% This software is provided 'as is', without warranty of any kind, | |
% either expressed or implied, including, but not limited to, the |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[ngerman]{article} | |
\usepackage{babel} | |
\usepackage{csquotes} | |
\usepackage[style=apa, backend=biber]{biblatex} | |
\addbibresource{biblatex-examples.bib} | |
\begin{document} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[british]{article} | |
\usepackage[T1]{fontenc} | |
\usepackage[utf8]{inputenc} | |
\usepackage{babel} | |
\usepackage{csquotes} | |
\usepackage[backend=biber, | |
style=authoryear-ibid, | |
sorting=ynt, | |
sortcites=true, |
NewerOlder