%% BibBreeze.tex % Author: Amir Mohammad Tahsiri % contact: https://github.com/mamadgit/BibBreeze %% Copyright 2025 Amir Mohammad Tahsiri % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3c % of this license or (at your option) any later version. % The latest version of this license is in % https://www.latex-project.org/lppl.txt % and version 1.3c or later is part of all distributions of LaTeX % version 2008 or later. % % This work has the LPPL maintenance status `maintained'. % % The Current Maintainer of this work is Amir Mohammad Tahsiri. % % This work consists of the files BibBreeze.tex, BibBreeze.bbx, BibBreeze-authoryear.cbx, BibBreeze.dbx, BibBreeze.bib, BibBreeze.def, Instructions-Descriptions.md, README.md and the derived file LICENSE.txt. \ProvidesFile{BibBreeze.tex}[version 1.1] \documentclass{article} \usepackage{graphicx}% \usepackage{multirow}% \usepackage{amsmath,amssymb,amsfonts}% \usepackage{amsthm}% \usepackage{mathrsfs}% \usepackage[title]{appendix}% \usepackage{xcolor}% \usepackage{textcomp}% \usepackage{manyfoot}% \usepackage{booktabs}% \usepackage{algorithm}% \usepackage{algorithmicx}% \usepackage{algpseudocode}% \usepackage{listings}% \usepackage{etoolbox} \usepackage{calc} \usepackage{xstring} \usepackage{expl3} \usepackage{xparse} \usepackage[hidelinks]{hyperref} \usepackage[backend=biber, style=BibBreeze, citestyle=numeric, datamodel=BibBreeze]{biblatex} %Should users want the in-text citations to be author-year, set citestyle as "BibBreeze-authoryear". \addbibresource{BibBreeze.bib}%Load the bibliography file \begin{document} \nocite{*} \printbibliography \end{document}