diff --git a/base/proposal.dtx b/base/proposal.dtx index 87cff3a..c51f483 100644 --- a/base/proposal.dtx +++ b/base/proposal.dtx @@ -2567,13 +2567,13 @@ joint&\multicolumn{\the@site}{l|}{\jpub $\hat=$ publication, \jpro $\hat=$ proje % \begin{macrocode} \defbibheading{empty}{} % \end{macrocode} -% We define an internal macro that prints a publication list of a given {bib\TeX} entry -% type and title for convenience. It also adds a |notype=| to the token register -% |\prop@rl| to deal with the unclassified entries from the list. +% We define an internal macro |\prop@ppl| that prints a publication list of a given +% {bib\TeX} entry type and title for convenience. It also adds a |notype=| to the token +% register |\prop@rl| to deal with the unclassified entries from the list. % \begin{macrocode} \newif\if@allpapers\@allpaperstrue \newcommand\prop@ppl[3][]{\@allpapersfalse\message{ppl processing: #2}% -\printbibliography[heading=subbibliography,type=#2,title=#3#1]% +\printbibliography[category=featured,heading=subbibliography,type=#2,title=#3#1]% \@ifundefined{prop@rl}{\xdef\prop@rl{#2}}{\xdef\prop@rl{\prop@rl, #2}}} % \end{macrocode} % The following code does not work yet, it would have been nice to be able to just add a diff --git a/base/proposal.pdf b/base/proposal.pdf index 65c324e..656da33 100644 Binary files a/base/proposal.pdf and b/base/proposal.pdf differ diff --git a/base/proposal.sty b/base/proposal.sty index 4743c8c..9d84dd0 100644 --- a/base/proposal.sty +++ b/base/proposal.sty @@ -1032,7 +1032,7 @@ joint&\multicolumn{\the@site}{l|}{\jpub $\hat=$ publication, \jpro $\hat=$ proje \defbibheading{empty}{} \newif\if@allpapers\@allpaperstrue \newcommand\prop@ppl[3][]{\@allpapersfalse\message{ppl processing: #2}% -\printbibliography[heading=subbibliography,type=#2,title=#3#1]% +\printbibliography[category=featured,heading=subbibliography,type=#2,title=#3#1]% \@ifundefined{prop@rl}{\xdef\prop@rl{#2}}{\xdef\prop@rl{\prop@rl, #2}}} \newcommand\prop@prl[1]{\message{unclassified: #1}% \printbibliography[heading=subbibliography,title=Unclassified,#1]}%