You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/ref/v2cli.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,8 +72,13 @@ nextonic show shell-completions --help
72
72
73
73
The V2 interface also supports external commands. If you run `tectonic -X cmd`, where `cmd` is NOT built into Tectonic, Tectonic will search for a binary called `tectonic-cmd` and run it if it exists.
74
74
75
+
In particular, if a `tectonic-biber` binary is found it will be preferred over
76
+
the regular `biber` binary when generating bibliography with the `biblatex`
77
+
package. This may help resolve [possible version mismatch][biber-mismatch]
78
+
between `biber` and the bundled `biblatex` files when there are multiple TeX
0 commit comments