<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">Hi Christian,<br class=""><br class=""><blockquote type="cite" class="">On 31.05.2018, at 11:37 , Christian Döhler <<a href="mailto:chrd@posteo.de" class="">chrd@posteo.de</a>> wrote:<br class=""><br class="">Hello,<br class=""><br class="">I am working on a publication with Language Science Press. and I have problem compiling the template. I am running Textmate version 2.0-rc.4 on OSX 10.13.4. I have recently upgraded to MacTex 2018. The problem is that no pdf is created from Textmate. It is a bit odd. <br class="">I would like to ask if someone here can try to compile Language-Science-Press' monograph template which can be downloaded from here. (or the directlink). It works with other editors like Texshop as well as from the command line. But not with Textmate. On the other hand, I can compile other .tex files with Textmate. So I am a bit lost as to why this is happening.<br class=""><br class="">Best<br class=""><br class="">Christian<br class=""><br class="">ps: I have tried some general things from a previous discussion in this mailing list and they worked fine for me:<br class=""><br class=""><div class="">After that I translated the following document:</div><div class=""><br class=""></div><div class="">    \documentclass{article}</div><div class="">    \begin{document}</div><div class="">      Test</div><div class="">    \end{document}</div><div class=""><br class=""></div><div class="">in TextMate without any problems. Could you please try the following:</div><div class=""><br class=""></div><div class="">1. Create a new file in TextMate</div><div class="">2. Paste the LaTeX code from above into the document</div><div class="">3. Save the file in the folder `Downloads` using the name `Test.tex`</div><div class="">4. Open Terminal</div><div class="">5. Enter the following commands:</div><div class=""><br class=""></div><div class="">   cd ~/Downloads</div><div class="">   latexmk -pdf Test.tex</div><div class=""><br class=""></div><div class="">6. Does the command `latexmk -pdf Test.tex` print any error messages?</div><div class="">7. Does the folder `Downloads` contain the PDF file `Test.pdf`?</div></blockquote><br class=""><div class="">thank you for the detailed bug report. I tried to translate `main.tex` in TextMate, which did not work, just as you reported. After that I tried to compile the document using the command `pdflatex`, which failed printing the following error message:</div><div class=""><br class=""></div><div class="">    ! Class langsci/langscibook Error: Please use XeLaTeX!.</div><div class=""><br class=""></div><div class="">. The error message above states that you need to use XeLaTeX instead of the usual default engine PDFLaTeX. You can change the default engine **for all documents** via the menu item `Bundles`→`LaTeX`→`Preferences…`:</div><div class=""><br class=""></div><div class=""><img apple-inline="yes" id="05C389B6-E3F6-425E-8FCC-DA93CB9CBB37" width="492" height="521" src="cid:FA064292-0304-4E28-BA1F-C867A50F8CCF" class=""></div><div class="">. Another (better) option might be to just change the engine for the **single document** by adding the line</div><div class=""><br class=""></div><div class="">    %!TEX TS-program = xelatex</div><div class=""><br class=""></div><div class="">at the top of the document `main.tex`. After that everything should work as intended. If it does not, please do not hesitate to ask again.</div><div class=""><br class=""></div><div class="">Kind regards,</div><div class="">  René</div></body></html>