Set up helpers, mostly okay. Some changes yet to come
This commit is contained in:
19
extra/bib.tex
Normal file
19
extra/bib.tex
Normal file
@@ -0,0 +1,19 @@
|
||||
% ___ _ _____ _ _
|
||||
% ( _ \ _( ) (_ _) ( ) ( )
|
||||
% | (_) )_) |_ | | __ \ \/ /
|
||||
% | _ (| | _ \ | | / __ \ ) (
|
||||
% | (_) ) | |_) ) | | ( ___// /\ \
|
||||
% (____/(_)_ __/ (_) \____)_) (_)
|
||||
|
||||
% Configs if you want to use BibTeX. Not included in any default configs.
|
||||
|
||||
\newcommand{\setupBibtex}[1]{
|
||||
\usepackage{biblatex}
|
||||
\usepackage[nottoc, numbib]{tocbibind}
|
||||
\addbibresource{#1}
|
||||
}
|
||||
|
||||
\newcommand{\printbib}{
|
||||
\addcontentsline{toc}{section}{Sources}
|
||||
\printbibliography[title=Sources]
|
||||
}
|
17
extra/glossary.tex
Normal file
17
extra/glossary.tex
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
%░▒█▀▀█░█░░▄▀▀▄░█▀▀░█▀▀░█▀▀▄░█▀▀▄░█░░█
|
||||
%░▒█░▄▄░█░░█░░█░▀▀▄░▀▀▄░█▄▄█░█▄▄▀░█▄▄█
|
||||
%░▒█▄▄▀░▀▀░░▀▀░░▀▀▀░▀▀▀░▀░░▀░▀░▀▀░▄▄▄▀
|
||||
|
||||
% Add glossaries functionality
|
||||
|
||||
\newcommand{\setupGlossary}{
|
||||
\usepackage[nonumberlist, toc]{glossaries}
|
||||
\usepackage[nottoc, numbib]{tocbibind}
|
||||
\makenoidxglossaries
|
||||
}
|
||||
|
||||
\newcommand{\printGlossary}{
|
||||
\glsaddall
|
||||
\printnoidxglossaries
|
||||
}
|
0
extra/minted.tex
Normal file
0
extra/minted.tex
Normal file
Reference in New Issue
Block a user