I hope someone of you here can help me with this - my knowledge in LaTEX is limited...
I am writing my CV, have different kinds of Research Publications (categories: Journal Articles, Books and Chapters, Posters and Presentations, Patents)
it works to sort in (newest first, oldest last), and I can set the number of these to decrease, but: I did set here a fixed number (the number of Journal Articles) - which is the wrong number for Books and Chapters.
Journal Articles counts down from my set number to 1, but Books and Chapters counts down from the same number to 5....
this is the code, I have a question for the last line (I assume it could be set there)
Code: Select all
Code, edit and compile here:
\RequirePackage[bibstyle=apa6,sorting=ymdnt,uniquename=init,defernumbers=true]{biblatex}\RequirePackage{csquotes}%% Added 17 Jan 2018 from https://tex.stackexchange.com/a/140641/226 and https://tex.stackexchange.com/a/46879/226\DeclareSortingTemplate{ymdnt}{\sort{\field{presort}}\sort[final]{\field{sortkey}}\sort[direction=descending]{\field[strside=left,strwidth=4]{sortyear}\field[strside=left,strwidth=4]{year}\literal{9999}}\sort[direction=descending]{\field[padside=left,padwidth=2,padchar=0]{month}\literal{00}}\sort[direction=descending]{\field[padside=left,padwidth=2,padchar=0]{day}\literal{00}}\sort{\field{sortname}\field{author}\field{editor}\field{translator}\field{sorttitle}\field{title}}\sort{\field{sorttitle}\field{title}}}\RequirePackage{tikz}\newcommand*\circled[1]{\tikz[baseline=(char.base)]{\node[shape=circle,text=white,fill=MarkerColour!80!black,font=\sffamily\scriptsize\bfseries,inner sep=1pt,text height=1.35ex,minimum width=1.5em,text centered] (char) {#1};}}
how can I program a variable which works for every category?
Thank you!!!
Dominik