> xdvipdfmx:fatal: Unable to find TFM file "latt1095".

This shouldn't happen at all.  In file `Documentation/GNUmakefile`,
before running the compilation of the documentation files, there is
the target 'pre-pdf' that explicitly generates the necessary TFM
files for the Cyrillic LH fonts before generating any PDF output.

Hopefully, your problem is repeatable.  If it is, please start from
scratch and do something like

```
make doc -j12 CPU_COUNT=12 LANGS="en" VERBOSE=1 &> make.doc.log
```

and post the `make.doc.log` file (compressed) so that we get as much
information as possible.  Please also check whether the two TFM files
from the LH fonts are actually valid (for example, by testing with
`tftopl <file>`).

And please also post the complete `notation.texi2pdf.log` file
(compressed, too) if you get the problem again.

The issue with `make doc` called another time seems to be incompletely
generated files caused by the first run.

Another minor issue: In your e-mails, if you paste log files into the
message, there is always an empty line between every text line, which
makes them hard to read.  Probably a line ending issue (i.e., mixing
LF and CR and/or combinations of it).  Can you fix that?


    Werner

Reply via email to