Skip to content

Instantly share code, notes, and snippets.

\documentclass{beamer}
\usepackage{xcolor,listings, pgffor}
\makeatletter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% \btIfInRange{number}{range list}{TRUE}{FALSE}
%
%%%% apalike-three.bst
%%%% 2020-08-22 MW
%%%% modified apalike style with up to three authors in citations
%%%% for https://tex.stackexchange.com/q/559571/35864
%%%% (additional modification for better natbib support)
%%%%
%%%% Original copyright header follows.
%%%%
% BibTeX `apalike' bibliography style (version 0.99a, 8-Dec-10), adapted from
% the `alpha' style, version 0.99a; for BibTeX version 0.99a.
%%%%%% This is ACM-Reference-Format-num.bst
%%%%%% for https://tex.stackexchange.com/q/461736/35864
%%%%%% 2018-11-26 based on ACM-Reference-Format.bst
%%%%%% original copyright header follows
%%% -*-BibTeX-*-
%%% ====================================================================
%%% @BibTeX-style-file{
%%% author = "Nelson H. F. Beebe, Boris Veytsman and Gerald Murray",
%%% version = "2.1",
%%% date = "14 June 2017",
\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
\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}
%%%%% 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
%%%% 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'
\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
\documentclass{article}
\LogHook{begindocument}
% comment out to make things work
\AtBeginDocument{\relax}
\LogHook{begindocument}
\usepackage{biblatex}
\addbibresource{biblatex-examples.bib}