我发现我可以使用它\doplacepublicationindeed{Someone2016}
来提前排版单个出版物。
我不知道如何影响数字的排版方式:
\def\publistnumber#1{\expandafter\message{>>>#1}#1\hfill~}
\setuppublicationlist[numbercommand=\publistnumber]
\doplacepublicationindeed{Someone2016}
将导致
tex error > tex error on line 24 in file parts/c_publist.ctx: !
Missing number, treated as zero
<to be read again>
\edef
\currentlistsymbol ->\edef
\p_symbol {\listparameter \c!symbol }\doifelseins...
\romannumerals #1->\clf_romannumerals \numexpr #1
\relax
\publistnumber #1->\romannumerals {#1}
\hfill ~
\spac_align_simple_left #1->{#1
\hss }
\25>:135>:abc ...umbercommand \currentlistsymbol }
\else \setbox \b_strc_list...
...
如果我这样定义:
\def\publistnumber#1{\expandafter\message{>>>#1}#1\hfill~}
…日志将包含>>>\currentlistsymbol
。