Many changes and adding examples

- Fix use of sizes (maybe set exception for 13pt?)
- Prepare keys for margins
- Show example of bibfile modification on the go
- Show how to use `\xkvview` to check defined keys
This commit is contained in:
Alphrag
2023-12-22 00:45:16 +01:00
parent 2e9103c4af
commit 716aac3da1
6 changed files with 137 additions and 32 deletions

View File

@@ -87,6 +87,7 @@
%%% ===== Bibliography setup
\usepackage[eprint, % Include information for pre-prints.
doi=false,
eprint=true,
url=false,
maxnames=10, % Truncate lists of more than 10 authors.
giveninits=true, % Only output the initials of an author's given
@@ -97,7 +98,15 @@
]{biblatex}
\addbibresource{\subfix{Bibfiles/firstbib.bib}}
\DeclareSourcemap{
\maps[datatype=bibtex]{
\map{
\pertype{article}
\step[fieldsource=arXivId, fieldtarget=eprint, final]
\step[fieldset=archiveprefix, fieldvalue={arXiv}]
}
}
}
%%% ===== Styling for my theorems
\theoremstyle{plain} % the style for theorem, propositions and lemmas