@@ -443,11 +443,14 @@ object LatexAnnotatedTextBuilderDefaults {
443
443
LatexCommandSignature (" \\ captionsetup{}" ),
444
444
LatexCommandSignature (" \\ captionsetup[]{}" ),
445
445
LatexCommandSignature (" \\ cite{}" , LatexCommandSignature .Action .Dummy ),
446
+ LatexCommandSignature (" \\ cite<>{}" , LatexCommandSignature .Action .Dummy ),
446
447
LatexCommandSignature (" \\ cite[]{}" , LatexCommandSignature .Action .Dummy ),
448
+ LatexCommandSignature (" \\ cite<>[]{}" , LatexCommandSignature .Action .Dummy ),
447
449
LatexCommandSignature (" \\ cite[][]{}" , LatexCommandSignature .Action .Dummy ),
448
450
LatexCommandSignature (" \\ cite*{}" , LatexCommandSignature .Action .Dummy ),
449
451
LatexCommandSignature (" \\ cite*[]{}" , LatexCommandSignature .Action .Dummy ),
450
452
LatexCommandSignature (" \\ cite*[][]{}" , LatexCommandSignature .Action .Dummy ),
453
+ LatexCommandSignature (" \\ citeA{}" , LatexCommandSignature .Action .Dummy ),
451
454
LatexCommandSignature (" \\ citealp{}" , LatexCommandSignature .Action .Dummy ),
452
455
LatexCommandSignature (" \\ citealp[]{}" , LatexCommandSignature .Action .Dummy ),
453
456
LatexCommandSignature (" \\ citealp*{}" , LatexCommandSignature .Action .Dummy ),
@@ -472,9 +475,6 @@ object LatexAnnotatedTextBuilderDefaults {
472
475
LatexCommandSignature (" \\ citep[]{}" , LatexCommandSignature .Action .Dummy ),
473
476
LatexCommandSignature (" \\ citep*{}" , LatexCommandSignature .Action .Dummy ),
474
477
LatexCommandSignature (" \\ citep*[]{}" , LatexCommandSignature .Action .Dummy ),
475
- LatexCommandSignature (" \\ citeA{}" , LatexCommandSignature .Action .Dummy ),
476
- LatexCommandSignature (" \\ cite<>{}" , LatexCommandSignature .Action .Dummy ),
477
- LatexCommandSignature (" \\ cite<>[]{}" , LatexCommandSignature .Action .Dummy ),
478
478
LatexCommandSignature (
479
479
" \\ cites{}" ,
480
480
LatexCommandSignature .Action .Dummy ,
@@ -677,8 +677,8 @@ object LatexAnnotatedTextBuilderDefaults {
677
677
LatexCommandSignature (" \\ kelvin" , LatexCommandSignature .Action .Dummy ),
678
678
LatexCommandSignature (" \\ kilogram" , LatexCommandSignature .Action .Dummy ),
679
679
LatexCommandSignature (" \\ label{}" ),
680
- LatexCommandSignature (" \\ labelcref{}" , LatexCommandSignature .Action .Dummy ),
681
680
LatexCommandSignature (" \\ labelcpageref{}" , LatexCommandSignature .Action .Dummy ),
681
+ LatexCommandSignature (" \\ labelcref{}" , LatexCommandSignature .Action .Dummy ),
682
682
LatexCommandSignature (" \\ lettrine{}{}" , LatexCommandSignature .Action .Dummy ),
683
683
LatexCommandSignature (" \\ lettrine[]{}{}" , LatexCommandSignature .Action .Dummy ),
684
684
LatexCommandSignature (" \\ linespread{}" ),
0 commit comments