%% this file: %% https://dataswamp.org/~incal/books/books.tex \documentclass[a4paper, twoside, 12pt]{report} \usepackage[utf8]{inputenc} \usepackage{csquotes} \usepackage{enumerate} \usepackage[english]{babel} \usepackage[backend=biber, style=verbose]{biblatex} \newbibmacro{in:}{} \addbibresource{books.bib} \setlength{\bibitemsep}{0.5\baselineskip} \DeclareFieldFormat{isbn}{\mkbibacro{ISBN}\addcolon\addnbspace\mbox{#1}} \begin{document} \center \large Books, comics, and magazines \normalsize since summer 2014 \nocite{*} \raggedright \printbibliography[heading=none] \vfill \begin{center} \begin{tabular}{l c l} magazine & \small{ISSN} \\ %%% -------------------------------------------------------------------------------------- \textit{Bicycle Quarterly} & \texttt{1941-8809} \\ \textit{Bicycling} & \texttt{1651-9744} & Swedish edition \\ \textit{Black Belt} & \texttt{0277-3066} \\ \textit{Filter} & \texttt{1654-9813} \\ \textit{Linux Pro} & \texttt{1471-5678} \\ \textit{National Geographic} & \texttt{2535-4124} & \textit{Vägen till Månen}, 2017 \\ \textit{Outside} & \texttt{0278-1433} \\ \textit{The Economist} & \texttt{0013-0613} \\ \textit{The Ring} & \texttt{0035-5410} \\ \end{tabular} \end{center} \vfill \end{document}