<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>Hello,</p>
<p>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>
</p>
<p>I would like to ask if someone here can try to compile
Language-Science-Press' monograph template which can be downloaded
from <a href="http://langsci-press.org/templatesAndTools">here</a>.
(or the <a
href="https://github.com/langsci/latex-skeletons/raw/gh-pages/monographskeleton.zip">directlink</a>).
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.</p>
<p>Best</p>
<p>Christian</p>
<p>ps: I have tried some general things from a previous discussion
in this mailing list <u>and they worked fine</u><u> for me</u>:</p>
<blockquote>
<blockquote>
<pre>After that I translated the following document:
\documentclass{article}
\begin{document}
Test
\end{document}
in TextMate without any problems. Could you please try the following:
1. Create a new file in TextMate
2. Paste the LaTeX code from above into the document
3. Save the file in the folder `Downloads` using the name `Test.tex`
4. Open Terminal
5. Enter the following commands:
cd ~/Downloads
latexmk -pdf Test.tex
6. Does the command `latexmk -pdf Test.tex` print any error messages?
7. Does the folder `Downloads` contain the PDF file `Test.pdf`?
</pre>
</blockquote>
</blockquote>
</body>
</html>