%%%==============================================================================
%% Copyright 2025-present by Alceu Frigeri
%%
%% This work may be distributed and/or modified under the conditions of
%%
%% * The [LaTeX Project Public License](http://www.latex-project.org/lppl.txt) ,
%%   version 1.3c (or later) , and/or
%% * The [GNU Affero General Public License](https://www.gnu.org/licenses/agpl-3.0.html) ,
%%   version 3 (or later)
%%
%% This work has the LPPL maintenance status *maintained*.
%%
%% The Current Maintainer of this work is Alceu Frigeri
%%
%% This is version {1.1a} {2025/05/19}
%%
%% The list of files that compose this work can be found in the README.md file at
%% https://ctan.org/pkg/switch
%%
%%%==============================================================================
@manual{SCONTENTS,
	title="SCONTENTS - Stores LaTeX Contents",
	author="Pablo González",
	year="2024",
	pages="48",
	url="http://mirrors.ctan.org/macros/latex/contrib/scontents/scontents.pdf",
	urldate="2025-03-10"
}

@manual{listings,
	title="The Listings Package",
	author="Jobst Hoffmann",
	year="2024",
	pages="65",
	url="http://mirrors.ctan.org/macros/latex/contrib/listings/listings.pdf",
	urldate="2025-03-10"
}

@online{stackexchage:switchcase,
  title        = {Stack Exchange answer about Implementing Switch Cases},
  author       = {Paul Gaborit},
  year         = 2012,
  url="https://tex.stackexchange.com/questions/64131/implementing-switch-cases/343306#343306",
	urldate="2016-12-10"  
}