<div dir="ltr"><div><div>latex and pdflatex executables exist on Windows only but as a wrapper written in lua which calls pdftex with &formatname. On unix systems (including Mac) these are just symlinks to pdftex. If you use unix system, then cd to the executable directory and do:<br><br></div>ln -s pdftex latex<br></div>ln -s pdftex pdflatex<br><br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature">Zdeněk Wagner<br><a href="http://ttsm.icpf.cas.cz/team/wagner.shtml" target="_blank">http://ttsm.icpf.cas.cz/team/wagner.shtml</a><br><a href="http://icebearsoft.euweb.cz" target="_blank">http://icebearsoft.euweb.cz</a></div></div>
<br><div class="gmail_quote">2018-03-24 20:31 GMT+01:00 pilot constatinus <span dir="ltr"><<a href="mailto:constatinus@gmail.com" target="_blank">constatinus@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="auto">Acctually, what was really going on was that pdftex &latex was just running 'latex'. After i uninstalled the repo version and installed the compiled one, i got suspended tty input... I still don't have latex/pdflatex executable compiled. Why is this?</div><div class="HOEnZb"><div class="h5"><br><div class="gmail_quote"><div dir="ltr">On Fri, Mar 23, 2018, 11:10 PM pilot constatinus <<a href="mailto:constatinus@gmail.com" target="_blank">constatinus@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="auto"><span style="font-family:sans-serif">I was also thinking the same, but didn't quite catch that in the man page. Thanks very much!</span></div><br><div class="gmail_quote"><div dir="ltr">On Fri, Mar 23, 2018, 10:49 PM Justin C. Walker <<a href="mailto:justin@me.com" rel="noreferrer noreferrer noreferrer" target="_blank">justin@me.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
> On Mar 23, 2018, at 15:24 , pilot constatinus <<a href="mailto:constatinus@gmail.com" rel="noreferrer noreferrer noreferrer noreferrer" target="_blank">constatinus@gmail.com</a>> wrote:<br>
><br>
> Hi, dear texlive. I was wondering how can i build pdflatex, a latex compiler for pdf. Even if i built my tl with ./configure --enable-all-pkgs, under texk/web2c there is no pdflatex, only pdftex and some other tools. How is it that i can find this only in debian repository and cant build it myself? I have acctually downloaded the source texlive-full from the repo and i dont seem to know how to do anything with it. Thanks in advance.<br>
<br>
pdflatex is actually a symbolic link to pdftex (at least on Unix-like systems).  This means that the actual program will behave as Philip describes, and decides this by looking at the name by which it is invoked.<br>
<br>
HTH<br>
<br>
Justin<br>
<br>
--<br>
Justin C. Walker, Curmudgeon at Large<br>
Director<br>
Institute for the Enhancement of the Director's income<br>
-----------<br>
Question 43:<br>
What if the hokey pokey<br>
really *is* what it’s all about?<br>
--<br>
<br>
</blockquote></div></blockquote></div>
</div></div></blockquote></div><br></div>