<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Hi Ross,<div><br><div><div>Le 15 févr. 2021 à 22:28, Ross Moore <<a href="mailto:ross.moore@mq.edu.au">ross.moore@mq.edu.au</a>> a écrit :</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="font-family: Helvetica; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">If you are using a script, e.g. to run LaTeX multiple times,</div><div style="font-family: Helvetica; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">then build the index and run again, etc.  ...</div><div style="font-family: Helvetica; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><br class=""></div><div style="font-family: Helvetica; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">… just add an appropriate  grep   line to look for</div><div style="font-family: Helvetica; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">infelicities that you know you care about.</div><br class="Apple-interchange-newline"></blockquote></div><br></div><div>that's true and the "Missing charater: ....!" lines are characteristic enough</div><div><br></div><div>well Latexmk does precisely that:</div><div><br></div><div>Latexmk: Summary of warnings from last run of *latex:</div><div>  =====Latex reported missing or unavailable character(s).<br>=====See log file for details.</div><div><br></div><div>which is a bit misleading because it is not LaTeX</div><div>but the engine which reports the missing characters.</div><div>However it does report the important bit of information:</div><div>some glyphs maybe simply missing from the pdf output!</div><div>check the log!</div><div><br></div><div>But I did not want to mention it and be too LaTeX-centric :-)</div><div><br></div><div>Emacs/AUCTeX on the other hand does not have, to the</div><div>best of my knowledge that built-in but surely elisp savvy</div><div>users will add it with no problem</div><div><br></div><div>(however it does parse the log and this noticeably</div><div>slows down the build process)</div><div><br></div><div>Cheers,</div><div><br></div><div>Jean-François<br><br></div></body></html>