Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the current state of the art in latex?

TeX and LaTeX really confuse me. I know that there is no official distribution, and that it's a bit like Linux in that there are many packagers and distributions. A lot of the distributions that people suggest to me seem to have lost their maintainers (TeTex for example). There are also different options available within those distributions for converting to pdf and so on.

What is the current consensus, the state of the art, the done thing? Is there a consensus in the first place?

Which distribution should I use (on Mac, via ports if that matters)?

What workflow (commands, tools) should I use to convert latex to pdf?

Thanks.

like image 640
Bob Bobson Avatar asked Dec 27 '10 13:12

Bob Bobson


2 Answers

On Mac, the only distribution that matters is TeX Live, more specifically their Mac version called MacTex.

This distribution is very active and state of the art.

For more questions about the differences and respective advantages of TeX engines and distributions, I suggest asking a question on tex.stackexchange.com.

What workflow (commands, tools) should I use to convert latex to pdf?

In the simplest case, it’s quite enough to invoke the processor (e.g. pdflatex, or better luatex or xelatex) directly. In more sophisticated cases (e.g. you’ve got a bibliography or an index, or are using cross-references), this would require multiple passes, and running other software in between. For these cases, there exist a host of built tools for LaTeX. The simplest is probably just to use latexmk which ships with TeX Live.

like image 160
Konrad Rudolph Avatar answered Sep 21 '22 06:09

Konrad Rudolph


I know that there is no official distribution

Most folks would agree that http://www.tug.org/texlive/ is the official distribution.

Which distribution should I use (on Mac, via ports if that matters)?

That one.

What workflow (commands, tools) should I use to convert latex to pdf?

Click on the "typeset" button. Seriously. It's just that complex.

like image 36
S.Lott Avatar answered Sep 18 '22 06:09

S.Lott