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
assertFound('(fontspec) The font "LibertinusSerif-Regular" cannot be',fontSearchTerm("LibertinusSerif-Regular"));
34
34
assertFound('! Font \\JY3/mc/m/n/10=file:HaranoAjiMincho-Regular.otf:-kern;jfm=ujis at 9.24713pt not loadable: metric data not found or bad.',"HaranoAjiMincho-Regular.otf");
35
35
assertFound("! LaTeX Error: File `framed.sty' not found.","framed.sty");
36
+
assertFound("! LaTeX Error: File 'framed.sty' not found.","framed.sty");
36
37
assertFound("/usr/local/bin/mktexpk: line 123: mf: command not found","mf");
37
38
assertFound("or the language definition file ngerman.ldf was not found","ngerman.ldf");
38
39
assertFound(`Package babel Error: Unknown option 'ngerman'. Either you misspelled it
"! Package tikz Error: I did not find the tikz library 'hobby'. This error message was issued because the library or one of its sublibraries could not be found, probably because of a misspelling. Processed options: \"library={hobby}\". The possibly misspelled library name is \"hobby\". The library name should be one of the following (or you misspelled it): named tikzlibraryhobby.code.tex",
61
65
"tikzlibraryhobby.code.tex"
62
66
);
63
67
assertFound("support file `supp-pdf.mkii' (supp-pdf.tex) is missing","supp-pdf.mkii");
68
+
assertFound("support file 'supp-pdf.mkii' (supp-pdf.tex) is missing","supp-pdf.mkii");
64
69
assertFound("! Package pdfx Error: No color profile sRGB_IEC61966-2-1_black_scaled.icc found","colorprofiles.sty");
65
70
assertFound("No file LGRcmr.fd. ! LaTeX Error: This NFSS system isn't set up properly.","lgrcmr.fd");
0 commit comments