Compile error
Rich Shepard
rshepard at appl-ecosys.com
Tue Oct 12 19:41:10 UTC 2021
On Tue, 12 Oct 2021, Paul A. Rubin wrote:
> I would use a command line tool to scan the document source file (.lyx)
> for a non-ASCII or non-UTF8 character. If that turned up nothing, I would
> scan the .bib file (if any) and any included text files.
Paul,
Not the .bib file but the .lyx file with the error.
> As I recall, you're on Linux. You might try
Since only 1997.
grep -P '[^\x00-\x7f]' <file> did the job.
Turns out the '>' were in a URL environment. Changed them to '/' and that
resolved the issue.
Now I still have biber complaining about the O'Conner article in the .bib
file, That's a warning and doesn't prevent the file from compiling ...
maybe ... but there's still no bibiolgraphy in the complied PDF. That needs
fixing.
Thanks,
Rich
More information about the lyx-users
mailing list