Skip to content

Instantly share code, notes, and snippets.

\documentclass[british]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{babel}
\usepackage{csquotes}
\usepackage[backend=biber,
style=authoryear,
sorting=ynt, sortcites=true,
\documentclass[british]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{babel}
\usepackage{csquotes}
\usepackage[style=numeric, backend=biber]{biblatex}
% this bibmacro was missing, guessing its definition
\newbibmacro{pages}{\setunit{\bibpagespunct}\printfield{pages}}
\documentclass[a4paper,12pt]{scrreprt}
\usepackage[left= 3.5cm,right = 2cm, top = 2.5cm, bottom = 2 cm]{geometry}
\usepackage[onehalfspacing]{setspace}
% Dokumentinformationen
\usepackage[
pdftitle={TTT},
pdfsubject={TTT},
pdfauthor={TTT},
pdfkeywords={TTT},
%%%% 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.
\documentclass{article}
\newcommand\comment{COMMENT}
\usepackage{silence}
\WarningsOff[chessfss]
\usepackage{chessfss}
\begin{document}
Lorem
\documentclass[british]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{babel}
\usepackage{csquotes}
\usepackage[style=authoryear, backend=biber]{biblatex}
\usepackage{hyperref}
\documentclass{article}
\usepackage%
[backend=biber,%
style=publist]%
{biblatex}
\plauthorname[Giskard]{Reventlov}
\makeatletter
%%%% plainnat-namelist.bst
%%%% A version of plainnat that extracts the author names in
%%%% machine-readable format for further use on the LaTeX side.
%%%% The new macro is make.list.names and friends.
%%%% 2020-08-01 MW
%%%% for https://tex.stackexchange.com/q/556932/35864
%%%%
%%%% original copyrght header follows
%% File: `plainnat.bst'
%% A modification of `plain.bst' for use with natbib package
% 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
\documentclass{article}
\usepackage{bigfoot}
\DeclareNewFootnote{default}
\DeclareNewFootnote{B}[alph]
\begin{document}
Lorem\footnote{Default\footnoteB{Lorem}}
\end{document}