Skip to content

Commit

Permalink
Doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
plk committed Nov 25, 2023
1 parent 3111312 commit 2fe1443
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions doc/latex/biblatex/biblatex.tex
Original file line number Diff line number Diff line change
Expand Up @@ -9819,17 +9819,17 @@ \subsubsection{Sorting}

Defines a bibliography list filter with \prm{name}. The \prm{specification} consists of one or more \cmd{filter} or \cmd{filteror} macros, all of which must be satisfied for the entry to pass the filter:

\cmditem{filter}[filterspec]{filter}
\cmditem{filter}[filterspec]

Filter entries according to the \prm{filterspec} and \prm{filter}. \prm{filterspec} can be one of:
Filter entries according to the \prm{filterspec}. \prm{filterspec} can be one of:

\end{ltxsyntax}

\begin{description}
\item[type/nottype] Entry is/is not of \bibfield{entrytype} \prm{filter}
\item[subtype/notsubtype] Entry is/is not of \bibfield{subtype} \prm{filter}
\item[keyword/notkeyword] Entry has/does not have \bibfield{keyword} \prm{filter}
\item[field/notfield] Entry has/does not have a field called \prm{filter}
\item[type/nottype=\prm{entrytype}] Entry is/is not of \bibfield{entrytype}
\item[subtype/notsubtype=\prm{subtype}] Entry is/is not of \bibfield{subtype}
\item[keyword/notkeyword=\prm{keyword}] Entry has/does not have \bibfield{keyword}
\item[field/notfield\prm{field}] Entry has/does not have a field called \bibfield{field}
\end{description}

\begin{ltxsyntax}
Expand Down Expand Up @@ -16809,10 +16809,10 @@ \section{Revision History}
%\end{release}

\end{changelog}

\end{document}
%%% Local Variables:
%%% coding: utf-8
%%% eval: (auto-fill-mode -1)
%%% eval: (visual-line-mode)
%%% TeX-engine: luatex
%%% End:

0 comments on commit 2fe1443

Please sign in to comment.