Skip to content

Commit c6f8453

Browse files
committed
close #46: detect missing bib styles reported by biblatex
1 parent 94c5fca commit c6f8453

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: tinytex
22
Type: Package
33
Title: Helper Functions to Install and Maintain 'TeX Live', and Compile 'LaTeX' Documents
4-
Version: 0.5.4
4+
Version: 0.5.5
55
Authors@R: c(
66
person("Yihui", "Xie", role = c("aut", "cre", "cph"), email = "[email protected]", comment = c(ORCID = "0000-0003-0645-5666")),
77
person(family = "RStudio, Inc.", role = "cph"),

R/latex.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,12 +379,14 @@ detect_files = function(text) {
379379
# !pdfTeX error: pdflatex (file 8r.enc): cannot open encoding file for reading
380380
# ! CTeX fontset `fandol' is unavailable in current mode
381381
# Package widetext error: Install the flushend package which is a part of sttools
382+
# Package biblatex Info: ... file 'trad-abbrv.bbx' not found
382383
r = c(
383384
".*! Font [^=]+=([^ ]+).+ not loadable.*",
384385
'.*! The font "([^"]+)" cannot be found.*',
385386
'.*!.+ error:.+\\(file ([^)]+)\\): .*',
386387
'.*Package widetext error: Install the ([^ ]+) package.*',
387388
".*! LaTeX Error: File `([^']+)' not found.*",
389+
".* file '([^']+)' not found.*",
388390
'.*the language definition file ([^ ]+) .*',
389391
'.* \\(file ([^)]+)\\): cannot open .*',
390392
".*! CTeX fontset `([^']+)' is unavailable.*",

0 commit comments

Comments
 (0)