Compile error

Paul A. Rubin parubin73 at gmail.com
Tue Oct 12 19:14:02 UTC 2021


On 10/12/21 3:01 PM, Rich Shepard wrote:
> On Tue, 12 Oct 2021, Rich Shepard wrote:
>
>> The current one is shown in the attached .png. There was no 'complete 
>> log'
>> produced when I clicked that button.
>
> Darn! It's on this one.
>
> Rich
>
Rich,

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.

As I recall, you're on Linux. You might try

grep -axv '.*' <source file>

first. It should find lines that are not in whatever encoding your 
system uses by default (UTF-8 in my case). It can also be done using 
'iconv'. I've had to jump through similar hoops in the past.

Paul



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lyx.org/pipermail/lyx-users/attachments/20211012/44fe6275/attachment.html>


More information about the lyx-users mailing list