If I try to compile this MWE:
\documentclass{article}
\usepackage{biblatex}
\DefineBibliographyStrings{english}{%
teststring = {Test string},
}
\begin{document}
\parbox{2pt}{\hspace*{1pt}Testing my statement}
\end{document}
... it fails with:
! Package keyval Error: teststring undefined.
See the keyval package documentation for explanation.
Type H <return> for immediate help.
...
l.6 \begin{document}
Why? I'd think that \DefineBibliographyStrings would, well, define teststring? What am I doing wrong?
texdoc biblatexfor that:)Cheers! – sdaau May 05 '15 at 13:53