On Tue, May 18, 2021 at 11:45 AM Nicolas Goaziou <[email protected]> wrote:
> I didn't test it much so it probably contains silly bugs. Sorry about
> that.
OK, a simple bug report.
cite/bare -> \cite (currently is autocite)
cite/bare-caps -> \Cite (currently is autocite)
Also, not sure about the "full" sub-styles. Do those have an
equivalent in biblatex?
If not, can also map to \cite or \Cite, depending.
Input:
1. [cite:@latexcompanion]
2. [cite/text:@latexcompanion]
3. [cite/text/caps:@latexcompanion]
4. [cite/text/caps-full:@latexcompanion]
5. [cite/bare:@latexcompanion]
6. [cite/bare-full:@latexcompanion]
7. [cite/bare-caps:@latexcompanion]
Current output:
\item \autocite{latexcompanion}
\item \textcite{latexcompanion}
\item \Textcite{latexcompanion}
\item \textcite{latexcompanion}
\item \autocite{latexcompanion}
\item \autocite{latexcompanion}
\item \autocite{latexcompanion}
Bruce